Search code examples
javascriptjquerybookmarks

Track bookmarking event


Any idea on how can I track users bookmarking event? I want to find out how many users are saving a specific page into their bookmarks, and every time this happens I want to call a callback function (i.e. AJAX) to store this data.

For what I know of JS this is not possible: I can initiate a bookmark creation, but this is not what I'm trying to do...

Even a jQuery plugin is ok. Thanks!


Solution

  • It's not possible. Bookmark creation is outside a web page's control.