php redirect url with og metatag (open graph)
问题 I have server side redirect page in PHP redirect.php this page redirects the user with PHP header() function: header( 'location: mypage.html?test' ); Is there a way to add some OG meta tags (Open Graph) in a way that when someone shares the redirect.php page on Facebook and similar websites, these properties would be applied? <meta property="og:title" content="Facebook should load this when shared redirect.php"/> 回答1: Since redirect.php redirects whenever it's accessed or/& executed it would