We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14125
    • 62 Posts
    I am getting an error message with the following chunk to put a Like Button on my pages:

    <iframe src="http://www.facebook.com/plugins/like.php?href=[[!++site_url][[~[[*id]]]]&amp;layout=standard&amp;show_faces=true&amp;width=240&amp;action=like&amp;font&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:240px; height:80px;" allowTransparency="true"></iframe>

    Here is a link to my home page: http://www.breakawaydistributing.com/

    Did anyone encounter this? Any solutions?

      • 14125
      • 62 Posts
      I changed my code to the following:

      <iframe src="http://www.facebook.com/plugins/like.php?href=[[~[[*id]]? &scheme=`full`]]
      &amp;layout=standard&amp;show_faces=true&amp;width=240&amp;action=like&amp;font&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:240px; height:80px;" allowTransparency="true"></iframe>

      Now this works on my home page but not on my product pages.

      How can that be?