{% set socialFeed = 1 %} {% set countryCodeId = regGet('countrycodeid') %} {% if "TWITTERURL"|translate != "TWITTERURL" %} {% set socialFeed = socialFeed + 1 %} {% endif %} {% if socialFeed == 1 %} {% set socialFeedClass = 'col-md-12' %} {% elseif socialFeed == 2 %} {% set socialFeedClass = 'col-md-6' %} {% elseif socialFeed == 3 %} {% set socialFeedClass = 'col-md-4' %} {% endif %}
facebook
{% include 'includes/snippets/facebook.page.plugin.html.twig' %}
{% if ("TWITTERURL"|translate != "TWITTERURL") and (countryCodeId == 14) %} {# if none set it will return the key itself #}
twitter
{% include 'includes/snippets/twitter.plugin.html.twig' %}
{% endif %}