Quote:
Originally Posted by Yellow Slider
why aren't you using the the meta data in the showthread page?
* <meta property="og:title" content="The Rock"/>
* <meta property="og:site_name" content="IMDb"/>
* <meta property="og:image" content="http://ia.media-imdb.com/rock.jpg"/>
|
Quote:
Originally Posted by Yellow Slider
you should have a version with thread id only, for those who want it just for thr first post
showthread.php?t=xxxxxx
|
I'll see this. Where do you add meta data? Can you help me? Excuse me for my lack of knowledge
Quote:
Originally Posted by AcidX
The first post option doesn't work. "Like" buttons show on every first page, not first post.
Edit: it shows on private messages too.
|
Edit: Fix for private messages and first post on every first page issues:
Replace:
Code:
<if condition="!$GLOBALS['FIRSTPOSTID']">
by:
Code:
<if condition="$post[postcount] == 1">