I am using the AddThis button on my site. You can see a demo here http://www.addthis.com/ mouse over the button and a bunch of social bookmarking thumbnails appear. im trying to make it so that on my site, it is expanded by default. i see the mouse over to expand it, is there some way to make it so that on the page load it is expanded?
thanks
here's the code:
<!-- AddThis Button BEGIN -->
<script type="text/javascript">var addthis_pub="fdfdies";</script>
<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '[url]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" border="0" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
<!-- AddThis Button END -->
|