Facebook Like Button for a Facebook video
- by gridsquare
Today, i created an iframe-Tab on our Facebook Page as a landingpage.
On this tab we display a video, implemented from Facebook.
Now i want to add the Facebook Like Button for this video on this page, i implement the code generated by the LIKE BUTTON Developer Page.
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fvideo%2Fvideo.php%3Fv%3D345848348745&layout=button_count&show_faces=true&width=100&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:21px;" allowTransparency="true"></iframe>
Now the button where displayed, but without a count.
If i click on the like button the counter getting visible (displaying +1) and jumping back then (displaying no count).
Do you know, if i can use the like button directly for the Facebook URL?
http://www.facebook.com/video/video.php?v=345848348745
Thank u!