我有一个职位门户网站,我有一个名为share in fb的facebook按钮。我希望当用户点击该按钮时,我的网页的特定职位描述应该在他的墙上分享。
<a rel='nofollow' href='http://www.facebook.com/share.php?u=http://testing.com/current_openings.php?JobId=".$jobiid."' target='_blank'>share in fbk</a>
以上链接转到共享页面,但其内容来自关于我们页面的网页,而非特定内容。
答案 0 :(得分:0)
为您想要共享的每个网站设置元标记。
将它们放在像this
这样的HTML标头中<meta property="og:url" content="http://www.nytimes.com/2015/02/19/arts/international/when-great-minds-dont-think-alike.html" />
<meta property="og:type" content="article" />
<meta property="og:title" content="When Great Minds Don’t Think Alike" />
<meta property="og:description" content="How much does culture influence creative thinking?" />
<meta property="og:image" content="http://static01.nyt.com/images/2015/02/19/arts/international/19iht-btnumbers19A/19iht-btnumbers19A-facebookJumbo-v2.jpg" />
这些属性包括有关我们在
时特别想要呈现的文章的描述性元数据