我有一个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