創建一個菜單(首頁,我的報價,發送報價)可以幫助我的任何人創建一個菜單(家庭,我的報價,發送報價)使用我的Facebook應用程序。當我選擇一個標籤時,當新頁面打開時,菜單消失。我需要的菜單本身的下方顯示我的網頁,所以該怎麼做我使用<fb:tab>
代碼
<div>
<fb:tabs>
<fb:tab-item href="http://apps.facebook.com/ranpariya/index.php" title="Home"
<?php if ($page == 'index.php'):?>selected="true"<?php endif;?>/>
<fb:tab-item href="http://apps.facebook.com/ranpariya/friends.php" title="Friends" <?php if ($page == 'friends.php'):?>selected="true"<?php endif;?>/>
<fb:tab-item href="http://apps.facebook.com/ranpariya/my_tab.php" title="Invite Friends" align="right" <?php if ($page == 'invite.php'):?>selected="true"<?php endif;?>/>
</fb:tabs>
</div>
聽起來很奇怪 - 你確定你把它包含在所有其他頁面中嗎? 如果是看看生成的源也許有一個小解析錯誤 – 2009-09-05 12:06:50