I am trying to use the Facebook Like button through an iFrame, for example:
<iframe id="test" src="http://www.facebook.com/plugins/like.php? href=http://yoururl.com/& layout=button_count& show_faces=false& width=50& action=like& colorscheme=light& height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true">
After the user first clicks the Like button, I want to execute Javascript in my DOM content. How can i do this?
source share