Is there a way to include my 16x16 share icon with the link dragged to the Firefox Bookmarks toolbar?
I tried inserting the image tag with the absolute path like so but the image is left behind:
Code:
<a class="bookmarklet" href="javascript:q=(document.location.href);void(open('<?php echo BASEURL; ?>index.php?page=submit&url='+escape(q),'','resizable,location,scrollbars,menubar,toolbar,status'));"><img src="http://allthingsdemocrat.com/pages/images/ATD-button-16x16rounded.jpg" alt="Submit to ATD"><?php echo $h->lang['bookmarklet_submit']; ?></a>
Bookmarks