我正在尝试在我的网站上设置一个可以代表 YouTube 共享的共享按钮。假设页面是http://www.mysite.com/test.html。
测试.html
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="http://www.youtube.com">
<meta property="og:description" content="My custom YouTube share">
<meta property="og:title" content="YouTube Share">
<meta property="og:image" content="http://www.mysite.com/preview.png">
</head>
<body>
<a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.mysite.com%2Ftest.html">Share</a
</body>
<html>
但是当我单击共享时,它完全忽略了我的元属性。我怎样才能让 Facebook 查看我声明的所有元属性?还是无法代表其他网站共享?
编辑:这是我正在尝试做的示例屏幕截图: