Advertisement
flashdrive2049

fb_button_example.html

Jan 28th, 2013
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.92 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3.   <head>
  4.     <!-- in here whatever you want, like meta-tags etc -->
  5.    
  6.     <!-- following tag imports the english file needed for the button -->
  7.     <!-- if you want to use it e.g. in German, simply replace en_US with de_DE -->
  8.     <script src="http://connect.facebook.net/en_US/all.js#xfbml=1" type="text/javascript"></script>
  9.  
  10.     <!-- and some other stuff of yours -->
  11.   </head>
  12.   <body>
  13.     <!-- also more stuff of yours -->
  14.  
  15.     <!-- you can customize width, layout, colorscheme, action and font -->
  16.     <!-- layout = standard/button_count/box_count -->
  17.     <!-- colorscheme = light/dark -->
  18.     <!-- action = like/recommend -->
  19.     <!-- font = arial/lucida grande/segoe ui/tahoma/trebuchet ms/verdana -->
  20.     <fb:like href="YOUR WEBSITE'S URL" width="500" layout="button_count" colorscheme="light" action="like" font="arial"></fb:like>
  21.     <!-- whatever you want -->
  22.   </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement