我想在脸书上分享一个带图片的页面。我使用下面的代码,它对静态图像工作得很好。
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<title>MyExample</title>
<meta property="fb:app_id" content="xxxxxxxxxxxxx" />
<meta property="og:title" content="This is my example"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://mywebsite.com/mypage.php"/>
<meta property="og:image" content="http://mywebsite.com/images/myimage.jpg"/>
<meta property="og:site_name" content="Mywebsite"/>
</head>
<body>
</body>
</html>
我在这里传递的图像名称是静态的。如何为此页面提供动态图像?我可以使用php会话吗?怎么样? 此外,如果有人点击我的帖子,我想将用户重定向到另一个网址。我怎么能这样做?
答案 0 :(得分:0)
从控制器传递动态数据,以在元属性中查看和打印该数据