netjunky

Untitled

Nov 11th, 2010
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.80 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.     <head>
  5.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.         <title>Some Doku</title>
  7.         <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>
  8.         <script type="text/javascript">
  9.             var addthis_config = {
  10.                 username            : 'net0junky',
  11.                 services_compact    : 'twitter, facebook, orkut, email, googlebuzz',
  12.                 ui_click            : true
  13.             }
  14.            
  15.             addthis.button("#atbutton");
  16.         </script>
  17.         <style type="text/css">
  18.             div#atbutton {
  19.                 width: 15px;
  20.                 height: 15px;
  21.                 background-color: #CCC;
  22.             }
  23.         </style>
  24.     </head>
  25.     <body>
  26.         <div id="atbutton">&nbsp;</div>
  27.     </body>
  28. </html>
Add Comment
Please, Sign In to add comment