templates/tenants/tenant1/parts/popup/part/social.html.twig line 1

Open in your IDE?
  1. <div class="popup__socials socials-popup">
  2.     <a href="https://www.facebook.com/sharer/sharer.php?u={{ absolute_url(path('sign_up'))|url_encode }}" class="socials-popup__item" target="_blank">
  3.         <img src="{{ asset('tenants/tenant1/img/popup/new/facebook.svg') }}" border="0" alt="#">
  4.     </a>
  5.     <a href="fb-messenger://share/?link={{ absolute_url(path('sign_up'))|url_encode }}&app_id=appid" class="socials-popup__item" target="_blank">
  6.         <img src="{{ asset('tenants/tenant1/img/popup/new/Messenger.svg') }}" border="0" alt="#">
  7.     </a>
  8.     <a href="https://twitter.com/intent/tweet?text=JNS&amp;url={{ 'I signed up for the JNS Community. You can too!'|url_encode }}&amp;via=jns" class="socials-popup__item" target="_blank">
  9.         <img src="{{ asset('tenants/tenant1/img/popup/new/twitter.svg') }}" border="0" alt="#">
  10.     </a>
  11.     <a href="https://wa.me/?text={{ 'I signed up for the JNS Community. You can too!'|url_encode }}" class="socials-popup__item" target="_blank">
  12.         <img src="{{ asset('tenants/tenant1/img/popup/new/Whatsapp.svg') }}" border="0" alt="#">
  13.     </a>
  14. </div>