Facebook 开发 - 加载 fbml 和通过 Ajax 将 html 代码放入 iFrame 中的 div 中

发布于 2024-08-27 04:05:14 字数 699 浏览 6 评论 0原文

我有一个 iframe 应用程序,可以正常工作并在 facebook 中渲染 fbml。但整个应用程序是使用 ajax 调用来加载大块页面构建的。其中有几个具有< fb:加载时未呈现的标签。我尝试了下面的代码,然后将其加载到我的索引页中的 div 中,但它根本没有显示任何内容,没有 html,没有 fb 渲染,什么也没有。有人可以告诉我我错过了什么吗?非常感谢!!

<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>  
<fb:serverfbml style="width: 600px;">
<script type="text/fbml">
<fb:fbml>

<!-- all of my html and my php and my fb tags go in here, for example: -->
<fb:name uid="my_real_user_id" useyou=\"false\"></fb:name>

</fb:fbml>
</script>
</fb:serverfbml>

我希望我的问题很清楚。如果没有,请告诉我,我会更详细地解释! :P

I've got an iframe application that's working fine and rendering fbml in facebook. But the whole app is built using ajax calls to load large chunks of pages. Several of these have < fb: tags that aren't being rendered when they load. I tried the code below, which is then loaded into a div in my index page, but it doesn't show anything at all, no html, no fb rendering, nothing. Can someone please tell me what I'm missing?? Thanks so much!!

<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>  
<fb:serverfbml style="width: 600px;">
<script type="text/fbml">
<fb:fbml>

<!-- all of my html and my php and my fb tags go in here, for example: -->
<fb:name uid="my_real_user_id" useyou=\"false\"></fb:name>

</fb:fbml>
</script>
</fb:serverfbml>

I hope my question was clear. If not, just let me know I'll explain in more detail! :P

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文