<div class="popup__socials socials-popup">
<a href="https://www.facebook.com/sharer/sharer.php?u={{ absolute_url(path('sign_up'))|url_encode }}" class="socials-popup__item" target="_blank">
<img src="{{ asset('tenants/tenant1/img/popup/new/facebook.svg') }}" border="0" alt="#">
</a>
<a href="fb-messenger://share/?link={{ absolute_url(path('sign_up'))|url_encode }}&app_id=appid" class="socials-popup__item" target="_blank">
<img src="{{ asset('tenants/tenant1/img/popup/new/Messenger.svg') }}" border="0" alt="#">
</a>
<a href="https://twitter.com/intent/tweet?text=JNS&url={{ 'I signed up for the JNS Community. You can too!'|url_encode }}&via=jns" class="socials-popup__item" target="_blank">
<img src="{{ asset('tenants/tenant1/img/popup/new/twitter.svg') }}" border="0" alt="#">
</a>
<a href="https://wa.me/?text={{ 'I signed up for the JNS Community. You can too!'|url_encode }}" class="socials-popup__item" target="_blank">
<img src="{{ asset('tenants/tenant1/img/popup/new/Whatsapp.svg') }}" border="0" alt="#">
</a>
</div>