bogdan90i Posted November 25, 2014 Share Posted November 25, 2014 Hello, I have installed Prestashop 1.4.8.2. I am trying to add social share button for facebook. I went to their website on the developer side and got the iframe from them. After i had the iframe i changed the url so it would get the product page url. The button works, the only thing is that instead of sharing the cover picture, the share has the website logo. Another thing is that i found one product that takes the cover picture, but for the others it takes the logo. Here is the iframe i have: <iframe src="//www.facebook.com/plugins/share_button.php?href=http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}&layout=button_count" scrolling="no" frameborder="0" style="border:none; overflow:hidden;" allowTransparency="true"></iframe> I don't know if i am allowed to post the link to the pages so i appologize in advance This link does not share the cover picture http://www.adoraevening.ro/rochii-cocktail/219-rochie-cocktail-13283.html This link shares the cover picture http://www.adoraevening.ro/rochii-de-seara/188-rochie-de-seara-13158.html I thank you in advance. Link to comment Share on other sites More sharing options...
vekia Posted November 26, 2014 Share Posted November 26, 2014 you have to include open graph tags to your shop without these tags facebook will display some random contents from your shop instead of original product cover, title, description etc. Link to comment Share on other sites More sharing options...
Recommended Posts