facebook likebox - Code for Like Box in html 4.01 transitional -


i trying add box our homepage , have used iframe code isn't working. our homepage html 4.01 transitional. code facebook gave is:

<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3a%2f%2fwww.facebook.com%2fsome.page&amp;width=172&amp;height=590&amp;show_faces=true&amp;colorscheme=light&amp;stream=true&amp;border_color&amp;header=true&amp;appid=123456789012345"    scrolling="no" frameborder="0" allowtransparency="true"    style="border:none; overflow:hidden; width:172px; height:590px;" ></iframe> 

what needs changed?

in string likebox.php?href=http%3a%2f%2fwww.facebook.com%2fsome.page&amp; replace some.page page url (e.g. whatever comes after facebook.com/)


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -