how to embed like button in static fbml page
I want to embed a like
button either using image tag or fb social plugins to let it work same as like button does in my static fbml page. I read somewhere that it can be done with the help of iframe and javascript, can anybody tell me how to 开发者_如何学Pythonimplement this on my landing page? I tried with fb:iframe tag also but it didn't work.
I've created a blog post with code samples on how to add a like button to an FBML tab, hope this helps!
Configure the button (leave the url field blank if you want the button to use your current url)
http://developers.facebook.com/docs/reference/plugins/like
And then either use the iframe or xfbml generated code to insert in your html
I hope this is what you were looking for
精彩评论