This content has been marked as final.
Show 1 reply
-
1. Re: it's posible to change picture when side it's published on fb ?
rohit776 Nov 23, 2014 9:22 PM (in response to zupa z ryzem)Hi Zupa,
It is possible to change the thumbnail picture displayed when your site is shown on facebook.
In order to do this , please use the "Open Graph tags" that you add to the <head> of your website (Page Properties -> Metadata -> HTML for <head>) to describe the entity your page represents for eg:
<meta property="og:image" content="URL to your thumbnail image" />
Read more about the Open Graph tags at FB here (Point 3 onwards) - https://developers.facebook.com/docs/opengraph/howtos/maximizing-distribution-media-conten t
Also, there are tools to ensure you put the necessary <meta> tags correctly on your page such as the Facebook Debugger tool here - http://developers.facebook.com/tools/debug
Regards,
Rohit Nair


