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?

    haonas HI

    Which menu item are you referring to? kindly share the URL of that page so I can take a look.

    Regards

    I checked the OG info you added into the home menu item and it shows the same on frontend:

    Could you check again?

    11 days later

    haonas Hi

    Team is looking into this issue, I will update here when having news.

    11 days later

    Hi,

    Unfortunately, there is no news on this yet, kindly wait.

    2 months later

    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.

    Write a Reply...
    You need to Login to view replies.