I like the plugin very much, I am using it without the AJAX interface. My only complaint is that I'm having trouble styling it. It creates a wrapper div that is way to big. I made the plug-in not render a display title by entering &nbsp but I'm still not satisfied with the output. Examining my source code this is what I get:
<div class="social_bookmark">
<a><strong><em> </em></strong></a>
<br />
<div class="d">
<br />
** ALL SOCIAL LINKS ARE HERE **
<br />
</div>
</div>
<!-- Social Bookmarks END -->
I would like to make the plug in not render the first A tag and all of the break tags. Is there anyway to do so. I tried to do it in CSS by setting display:none on a.social_bookmark but that did nothing.
Any suggestions?