How to redirect to a website address after we click facebook 'like' button on blogpost?
I have facebook 'like' button under every post of my blog. Currently when the user 'like' my posts, the same blog post is posted on the users facebook wall. What I want is, subsequently a new website link (of my choice) should also open in a new window. Is this possible?
Currently this is the facebook 'like' code I have on my blogger
<b:if cond='data:blog.pageType == "item"'>
<iframe allowTransparency='false' expr:src='"http://www.facebook.com/plugi… + data:post.url + "&layout=standard&show_faces=false&width… frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/>
</b:if>
Thanks in advance, Much appreciated if somebody answers this
---Admin
Please let me know if I have posted this question in the right section, if not let me know where can I put this question?


