Welcome Guest, Not a member yet? Register   Sign In
using CI can we count book marks programmatically?
#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.


Messages In This Thread
using CI can we count book marks programmatically? - by El Forum - 01-27-2008, 11:19 PM
using CI can we count book marks programmatically? - by El Forum - 01-28-2008, 12:59 AM
using CI can we count book marks programmatically? - by El Forum - 01-28-2008, 05:32 AM
using CI can we count book marks programmatically? - by El Forum - 01-28-2008, 05:43 AM
using CI can we count book marks programmatically? - by El Forum - 01-28-2008, 06:36 AM
using CI can we count book marks programmatically? - by El Forum - 01-28-2008, 07:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB