My like button counter displays 1 likes for a month.
I've checked the number through http://graph.facebook.com/http://www.arthurimmo.com/ and get the "real number"
I did the debug process http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.arthurimmo.com%2F
But still displays 1 like on my website
Any idea how i can fix this?
The number of one like is for the url: http://www.arthurimmo.com.x30.poliris.net/index.htm
Try swapping the og:url to http://www.arthurimmo.com
Sometimes it becomes messy with redirects and rewrites for like counting.
Related
We have a campaign that we run yearly. We built new pages using last year's page as a template. The pages are at the same URL's as last year but with different content and different metadata.
We thought the client would be happy that they had great social numbers but they actually want the numbers to start from 0. I've found plenty of information about clearing the cache with Facebook and we've done that already in multiple fashion, and plenty of posts asking why their like count is at zero, but nothing about how we can reset to 0.
Any ideas on how we can achieve this?
Change the URLs of the content and the new URLs will have 0 likes
I've notice that when I share some content from my app on my time line, counter of people who like this page (like button is placed on page that I share) increment by 1. Of course it could be somebody wh like page while I'm sharing, butthere is not many users at testing phase under 10 visitors per day. tyr some times and it really looks loke share increment like counter. Does it true? Or may be I make some error and it works so now?
The like button counter is made of the total of likes, shares and comments. If you want to know the number of likes only, you need to use FQL to query the like table.
I am maintaining a blog (in Tumblr): baierblog.com.
For the past few weeks the Facebook like buttons on the blog's posts are acting up.
Few of the posts' like buttons are OK, but others suffer from two problems:
A. Some buttons do not save the like count (you can click on the button but when you refresh the page, the button is reset and your like is not saved). for example: sweet and sour chicken.
B. Other buttons carry the like count of the blog itself (baierblog.com) and not of the exact post. for example: corona brown bread.
This behavior does not seem to be related to my code because when I enter the urls in the Like buttons page the generated buttons act the same.
The site passes the Lint Debug.
Any ideas?
Update: Though Mutant24 spotted an error, it does not seem to be the cause of the problem.
With out any interference by my part, the two examples given above now act the same. meaning, they both carry the like count of the blog itself (as do the Like buttons in the Like Button generation page for these urls).
The value held in graph.facebook.com/http://baierblog.com/post/19733836593/sweet-and-sour-chicken is the real like count of that post.
Dori : in the og meta tags u have assigned wrong value in og:url
original url is - http://baierblog.com/post/17578099422/dark-chocolate-cake
and your are providing - http://baierblog.com/
Please fix it and check ur issues will be solved.
Inserting the "Sweet and sour chicken"'s url into the like button creator produces the following error:
The app ID specified within the "fb:app_id" meta tag is not allowed on
this domain. You must setup the Connect Base Domains for your app to
be a prefix of
http://baierblog.com/post/19733836593/sweet-and-sour-chicken.
Its attempting to like the post but failing.
i want to reset my facebook like counter on my web sites.
This is 13 like http://www.evgor.com.tr/asp/product/5083/Trend-Avangarde-Yatak-Odasi
This is 509 like http://www.evgor.com.tr/asp/product/5759/Ikons-Salon-Takimi
and i want to reset all products like counter. What can i do this. Thank you
When creating the like button you have an option to specify for what URL the like will belong.
Appending a GET query string to that option (like ?v=1, or whatever) will make facebook treat it as a completely different like set, and reset the like count to zero.
I have an URL like:
mywebsite.com/news/
and a facebook like button on each page. The problem is that when you like a page, the counter for all pages is affected, e.g.:
mywebsite.com/news/news-1/
mywebsite.com/news/?new_id=1
mywebsite.com/news/1/
mywebsite.com/news/news-2/
mywebsite.com/news/?new_id=2
mywebsite.com/news/2/
all this as well as mywebsite.com/news/ will have the increased counter as if you've "liked" them all.
I was using the < iframe > and switched to the < fb:like > but the bug still occurs.
I've found this thread: http://forum.developers.facebook.net/viewtopic.php?pid=252714 where the people seemed to have the same problem that somehow got fix for one of them, but still persist for me.
Any ideas how to fix it?
This tool gives you specific information what is parsed by Facebook and where the error could be. I found it really helpful:
http://developers.facebook.com/tools/lint/