Facebook Like 按钮指向 like.php 脚本,而不是页面本身

发布于 2024-10-21 22:27:59 字数 731 浏览 1 评论 0原文

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.diacarbon.com%2Fblog%2F&amp;layout=button_count&amp;show_faces=false&amp;width=220&amp;action=like&amp;font=lucida+grande&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:220px; height:21px;" allowTransparency="true"></iframe>

目前该页面位于 http://www.diacarbon.com/blog/

“LIKE”按钮由于某种原因,侧边栏上的 指向 facebook.com/plugins/like.php 而不是 www.diacarbon.com/blog URL 本身。

每次我“喜欢”它时,我的 Facebook 上都会出现一个丑陋的“Jeff likes facebook.com/plugins/like.php....”类型的凌乱 URL。

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.diacarbon.com%2Fblog%2F&layout=button_count&show_faces=false&width=220&action=like&font=lucida+grande&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:220px; height:21px;" allowTransparency="true"></iframe>

Currently the page is at http://www.diacarbon.com/blog/

The "LIKE" button on the sidebar, for some reason, is pointing towards the facebook.com/plugins/like.php rather than the www.diacarbon.com/blog URL itself.

Everytime I "LIKE" it, on my Facebook I get an ugly "Jeff likes facebook.com/plugins/like.php...." type of messy URL on there.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风吹过旳痕迹 2024-10-28 22:27:59

请尝试以下操作:

  1. 使用 XFBML 版本不带 href 属性
  2. 添加缺少的 Open Graph 元标记 og:title
  3. 通过 URL Linter

Try the following:

  1. Use the XFBML version WITHOUT the href attribute
  2. Add the missing Open Graph meta tag og:title
  3. Run the site again over the URL Linter
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文