将 Facebook 开放图谱协议元标签添加到共享点
当我在我们的网站 (www.potatopro.com) 上点赞一篇带有 Facebook 点赞和 Facebook 分享按钮的文章时,会获取错误的网站数据。 要么您无法更改图片,要么在其他情况下 Facebook 会获取导航而不是内容。
据我了解,我必须在我们的网站上实施 Facebook 的开放图协议元标签。但是对于基于共享点的网站我该如何做到这一点?请指教!
When I like an article on our website (www.potatopro.com) with a Facebook like and a facebook sharebutton the wrong website data is being fetched.
Either you are not able to change the picture or in the other case facebook fetches the navigation instead of the content.
To my understanding I have to implement facebook's open graph protocol meta-tags on our site. But how do I do that for a sharepoint based website?! Please advice!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 Web 部件添加到页面正在使用的页面布局中。在 Web 部件中,您添加一个函数,用于查找页面上的标题、内容和图像,并将元标记写入页面正在使用的母版页。这是该函数的示例...
You can add a webpart to the pagelayout that your page is using. In the webpart you add a function that finds the title, content and image on the page and writes metatags to the masterpage that the page is using. Here is an example of the function...