Facebook 开发 - 加载 fbml 和通过 Ajax 将 html 代码放入 iFrame 中的 div 中
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个问题
加载 Facebook fb:profile-pic通过 Facebook Connect 网站中的 AJAX
have look at this question
Loading Facebook fb:profile-pic via AJAX in Facebook Connect site