src/Aqarmap/Bundle/ListingBundle/Resources/views/Listing/elementShareContent.html.twig line 1
<div class="share-content-container">{% set sharingUrl = url ~ '?utm_source=system&utm_medium=share&utm_campaign=' ~ sharingEvent %}<input class="form-group borderLight share-input-url" value="{{ sharingUrl }}" /><div class="btn-share-box"><a class="btn btn-default btn-facebook" onclick="shareOnFb('{{ sharingUrl }}', '{{ sharingEvent }}')"><img src="{{ asset('images/BrandsIcons/facebook.svg') }}"></a>{% if isEnabledFeature('web.sharing.page.twitter') %}<a class="btn btn-default btn-twitter" onclick="tweet('{{ sharingUrl }}', '{{ sharingEvent }}')"><img src="{{ asset('images/BrandsIcons/twitter.svg') }}"></a>{% endif %}<a class="btn btn-default btn-whatsapp hidden-lg hidden-xl" onclick="shareOnWhatsApp('{{ sharingUrl }}', '{{ sharingEvent }}')"><img alt="whatsapp" src="{{ asset('images/BrandsIcons/whatsapp.svg') }}"></a></div></div>