Search code examples
facebookbookmarkletfbmlfbjs

How can I distribute a bookmarklet in FBML?


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

<a href="javascript:/*my bookmarklet*/">Drag this to the bookmarks bar</a>

But FBML filters out the JavaScript href.

Any advice?


Solution

  • Huh. Looks like dragging the bookmarklet in text form is sufficient to create a bookmark.