gpt4 book ai didi

facebook - XFBML 发送邀请预览对话框被 iframe 大小截断

转载 作者:行者123 更新时间:2023-11-30 05:26:15 26 4
gpt4 key购买 nike

我一整天都被这件事压得喘不过气来。所以我在我的 Facebook 粉丝页面上制作了一个邀请应用程序,让人们向他们的粉丝推荐或邀请我的粉丝页面。

我的xfbml代码是这样的

<div id="fb-root" style="overflow:auto;">

<script type="text/javascript" src="http://connect.facebook.net/en_US/all.js"></script>
<script type="text/javascript">
FB.init({
appId : '2071839326xxxxx',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
</script>

<fb:serverFbml width="520">
<script type="text/fbml">

<fb:request-form
action="http://www.facebook.com/pages/Nikolius-Web-Development-Tutorial/190882787595987"
method="POST"
invite="true"
type="Nikolius-Web"
content="Undang Temen bergabung di Nikolius-Web <fb:req-choice url='http://www.facebook.com/pages/Nikolius-Web-Development-Tutorial/190882787595987' label='Go' />"
>

<fb:multi-friend-selector actiontext="Undang Temen bergabung di Nikolius-Web" rows="3" cols="3" showborder="true" />
</fb:request-form>

</script>
</fb:serverFbml>
</div>

问题是当我单击发送邀请按钮时,会出现一个确认对话框。对话框像这张照片一样在右侧被切断 enter image description here

关于如何解决这个问题的任何想法。当我看到 manchester united fan page具有相同应用程序的对话框只是正常显示。已经尝试了一整天,但仍在努力做到这一点。 :(

对不起我的英语。希望你们明白我的意思。

最佳答案

FBML 很快就会被弃用。我建议使用最新的 Facebook API 重写您的应用程序。最新的对话框在显示为页面选项卡应用时可能不会裁剪。

关于facebook - XFBML 发送邀请预览对话框被 iframe 大小截断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6227846/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com