繁体   English   中英

PhP。 Facebook分享导致不正确的缩略图和信息

[英]PhP. Facebook share results in incorrect thumbnail and information

我试图在我的文章中添加链接,您可以从这些链接在社交媒体上分享该文章。

我使用了以下链接。

对于Facebook

<a href="http://www.facebook.com/sharer.php?u=http://www.example_site.com/tenx_blog_latest/blogs/admin/post-detail.php?article_id=<?php echo $article_id?>">
   <img src="pos-imag/fb.png"></a>

当我在Facebook上共享时,它是正确的链接,但是缩略图和文本信息来自我网站的主页。

Twitter.com也一样

有人可以指导我如何纠正这个问题。谢谢

使用Facebook和Twitter调试器工具来验证共享URL的内容和元标记。

https://developers.facebook.com/tools/debug/

https://cards-dev.twitter.com/validator

您需要从您的Facebook和Twitter帐户登录才能访问这些页面。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM