/ Published in: HTML
URL: http://www.addthis.com/help/default-code
If you use hidden text spans inside link buttons instead of an image tag, addthis menus seem to attach to the page top instead of the link. For some reason a strong tag used the same way works.
Expand |
Embed | Plain Text
<style> a.addthis_button span, a.addthis_button strong { display:none; } </style> <!-- ADDTHIS BUTTON BEGIN --> <script type="text/javascript"> var addthis_config = { pubid: "YOUR-PROFILE-ID" } </script> <a href="http://www.addthis.com/bookmark.php?v=250" <a href="http://www.addthis.com/bookmark.php?v=250" <!-- ADDTHIS BUTTON END -->
You need to login to post a comment.
