View Single Post
Old 10-22-2003, 06:42 AM  
Nightwork
Registered User
 
Join Date: Oct 2003
Posts: 61
Quote:
Originally posted by Dawgy
is it possible to detect when someone bookmarks a page

and is it possible to detect if someone already has a page bookmarked?
No and No.

As said, it is possible to track a "bookmark this" link (as it is possible to track all links on your page), but the js for bookmarking used by most links aren't even crossbrowser compatible. Besides, this method will only count the bookmarks bookmarked through your bookmark link, it won't count the bookmarks bookmarked through any other bookmarking methods (ctrl+d, through the favorites menu).

Detecting if someone already has bookmarked a page seems impossible to me, as bookmarks are stored on your system. JS normally isn't able to read your localfiles, so isn't able to see what you've got bookmarked or not.
Nightwork is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote