Open Graph protocol November 27, 2019, 03:46:56 PM Hi how to place Open Graph property on each front end pages <meta property="og:title" content="The Rock" /><meta property="og:type" content="video.movie" /><meta property="og:url" content="http://www.imdb.com/title/tt0117500/" /><meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" /> Quote Selected Last Edit: November 27, 2019, 03:49:11 PM by arun
Re: Open Graph protocol Reply #1 – November 27, 2019, 04:37:22 PM @arun please add your content(Open Graph property) to appheader.php and make sure to exempt it from files that will be generated by PHPRad. Quote Selected
Re: Open Graph protocol Reply #2 – November 28, 2019, 02:30:09 AM please give one example Quote Selected
Re: Open Graph protocol Reply #3 – November 28, 2019, 06:51:22 PM @arun after checking it, the previously stated method was wrong for adding metadata. Add the metadata to the main_layout.php like in the image below, as for About Us | Help And FAQ | Contact Us | Privacy Policy | Terms And Conditions you will have to add them manually to the pages. Quote Selected