Welcome Guest, Not a member yet? Register   Sign In
using CI can we count book marks programmatically?
#1

[eluser]Nagabhushana[/eluser]
using CI can we count book marks programmatically? if yes please help me

thank u..........
#2

[eluser]Pascal Kriete[/eluser]
I don't think I understand your request. What bookmarks are you referring to?
#3

[eluser]Nagabhushana[/eluser]
My question is, when user does book marking in browser or in some sites I want to keep track of count ie, no of book markings the user has done?
#4

[eluser]Craig A Rodway[/eluser]
You want to know how many bookmarks a user has in their browser? Not possible.
#5

[eluser]Nagabhushana[/eluser]
no, admin wants to know how many book marks user has made in a website..
#6

[eluser]xwero[/eluser]
If you have a bookmarking link you could do it using javascript
Code:
$('#bookmark').click(function(){
   // ajax request
});
This is jquery code but it works similar in other javascript frameworks.

You could check bookmarking sites for links from the website with their api or using a search.




Theme © iAndrew 2016 - Forum software by © MyBB