hello,, I already have a live website, http://www.mp3freeze.com for now i use wibiya chat toolbar. but there many problem thats comes inside.. any idea for free and good php toolbar script.. i apreciated with all your advice thanks before..
I've created a simple bar for you.. You can customize it very easy! <html xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <title>Toolbar</title> <style> .toolbar {bottom: 0px; position: fixed; z-index: 100; left: 50px; right: 50px;} .toolbar .main {background-color: #527ca8; width: 100%; height: 30px; display: block; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;} </style> </head> <body> <div class='toolbar'> <div class='main'> <table width='100%'> <tr> <td width='50%'> <img src='http://www.mp3freeze.com/assets/img/icon32.png' style='float: left; margin-bottom: 5px;' width='25'/> <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a> <a class="addthis_button_tweet"></a> <a class="addthis_counter addthis_pill_style"></a> </div> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e39eb045eea10d6"></script> <!-- AddThis Button END --> </td> <td align='right'> <a href='http://www.facebook.com/mp3freeze'><img src='http://www.shortrefiusa.com/spanish/images/facebook.png' border='0'/></a> <a href='http://www.twitter.com/mp3freeze'><img src='http://www.jazzstore.com/img/js/small-twitter.png' border='0'/></a> </td> </tr> </table> </div> </div> </body> </html> HTML: