Google site
-找到您想變更的頁面。
-從 [其他動作] 下拉式選單中選取 [頁面設定]。
-勾選 [允許附件] 方塊。
-按一下 [儲存]。
目前提供的容量是100MB
網址為http://sites.google.com/site/你的名稱
‧ 不支援embed、JavaScript、iframes等code語法.
已經可以加入AdSense廣告了,請見Google Sites可以放AdSense廣告賺錢了一文
‧ 可以使用Google Analytics、Webmaster(網站管理員) ,也提供倒數計時器。
可直接插入videos、 docs、spreadsheets、 presentations、 photo slide shows、 and calendars等檔案型態。
‧ 可放檔案,一個檔案最大限制10MB
‧ 圖片格式支援JPG、GIF和PNG,Animated的GIF
‧ 沒有提供RSS訂閱,有解 RSS。
‧ 不支援metadata或是Keywords,只能在你的description敘述。
如果你想知道網站流量,在Google Site的後台操作部份:
協作平台設定=>共用此協作平台=>其他內容=>統計資料(打勾)
加入你的 Analytics (分析) 網頁內容 ID,即可。
再按儲存變更。
所以像是 iframe、object、embed 都不行就是了。不過, 有一個方法可以騙過它...
Permalinks for Google Drive Images
http://www.gdriveurl.com/?lang=en_US
Copy "Link to share", paste it in the text field and press "Direct link".
there's an easy solution - replace this URL from the address bar:
Like: copy yellow letter code as FIELD
https://drive.google.com/file/d/0BxHg3kgKoEPKWDJEZWYxYkZDYUU/edit?usp=sharing
To
http://drive.google.com/uc?export=download&id=FILEID
As
http://drive.google.com/uc?export=download&id=0BxHg3kgKoEPKWDJEZWYxYkZDYUU
And Insert image from web address:paste URL address then you got below.
Photo: http://www.gdriveurl.com/?idl=513569416225&out=1
Music: http://www.gdriveurl.com/?idl=613569418361&out=1
MP3: http://www.gdriveurl.com/?idl=813591814369&out=1
animated GIF
Not animated Gif is due to html setting not auto corrected.
Corrected html as below is right setting for animation.
As was
<div style="display:block;text-align:left"><a href="https://sites.google.com/site/epihome2012/home/Learn/computer/web-edit-1/Dual%20very%20small.gif?attredirects=0" imageanchor="1"><img border="0" src="https://sites.google.com/site/epihome2012/home/Learn/computer/web-edit-1/Dual%20very%20small.gif"></a></div>
New corrected is
<div style="display:block;text-align:left"><a href="https://sites.google.com/site/epihome2012/home/Learn/computer/web-edit-1/Dual%20very%20small.gif?attredirects=0" imageanchor="1"><img border="0" src="https://sites.google.com/site/epihome2012/home/Learn/computer/web-edit-1/Dual%20very%20small.gif?attredirects=0"></a></div>
Enlarge if you hit it
<div style="display:block;text-align:left"><a href="https://sites.google.com/site/epihome2012/home/Learn/computer/web-edit-1/Dual-small.gif?attredirects=0" imageanchor="1"><img border="0" src="https://sites.google.com/site/epihome2012/home/Learn/computer/web-edit-1/Dual%20very%20small.gif?attredirects=0"></a></div>