开发者

Facebook like button stopped working on my wordpress site

开发者 https://www.devze.com 2023-03-18 11:07 出处:网络
Since 2 weeks ago it worked, and still works for old urls. but now for every new post the like button remain at zero, and if i press the button it blinks 1 but go back to zero immediately.

Since 2 weeks ago it worked, and still works for old urls. but now for every new post the like button remain at zero, and if i press the button it blinks 1 but go back to zero immediately.

My site: http://arielmartini.com/

An old url that (still) works: http://arielmartini.com/2011-06-30-bixiga70

A new url that no longer works: htt开发者_C百科p://arielmartini.com/2011-07-02-romulo

Even if I put the url here it doesn't work (try with the 2 url above - "URL to Like" field).


It appears that you're using both the old Facebook "Share" and the newer Facebook "Like" buttons. However Facebook Share (via static.ak.fbcdn.net/connect.php/js/ is the old SDK and is being deprecated).

You'll just want to use the new SDK (which you are correctly including) at http://connect.facebook.net/en_US/all.js.

I believe removing the conflicting "share" button will solve your problem.


Looking at the url you posted, there is a javascript console error (see image) which is causing the javascript code from continuing execution.

Facebook like button stopped working on my wordpress site

To fix it, remove this line of code from your wordpress site, or disable the plugin that is adding this line:

<script type='text/javascript' src='http://arielmartini.com/wp-content/plugins/fbconnect/fbconnect.js?pluginver=99&#038;ver=3.1.4'></script> 

You can't load both the deprecated fbconnect.js file as well as the new Facebook javascript sdk .js file that you load on line 435. If anything is relying on the old deprecated library, I would suggest upgrade as soon as possible because Facebook is killing deprecated functionality all the time.


The problem was that i didn't had open graph tags on my page. Using this plugin fixed it. You can also analyse the page using this link.

0

精彩评论

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

关注公众号