|
19th April 2014
Test page – please ignore
I'm just trying out some new code to see whether it embeds the exact thumbnail image I specify when the link is posted on Facebook.
The image that appears on Facebook should be the one below!

This is achieved using the following code in the header:
<meta property="og:image" content="url to image" />
<meta property="og:title" content="title of the page" />
<meta property="og:description"content="add a short description of the page or content"/>
|