Facebook like-url for any page


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. example for wordpress
  2.  
  3. <iframe src=”http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=500&amp;amp;action=like&amp;amp;colorscheme=light” scrolling=”no” frameborder=”0″ allowTransparency=”true” style=”border:none; overflow:hidden; width:500px; height:px”></iframe>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.