reset and begin
9/10/2014

lấy số like facebook bằng script để hiển thị

Để hiển thị số like mà 1 trang web có được rất đơn giản là dùng fql.query .Ngoài hiển thị số like bạn còn có thể show vài thứ nữa như số share ,vài cái nữa mà mình cũng quên mất rồi :D

cách làm :



 1: nơi bạn muốn số like /share hiển thị .

 <div id="likebox"></div>  

 2 script bạn cần có để liên kết với facebook

<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
  FB.init({
    appId  : '285421138263428',
    status : true,
    cookie : true,
    xfbml  : true 
  });
</script>
<script>
//<![CDATA[

$(document).ready(function() {
        FB.api({
            method: 'fql.query',
            query:'SELECT like_count FROM link_stat WHERE url = "http://shimivn.blogspot.com"'
        }, function(data) {
        var xy = parseInt(data[0].like_count) + 1;
        $('#likebox').html(xy);
            //    do something with the response
        });
   });
//]]>

</script>
đổi tên trang web hay url bất kỳ cần hiển thị http://shimivn.blogspot.com
đăng ký app facebook id 285421138263428
 shi-end

Bloger Comments
G+ Comments
Comments FaceBook

No comments:

List

Profiles Information


About me : Nothing is 1 vài thứ - 1985

Places I've Lived : I Hà Nội

Home Page : http://www.shimivn.blogspot.com/

Think : 1:1000000000

Languages spoken : Vietnamese,English.

Mobile : sony C2305

dell : i3-Ram 3GB- HDD 250GB .