Quote:
Originally Posted by Support
Hi every one,
i added LIKE button to my forum and it works just fine except one issue, if i click on LIKE and write a comment it shows on my profile with Random Thumbnail, so how can i get the option to choose the Thumbnail i want to add with the topic i LIKE ?
|
The Thumbnail should be controlled by the line:
<meta property="og:image" content="IMAGEPATH"/>
in the headerinclude template. You need to replace "IMAGEPATH"/> with the path to a thumbnail image, or usually your forum logo... something like "/forums/images/misc/logo.gif"