{{ attach_library('better_social_sharing_buttons/styling') }} {% if items.width %} {% set width = items.width ? 'width=' ~ items.width ~'' %} {% set height = items.width ? 'height=' ~ items.width ~'' %} {% endif %} {% if items.radius %} {% set radius = items.radius ? 'style=border-radius:' ~ items.radius ~';' %} {% endif %} {# --- Include svg sprite --- #}
{% include social_buttons_sprite %}
{% if items.services.facebook %} {% endif %} {% if items.services.twitter %} {% endif %} {% if items.services.whatsapp %} {% endif %} {% if items.services.facebook_messenger %} {% endif %} {% if items.services.pinterest %} {% endif %} {% if items.services.linkedin %} {% endif %} {% if items.services.digg %} {% endif %} {% if items.services.stumbleupon %} {% endif %} {% if items.services.slashdot %} {% endif %} {% if items.services.tumblr %} {% endif %} {% if items.services.reddit %} {% endif %} {% if items.services.evernote %} {% endif %} {% if items.services.email %} {% endif %} {% if items.services.copy %} {{ attach_library('better_social_sharing_buttons/copy-current-url') }} {% endif %} {% if items.services.print %} {% if items.print_css %} {% set href = "#" %} {% set rel = items.print_css %} {{ attach_library('better_social_sharing_buttons/print-css') }} {% else %} {% set href = "javascript:window.print()" %} {% endif %} {% endif %}