Tagged Questions
2
votes
1answer
190 views
Delicious bookmarks count not retrieving
I am using the below code to get the delicious bookmarks count of some sites. But it's not working fine.
Is there any problem with the API or my code?
<script type="text/javascript">
...
1
vote
1answer
651 views
Create a 'send to Delicious' bookmarklet with custom tag
I've created a javascript bookmarklet that gets the current page's title and URL, using the following code:
//Check to see if jQuery is already loaded
if (typeof jQuery == 'undefined') {
var jQ = ...