You are here

facebookshare.html.twig in Facebook Share 8

<div class="facebookshare-box">
  <iframe src="https://www.facebook.com/plugins/share_button.php?href={{ url }}&layout={{ layout }}&size={{ size }}&mobile_iframe={{ mobile_iframe }}&appId={{ app_id }}&width={{ width }}&height={{ height }}" width="{{ width }}" height="{{ height }}" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
</div>

File

templates/facebookshare.html.twig
View source
  1. <div class="facebookshare-box">
  2. <iframe src="https://www.facebook.com/plugins/share_button.php?href={{ url }}&layout={{ layout }}&size={{ size }}&mobile_iframe={{ mobile_iframe }}&appId={{ app_id }}&width={{ width }}&height={{ height }}" width="{{ width }}" height="{{ height }}" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
  3. </div>