PDA

View Full Version : Mod That Could Put Thumbnail When CMS Articles Are Shared on Facebook


hyperviperx99
06-13-2011, 05:40 AM
Is there a mod that does this? When I share a CMS article on Facebook, there's no thumbnail image that shows up. Please let me know if you know a mod that solves this problem

BirdOPrey5
06-16-2011, 12:58 AM
If you put this tag in your headinclude template Facebook should use the image you specify when sharing the page.


<meta property="og:image" content="http://wwwyourdomain.com/image/yourimage.png"/>


The image shouldn't be very big (I'd keep it less than 300x300 pixels if possible, facebook will resize it to thumbnail size.

I don't know about changing it for every article, I suppose it could be done with some custom coding but I don't have the CMS so I can't try.