2013年1月8日

facebook 讚 語法心得


Like Button 開發



產生Code主要是以下這段
http://www.facebook.com/widgets/like.php

各參數

href - URL to Like
send - 傳送的按鈕顯示(true;false)
layout - 讚按鈕的樣式
        (standard ;button_count;box_count)
show_faces - 是否顯示粉絲





通常上面這些資訊就足夠了
另外還有widthhigh font字型 colorscheme(light;dark)背景暗亮 action(like;recommend)按鈕上是讚還是推薦

湊起來的就像這樣
http://www.facebook.com/widgets/like.php?href=http%3A%2F%2Fdorothycode.blogspot.tw&send=false&layout=button_count&show_faces=false

至於怎麼坎在自己的網頁裡可以參考以下這段加在html裡
<iframe src="http://www.facebook.com/widgets/like.php?href=http%3A%2F%2Fdorothycode.blogspot.tw&send=false&layout=button_count&show_faces=false" scrolling="no" frameborder="0" style="border:none; width:250px; height:60px"></iframe>

沒有留言:

張貼留言