喜欢按钮使用错误的页面标题,以及使用下面的随机 jpeg 作为徽标

发布于 2024-12-21 00:06:32 字数 251 浏览 3 评论 0原文

我刚刚在为另一家企业设计的网页上添加了 Facebook 活动提要和“赞”按钮(参见此处 - thespotinvernal.com)。看来,当人们“喜欢”该页面时,它会显示我在我的域下设计页面时的页面前标题(raveninkdesign-home),并尝试将位于“喜欢”按钮下方的 jpeg 显示为某些某种标志。我尝试创建新代码,认为它所拾取的标题是从我为提要放置第一个代码时基于某种算法创建的。但获得新的脚本和新的 html 并不能改变这一点。有人知道我该如何解决这两个奇怪的问题吗?

I just added a Facebook activity feed, and Like buttons on a web page I am designing for another business (seen here- thespotinvernal.com). It appears that when people "like" the page it brings up the former title of the page (raveninkdesign-home) from when I was designing the page under my domain, as well as trying to display the jpeg sitting below the like button as some sort of logo. I have tried creating new code figuring the title it was picking up was some sort of algorithm based creation from when I placed the first code for the feed. But getting new script, and new html did nothing to change that. Anyone know how I can fix these two strange problems?

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

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

发布评论

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

评论(2

两人的回忆 2024-12-28 00:06:32

现在检查一下。我想我不小心清除了你的缓存数据:)
使用本文中给出的信息如何清除调试工具缓存数据?

来自帖子:

转到http://developers.facebook.com/tools/debug
输入 URL,后跟 fbrefresh=CAN_BE_ANYTHING

放入

thespotinvernal.com?fbrefresh=CAN_BE_ANYTHING

“输入 URL 或访问令牌”文本框中,然后单击“调试”按钮。

Check now. I think I cleared your cached data accidentally :)
Using the info given in this post How to clear debug tool cache data?

From the post:

Go to http://developers.facebook.com/tools/debug
Enter the URL following by fbrefresh=CAN_BE_ANYTHING

Put

thespotinvernal.com?fbrefresh=CAN_BE_ANYTHING

inside "Input URL or Access Token" text box and click DEBUG button.

诺曦 2024-12-28 00:06:32

也许它只是访问缓存的副本? Facebook 不希望在每次点赞时都获取点赞页面。相反,它会在第一次获取它,然后保留缓存副本一段时间。这包括页面标题和图像。

那么我猜一下,您第一次点“赞”是针对之前的内容吗?那么您可能只需要给它一些时间,让它从 Facebook 缓存中过期。

Maybe it's just accessing a cached copy? Facebook doesn't want to have to fetch the liked page on every like. Instead, it fetches it the first time, then keeps a cached copy for some time. This includes page title and images.

So let me guess, the first time you tried the "like" was with the previous contents? Then you probably just need to give it some time to expire from Facebook caches.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文