any way to check if user has your website bookmarked?

Not as far as I know... There are several different ways of bookmarking, of course. You can do it directly via the browser, which can't be detected, or you can trigger the opening of the add bookmark popup via JavaScript. Theoretically, if you used the latter you could write some code to send an insert query to your database via Ajax to log the bookmark event. However, I suspect that most people just use their browser to do so.
 
Back
Top Bottom