7place
Social Sharing Buttons Script All the ideas and discussions
2 votes Vote

p[image] not working

Hi, thanks for the plugin,
everything works fine except that i can not display the image.
i give it value with this if(!i)i=$('meta[property="og:image" ]').attr('content');
and the image is displeyed when i try the sharing from facebook debug but when i try
to share from the plugin button it show nothing,
do you have any suggetion??

labpros, 04.03.2013, 19:51
Response from the site administrator
Dimox, 05.03.2013
Facebook has removed ability to specify an image with p[image] parameter. And now only way to do this - using meta tag.
Idea status: under consideration

Comments

labpros, 05.03.2013, 21:10
thanks for your answer, this is true but another problem was the size of the image, that has to be larger than 200kb.
labpros, 10.04.2013, 00:27
Hi, now i have a javascript error

"TypeError: data[url] is undefined"

how can i solve id?
thanks
labpros, 10.04.2013, 00:45
ok i fix it with this

if(data[url] !== undefined){
var dt=data[url].shares;
}
shares=(dt||0);

Leave a comment