vote up 2 vote down star
2

I've made myself a bookmarklet, and it functions just fine, but when added to a toolbar in Opera or Firefox, it just takes on the default bookmark icon for the browser (a globe and a star, respectively). My site has a favicon, and the window, tab and even [site] bookmark uses the favicon I've specified. Just not my bookmarklet.

How can I code my site or bookmarklet so that the bookmarklet gets the favicon, too?

I'm aware of various manual hackery techniques users can use to set the favicon after the fact, but those are undesirable solutions.

flag

40% accept rate
Example: Dragging the bookmarklet in Opera causes the bookmarklet to take on a Diigo icon: diigo.com/tools/diigolet – Pistos Feb 6 at 16:43
the one you link to doesn't do that for me in firefox. – benlumley Feb 6 at 16:54
Yeah, not in IE either. But it does it in Opera. :) – Pistos Feb 6 at 17:14
Sorry, I just tried Opear 9.6 and it doesn't work for me in Opera either. – Guss Feb 28 at 14:15
There's a proposal for a solution here: wiki.whatwg.org/wiki/Link_Icons – lapo Oct 12 at 7:10

1 Answer

vote up 2 vote down

A bookmarklet uses the javascript:// schema and thus do not have a domain from which a favicon may be loaded.

So, currently there is no way for you to provide a favicon for a bookmarklet. Think about it like this: remember the whole Javascript sandbox thing - where Javascript may not access anything outside the domain of the web page where it is running? Well a bookmarklet that needs to be tied in to whatever domain for the current page you are watching, cannot be also tied in to a favicon on your own web site.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.