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>
Читать далее...