I have a pretty standard implementation of the facebook 'Like' plug-in - example post.
The problem is that when the like button is pressed, and comment is added the link on my profile always points to a broken link.
https://www.facebook.com/apps/application.php?id=193048140809145
Here's what the shared post looks like
Wrong Link goes to
Any ideas why this is happening?
Having the same issue. Please subscribe to the bug report on facebook to give it a higher priority: https://developers.facebook.com/bugs/490260747715286
Related
I used to have the permalink set as follows:
/:categories/:year/:title/
But to shorten the link I decided to set it like that:
/:title/
The strange thing that happens is that although facebook sharer sees the proper link, it does not display it and each click on facebook share button looks like this:
But when I share it to my timeline, it keeps showing 404 but when clicked it directs to the right page.
It looks like a facebook issue, since twitter sharer does not seem to have such problems.
Have you ever encountered such issue and know how to fix it?
Thanks in advance
fetch new scrape information
https://developers.facebook.com/tools/debug/
solves the issue
I am fighting the whole days with this thing, I would like to add to my website the like button to each article and when a visitor click on the LIKE button, then on his/her timeline/wall should be shown this information.
Could anyone help me with this? The like button itself is working, but I don't know how to put this information to the timeline.
Thank you very much
By default when a user likes an article it shows in on his/her timeline (Recent Activity Section) and from Your question I understand that you have a blogging system if You are running and working on WordPress use the Facebook Plugin tell me if you need further information
I'm pretty new to web development, so I started by created a blog in rails here,
blog website.
I was playing around with open graph meta tags, so I was liking and unliking, repeatedly. It seems that I'm blacklisted now, which I'm okay with. Unfortunately, after confirming a like, I'm unable to post a message to facebook. I just press the "Post to Facebook" button and nothing happens.
I'm inclined to think this behavior is a bug or intentional, but perhaps I'm missing something?
Thanks.
you should type something in as a message, and it works... check it out, u'll see that this will not be posted on your wall as a "Share" post, but in fact as a "Like" action of a page.
If anyone could tell me how to see comments made by a Facebook Page on other page's that would be great. When I go to a particular page I can see all the comments they make on their own one, but I'm more interested in seeing the likes/comments they make on other pages - if that's possible!
Thanks.
I'm currently having trouble using facebook like button in html5 version, it seems that everytime the visitor of my wordpress blog liked a blog post, it's not working. It will work for a while but when you refresh it, it goes back to active button which is very strange since the user already liked the blog post.
I also encountered that when i liked my own blog post, it fetched the wrong details. example, i liked the blog post #1 but when i check my facebook, it the fetched image is wrong, the description and title is also wrong.
what is the proper way to add a facebook like button in wordpress blog?
any help?
I also encountered the same error before. I already tried the linter to debug it but it really doesn't work. Anyway, my simple solution to that is I changed my facebook like code to Iframe version (since html5 give me crap, there's no harm if I use iframe lol). I don't encountered any errors with that. It works perfectly.
about your question on how to add facebook like in your index file or multiple blog posts in wordpress, the link (guide on how to...) might help you. I used that before. It also discusses about twitter tweet, google plus and pinterest pin it button's wordpress implementation.
have a good day!