R

Help with thread_id

  • Thread starter Thread starter Rangers Nation
  • Start date Start date

Visitor Greeting

Welcome to NullWarehouse.com... We are currently seeking Mod's and Contributors. If you wish to apply for a Mod position then please click on Members dropdown arrow, then click on Staff App and fill it out completely and submit it. If you want to be a Contributor then start contributing and we will have our eye on you and take notice, something great could come of it.

  • We have redone the forum. If you notice any issues or errors please open a Support Ticket under the Members dropdown and let us know.
R

Rangers Nation

Guest

I have added the following to the <head> section of page_container, but the open graph info shows on every thread, not just thread 5. Any help would be much appreciated! I'm using XF 2.2.

Code:
Code:
<xen:if is="{$thread.thread_id} == 5">
<meta property="og:title" content="" />
<meta property="og:type" content="article" />
<meta property="og:image" content="h" />
<meta property="og:url" content="" />
<meta property="og:description" content="" />
</xen:if>

Continue reading...
 
Similar content Most view View more
Back
Top Bottom