{% if facebook is defined and facebook is not sameas(false) %}
{{ facebookButton(facebook) }}
{% endif %}
{% if googleplus is defined and googleplus is not sameas(false) %}
{{ googleplusButton(googleplus) }}
{% endif %}
{% if twitter is defined and twitter is not sameas(false) %}
{% endif %}
{% if linkedin is defined and linkedin is not sameas(false) %}
{{ linkedinButton(linkedin) }}
{% endif %}
{% if pinterest is defined and pinterest is not sameas(false) %}
{{ pinterestButton(pinterest) }}
{% endif %}