Hello,
the OG settings of my default menu item are not reflected on my website.
Whenever i share the url or even on the source code of the page there is no og: image tag
How can i fix this?
Open Graph
please check the /home page
I checked the OG info you added into the home menu item and it shows the same on frontend:
Could you check again?
I still don't see the og: image
Any news about the issue?
bump
Hi,
Unfortunately, there is no news on this yet, kindly wait.
- Edited
haonas please open file plugins/system/t4/src/t4/Document/Template.php search and remove the code in function renderOpenGraph():
if (!$this->doc->params->get('system_opengraph', ""))
return;
$options = $this->app->input->get('option', '');
if (in_array($options, array('com_content', 'com_t4pagebuilder', "com_contact")))
return;
and update content in the menu's Open Graph tab in administrator.
Thank you so much this worked
Hi there,
I wanted to give you a heads up about this customization. It's tailored specifically for your site and utilizes the core file of the T4 framework and it's not possible to override in template. To ensure everything goes smoothly, I kindly recommend that you back up this file before updating to a new version of the T4 framework.