Ersel Aker
Ersel Aker

Reputation: 855

Addthis Button customize sharing details

I am trying to use addThis button to share my page on facebook through like button, I want to edit the title, description and image displayed on the newsfeed on facebook. I have created a jsFiddle for my work. It works but the details are wrong. What could be the problem?

http://jsfiddle.net/UYVDK/1/

Upvotes: 0

Views: 2157

Answers (1)

DMCS
DMCS

Reputation: 31860

Testing like this is not possible with jsFiddle as the meta tags are outside of the <head>

See this link: http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Ffiddle.jshell.net%2FUYVDK%2F4%2Fshow

You will need access to a real page where you have control over the <head> section and put the correct og meta tags (see http://ogp.me) so Facebook can lint it properly.

Upvotes: 1

Related Questions