开发者

Facebook "Like" Button opens popup window, and nothing happens?

开发者 https://www.devze.com 2023-03-29 21:02 出处:网络
I\'ve been trying to use the Like button generated here: https://developers.facebook.com/docs/reference/p开发者_运维问答lugins/like/

I've been trying to use the Like button generated here: https://developers.facebook.com/docs/reference/p开发者_运维问答lugins/like/

But so far, the only thing that happens when I click on it is:

  1. Popup opens, facebook link loads on the popup but nothing happens (blank page)

  2. The button on the page changes to "1 Like" and then changes back again to "0"

No noted errors in Firebug.

I've been searching and searching for an answer to this, but so far have come up with nothing. Not sure if anyone has a solution to this?

I've already checked the cookies thing with Firefox, but even with Chrome and Safari this is a problem.

No answers here either: https://www.facebook.com/topic.php?uid=14696440021&topic=16716

It's odd because I've seen some sites where the Facebook Like button works - is there something I'm missing? I'm copying + pasting it exactly as it's generated.

<iframe src="http://www.facebook.com/plugins/like.php?app_id=APPIDHERE&amp;href&amp;send=false&amp;layout=box_count&amp;width=60&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=90" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:60px; height:90px;" allowTransparency="true"></iframe>

OR

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=APPIDHERE&amp;xfbml=1"></script><fb:like href="" send="false" layout="box_count" width="60" show_faces="false" action="like" font=""></fb:like>


I had same problem with my one of Wordpress post.

can u tel me where u r using it? with what kind of content.

Edit:

<fb:like href="http://yourdomain.com/page.html" send="false" layout="box_count" width="60" show_faces="false" action="like" font=""></fb:like>


This sounds like an issue that's particular to your url, and should not be related to enabling third party cookies. Have you tried putting your url (the one to be liked) through the linter on the developer site to see if there are any errors?

http://developers.facebook.com/tools/debug

0

精彩评论

暂无评论...
验证码 换一张
取 消