Not a bug xenForo 2.1 The Open Graph protocol

Emre

Well-known member
Affected version
2.1
Please could you please resolve this issue? 🥰

187450

Facebook, Twitter, LinkedIn and Youtube more.. Many users want to use without add-ons. 🤗
endless thanks to every team who contributed. 🤝
Thank's so much. 🤲
 
It's not clear what you're reporting. The only thing shown is a warning that is rather specific to Facebook compared to the general OG tags. It won't prevent them from being expanded in various services.
 
Well there is an open suggestion for that (I believe), but it's not a bug as it's not something that is attempted. This behavior goes back to 1.x.
 
Please could you please resolve this issue?
but it's not a bug as it's not something that is attempted. This behavior goes back to 1.x.
In XF1 template 'open_graph_meta' exists...
Code:
<xen:if is="{$xenOptions.facebookAppId}"><meta property="fb:app_id" content="{$xenOptions.facebookAppId}" /></xen:if>
<xen:if is="{$xenOptions.facebookAdmins}"><meta property="fb:admins" content="{xen:helper implode, {$xenOptions.facebookAdmins}, ','}" /></xen:if>
Is this removed functionality from XF2?
 
In XF1 template 'open_graph_meta' exists...
Code:
<xen:if is="{$xenOptions.facebookAppId}"><meta property="fb:app_id" content="{$xenOptions.facebookAppId}" /></xen:if>
<xen:if is="{$xenOptions.facebookAdmins}"><meta property="fb:admins" content="{xen:helper implode, {$xenOptions.facebookAdmins}, ','}" /></xen:if>
Is this removed functionality from XF2?
I know for 1.x. Annoying to use plugin for OG 2.x
 
Top Bottom