开发者

Facebook Like Not working for my site

开发者 https://www.devze.com 2023-03-12 08:05 出处:网络
I have generated facebook like codefor the site Geoflake from this facebook url http://developers.facebook.com/docs/reference/plu开发者_如何学Pythongins/like/

I have generated facebook like code for the site Geoflake from this facebook url

http://developers.facebook.com/docs/reference/plu开发者_如何学Pythongins/like/

When i click like in the "facebook test page", the count disappears.

Any one having same problem ?


While this isn't a strict answer, I can agree that there is a problem. What is the 'facebook test page.'

When I click on the 'like' button on the URL provided the usual 'share' prompt appears and quickly disappears. How did you generate the code? And, I know this is usually kind of offensive, but did you read through all of the instructions? From the end of that page

"When I click the Like button, the popup window (or "flyout") doesn't show. Why?

If the Like button is placed near the edge of an HTML element with the overflow property set to hidden, the flyout may be clipped or completely hidden when the button is clicked. This can be remedied by setting setting the overflow property to a value other than hidden, such as visible, scroll, or auto."


It looks like you are missing the quotes around the href attribute:

<fb:like href=http://geoflake.com/DLZ4d0b7a8 send="true" layout="button_count" width="50" show_faces="false"></fb:like>

Try fixing that first.

(Also, it seems like your site is redirecting to the mobile site on Safari -- at least on my Mac. Perhaps you are testing for generic Webkit instead of mobile webkit?)


I had two js scrips that are in my web page , one is with my app_id and another without app_id. I have removed one which doesn't have the app_id and it worked.

0

精彩评论

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