RSS Feed/News Help with thread_id

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,637
Points
823

Reputation:

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...
 
Status
Not open for further replies.
Top