How can I distribute a bookmarklet in FBML?
Posted
by Eric
on Stack Overflow
See other posts from Stack Overflow
or by Eric
Published on 2010-03-21T20:29:20Z
Indexed on
2010/03/21
20:31 UTC
Read the original article
Hit count: 624
I have a JavaScript bookmarklet that I'd like fans of a certain page to take. Unfortunately, the only way I've found of distributing it is giving them the raw JavaScript source, which is then problematic to add as a bookmark.
Ideally, I'd use Drag this to the bookmarks bar
But FBML filters out the JavaScript href.
Any advice?
© Stack Overflow or respective owner