admin管理员组文章数量:1426072
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!
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!
Share Improve this question asked Jun 18, 2012 at 10:02 napoluxnapolux 16.1k9 gold badges54 silver badges71 bronze badges 3- 2 If it's not possible with JS then it's not possible with jQuery. (And as a user I hope it isn't possible.) – nnnnnn Commented Jun 18, 2012 at 10:05
- Well, thanks. I knew that, but I'm not working with bookmarking since 1998 (times of popups & popunder) I wanted a confirmation :) – napolux Commented Jun 18, 2012 at 10:17
- Firefox has some functionality for this, but that may be the only one. developer.mozilla/en-US/docs/Mozilla/Add-ons/WebExtensions/… – ashleedawg Commented May 5, 2022 at 0:01
2 Answers
Reset to default 6It's not possible. Bookmark creation is outside a web page's control.
I wonder, How CodeProject articles are showing the Bookmark Count then?
(See the 'About Article' panel @ right side for the Bookmark count) for example see this one
本文标签: javascriptTrack bookmarking eventStack Overflow
版权声明:本文标题:javascript - Track bookmarking event - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745467510a2659596.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论