Guest User

Untitled

a guest
May 20th, 2011
3,221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. like iframe:
  2.  
  3. <iframe src="http://www.facebook.com/plugins/like.php?app_id=160726593941376&amp;href=http%3A%2F%2Fwww.jamespeerless.com&amp;send=true&amp;layout=standard&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font=tahoma&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
  4.  
  5. like fbml
  6.  
  7. <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=160726593941376&amp;xfbml=1"></script><fb:like href="http://www.jamespeerless.com" send="true" width="450" show_faces="true" font="tahoma"></fb:like>
  8.  
  9.  
  10. comments fbml:
  11.  
  12. <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="example.com" num_posts="2" width="500"></fb:comments>
  13.  
  14.  
  15. activity iframe:
  16.  
  17. <iframe src="http://www.facebook.com/plugins/activity.php?site=google.com&amp;width=300&amp;height=300&amp;header=true&amp;colorscheme=light&amp;font=segoe+ui&amp;border_color&amp;recommendations=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:300px;" allowTransparency="true"></iframe>
  18.  
  19. activity xfbml:
  20.  
  21. <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:activity site="google.com" width="300" height="300" header="true" font="segoe ui" border_color="" recommendations="false"></fb:activity>
  22.  
  23. login button:
  24.  
  25. <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=160726593941376&amp;xfbml=1"></script><fb:login-button show-faces="true" width="200" max-rows="1"></fb:login-button>
  26.  
  27.  
  28. registration button:
  29.  
  30. <iframe src="http://www.facebook.com/plugins/registration.php?
  31. client_id=113869198637480&
  32. redirect_uri=http%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fecho%2F&
  33. fields=name,birthday,gender,location,email"
  34. scrolling="auto"
  35. frameborder="no"
  36. style="border:none"
  37. allowTransparency="true"
  38. width="100%"
  39. height="330">
  40. </iframe>
  41.  
  42.  
  43.  
  44. live stream:
  45.  
  46. <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=160726593941376&amp;xfbml=1"></script><fb:live-stream event_app_id="160726593941376" width="400" height="500" xid="" always_post_to_friends="false"></fb:live-stream>
Advertisement
Add Comment
Please, Sign In to add comment