Guest User

Untitled

a guest
Mar 21st, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <script>
  2. function showCount(count){
  3. if(count)
  4. document.getElementById('fb_fan_count').innerHTML = count[0].fan_count;
  5. }
  6. </script>
  7. <p id="fb_fan_count"></p>
  8. <script type="text/javascript" src="https://api.facebook.com/method/fql.query?format=json&callback=showCount&query=select+fan_count+from+page+where+page_id%3D160397290640478"></script>
Advertisement
Add Comment
Please, Sign In to add comment