Adding facebook like button to webpage created in microsoft frontpage 2003
I 开发者_运维问答am unable to add like button to my frontpage website when I insert the code it gives me an error message stating can not open page file, I attempted to upload as HTML and iFrame still no luck. Help
Use iframe embedded in code. Make sure you the right characters and character breaks in the URL String.
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3a%2f%2fwww.URL.com&layout=button_count&show_faces=false&width=90&action=like&font=tahoma&colorscheme=light&height=20"
scrolling="no" frameborder="0" allowtransparency="true"
style="border: none; height: 20px; width: 90px; overflow: hidden;">
</iframe>
精彩评论