2011-10-20 55 views
0

我的自定義歡迎頁集成到我的粉絲頁時遇到問題。我將自定義html/css和圖像上傳到根目錄中hostgator上的服務器上。服務器下的主域名是我創建fanpage的網站。但在我的粉絲頁面下的歡迎標籤顯示我的整個網站,而不是我的自定義歡迎頁面。這裏有什麼問題?你能定義我的畫布URL和頁面標籤URL嗎? 我在這個問題上遇到嚴重問題。嚴重需要你的幫助。Iframe應用程序集成到我的粉絲頁

回答

0

您的網頁的URL標籤是指向你的網站或也許你有這樣的:

root 
| 
|-- index.html // related to the website and not the facebook page 
|-- fb_index.html // should be loaded when called on Facebook 
|-- other css, image and html files 

而且你使用的是默認域網址:domain.com將加載domain.com/index.html

我喜歡創建一個文件夾(或在下面的情況下,兩個)的根目錄下:

root 
| 
|-- index.html // related to the website and not the facebook page 
|-- other css, image and html files 
|-- fb // all Facebook related files tab and Canvas if needed in the future 
    | 
    |-- tab 
     | 
     |-- index.html // this should be loaded inside Facebook 
     |-- other css, images, js related to the Facebook tab 

現在你可以在App設置中設置了網址:domain.com/fb/tab/

+0

非常感謝。這是我的畫布網址:http://paleo30daychallenge.com/fb/tab/ –

+0

非常感謝。我的畫布網址是:http://paleo30daychallenge.com/fb/tab/和標籤網址:http://paleo30daychallenge.com/fb/tab/index.html –

+0

它給了我404 ...你是否真的在創造這些文件夾並把你的內容放在那裏? – ifaour

相關問題