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"/>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…