I added the following code to headerinclude to display the correct thumbnail, title & url when people share links in facebook.
The thumb & the url work ok, but the link in facebook just displays {TITLE}. Not sure what I did wrong.
I'm using 4.4.0
Code:
<meta property="og:title" content="{TITLE}"/>
<meta property="og:url" content="{URL}"/>
<meta property="og:image" content="http://www.occupyforum.org.uk/images/misc/facebook-thumb.jpg" />