Facebook like button displaying wrong title in the facebook profile wall - button

We have built a website in wordpress and have implemented social share icons (Twitter/FB like/G+/...) using the AddThis plugin.
When I FB like an article, the article is displayed in my FB profile wall but with wrong title (e.g instead of displaying example.com in my wall it's displaying example sample blog)
I have checked the meta tag fb:app_id and id is correct.
I have used debug tool to check the meta tag are read properly by FB and is correct.
http://developers.facebook.com/tools/debug
Found no help in FB forum or in google.
Appreciate urgent help.
Thanks in advance.

Related

Woocommerce product image is not show on facebook

When i share my woocommerce product on facebook or other social platform the product image is not show. Please help someone to solve this issue.
Go to Facebook Debugger and click Scrape like two times, you must be logged in with the fb of this website. Search Facebook debugger tutorials to see how it works.

Link preview of facebook not working properly

I am facing an issue with facebook open graphs. This is the link of the website:
http://pandolin.com/
The problem is that when I share content from my website (for eg: this page http://pandolin.com/crafting-realism-on-celluloid-production-designers-subrata-and-amit/), the image and description of the post are not present in the link preview. I've attached the required screenshots.
The sharing debugger is giving the website
Response code 0
Server Id is empty
og:description is empty
og:image is empty
the scraper views an empty page instead of the page source
I've tried all the solutions available online. Please help find the bug and guide me by providing a step by step solution of the problem.
I saw that you're using Yoast plugin for your WordPress site. Maybe you can try the following:
Log-in into your WordPress CMS dashboard
Go to "Posts" and navigate to the desired post, as you would like to edit it
Scroll down to the bottom of your post, where you will see Yoast
settings
Click on the share icon in the Yoast settings, as shown in the image
below:
Upload your desired image to be shown in the FB share by default
That's it.

Facebook and Linkedin Share buttons

I have put up facebook and Linkedin share buttons on a page in my website. I have set the fb opengraph tags for that page. I have also set up the meta tags with description i want to share on FB and Linkedin, but when i share the content on facebook i get a wrong url and description shared. Please have a look and give me any ideas where i am wrong.
This is the page
I checked my URL and OG tags in facebook debugger here and it pointed out i had a type error and also a description tag was missing, which is essential. Fixing these, made everything perfect.
For those who want to test their page against both Facebook and LinkedIn...
Facebook Page Debugger
LinkedIn Post Inspector

While posting link on company's Facebook page, the photos don't come up

I am not sure why this is happening. But, When i try to post Link Omitted on the company's facebook page, the thumbnails aren't loaded by the facebook. Whereas if I try to post some earlier link from my website, like Link Omitted, all the pics from that page are loaded.
Can someone tell why this happens...Also, sometimes, facebook doesn't load all the images from page.
You rely on how Facebook scrapping your page content which isn't a best way to achieve what you want. The reason you see image for older links is probably caching.
To ensure you have images with posting your content on Facebook you should add og:image OpenGraph meta tags.
For more info on this read OpenGraph documentation and use Facebook Debug tool to check if you have any issues with scrapping and/or all details scrapped correctly.

addthis api? Is it possible to bookmark another URL?

At the moment, I try to include addthis social-bookmarks to my site.
My problem is, that I have to bookmark another link than the url on my site.
Instead of www.example.com, I have to bookmark www.example.com?media=my-media-file.
From the beginning:
A User comes to my site. On my site are several movies. He can click on a movie thumbnail and watch the movie without reloading the site (javascript). Now he can click on my social bookmark icon to share this movie.
Now the addthis framework thinks that the User want's to share www.example.com (cause this is whats in my url). But I want the user to share www.example.com?media=foo-bar .
Opening www.example.com?media=foo-bar for the correct movie is still working, but no social bookmaring.
I hope you understand my problem and can help me. I searched without success in the addthis api.
So, can u help me?
Okay, I found it:
$('.addthis_button').attr('addthis:url',shareURL);
$('.addthis_button').attr('addthis:title',shareTitle);
$('.addthis_button').attr('addthis:description',shareTitle);

Resources