“喜欢按钮”当我将插件代码粘贴到 iweb 上的 HTML 片段中时,没有出现?
请帮忙。我花了几个小时在这上面。在 Twitter 上,我可以轻松地使用 iWeb 在我的网站上添加按钮,但在 facebook 上...... 我可以描述我的问题的最好方法是:我完成了所有必需的步骤来获取我的 Facebook 页面 (http://www.facebook.com/thekitchensinkwma) 的插件。然后我“获取代码”,复制代码,将 HTML 代码片段拖到 iWeb 中我想要的页面上,然后将代码粘贴到相应的窗口中(顺便说一句:我已经多次尝试了所有 3 个代码)。单击“应用”按钮时,不会出现“喜欢”按钮。 我已经穷尽了!请帮忙。谢谢。 马丁
Please help. I've spent hours on this. With Twitter I had no trouble adding a button to my website using iWeb but with facebook.....
The best way I can describe my problem is this: I go through all of the required steps to obtain the plug-in for my facebook page (http://www.facebook.com/thekitchensinkwma). I then "get code", copy the code, drag HTML Snippet onto my desired page in iWeb, then paste the code into the appropriate window (BTW: I've tried all 3 codes several times). When Click the "Apply" button, the "Like" button does not appear.
I'm at my whit's end! Please help. Thanks.
Martin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在没有看到该页面的情况下,我有两个初步想法,您可以运行:
您的 CMS [iWeb 或您正在使用的任何东西] 正在更改按钮显示所需的 fb-root 标记。 Twitter 仅使用 javascript。
您的页面通过 iframe、javascript 或系统中的某些内容显示,导致 Facebook 认为您可能隐藏了按钮以伪造点击。
如果 iFrame 和脚本方法都发生这种情况,则 url 会有所帮助,因为它可能会更复杂。
Without seeing the page I have two initial thoughts you can run down:
Your CMS [iWeb or whatever you are using] is altering the fb-root tag which is required for the button to show. Twitter only uses javascript.
Your page is appearing via iframe, javascript or something from the system is causing Facebook to believe you may be hiding the button to fake a click.
If this is happening with both the iFrame and Scripted method a url will be helpful as it may be more complex.
尝试添加
到 HTML 标签。
如果您提供链接会更容易。
Try adding
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
to the HTML-tag.Would be easier if you provided a link though.