Facebook like-box 和 timeline 動態大小改變 (HTML & CSS)

請將以下兩個CSS的語法,複製貼上於自己所屬的CSS Style之中:

Facebook Like-Box 註冊網址:
https://developers.facebook.com/docs/plugins/like-box-for-pages
依照網頁中的指示操作,應是是很淺顯易懂的,這邊就不多加贅述。

CSS 第一個:
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width:  100% !important;display:block;z-index:2000;position:relative}

CSS 第二個:
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe  span[style] {width: 100% !important;display:block;z-index:2000;position:relative}

再來將自己從Facebook developer中,取得的like-box API code置入自己想要顯示的HTML網頁<body>之中。

<div class="fb-like-box"        data-href="自己的紛絲頁短網址"         data-width="293"         data-height="350"        data-colorscheme="light"         data-show-faces="false"         data-header="false"         data-stream="true"         data-show-border="false"></div>

執行結果:
由於CSS3的設定,like-box已經不會再只是僵硬的顯示293 * 350的尺寸;而是以自己所屬的parent的大小變動,做出動態的大小改變。

留言

這個網誌中的熱門文章

7-ELEVEN 電子發票明細查詢方式

Java 使用 regular expression 正則表達,過濾特殊字元,反斜線處理重點

Ubuntu GUI中,無法啟動WIFI連結解決方法