Tagged Questions
Delicious (formerly del.icio.us) is a social bookmarking web service with a focus on tagging. It provides several API options for developers.
7
votes
2answers
3k views
Closing popup window created by Google Chrome extension
I'm trying to create a Chrome extension that is a replacement for the Delicious bookmarklet. I know there's already an extension that does it, but the problem with that extension is that after you ...
7
votes
3answers
112 views
Selectively allow unsafe html tags in Plone
I'm searching for a way to put widgets from several services (PicasaWeb, Yahoo Pipes, Delicious bookmarks, etc.) on the community site I host on Plone (currently 3.2.1). I'm looking for a way to allow ...
4
votes
2answers
736 views
Create a Delicious Bookmarklet in Firefox using Delicious API
I want to create a Delicious bookmarklet in Firefox that bookmarks the current page with a predefined tag.
For proof of concept, if I enter this url, it works:
...
2
votes
1answer
125 views
Delicious .NET API with C#
I would like to create a C# application (.net 2.0 due to the API) to post new bookmarks to Delicious. I found a library: http://netlicious.sourceforge.net/ but I can't find any sample files. I added ...
2
votes
3answers
224 views
Best way to parse a file with links exported from Delicious.com using Nokogiri?
I want to parse an html file containing links exported from Delicious. I am using Nokogiri for the parsing. The file has the following structure:
<DT>
<A ...
2
votes
1answer
272 views
jQuery RSS parsing issue with Delicious feed
I'm trying to parse my delicious links feed to generate custom html. I was not able to parse the item.link and item.creator (index 3,4 of the following rss).
Delicious/myusername
...
2
votes
3answers
149 views
delicious bookmarks - urls frequently bookmarked
I haven't found any pre-made scripts that would help me analyze my delicious bookmarks. I want to know if there are any websites that I tend to frequently bookmark. I know I can export my bookmarks ...
1
vote
3answers
223 views
Improving BeautifulSoup Perf
SO I have the following set of code parsing delicious information. It prints data from a Delicious page in the following format
Bookmark | Number of People
Bookmark | Number of People
etc...
I used ...
1
vote
1answer
45 views
I'm looking for a web-based API for getting tags related to a link
I'm currently using delicious.com to get tags related to a link, but since Yahoo! today announced they are shutting down the service I'm curious what the alternatives are.
I'm not looking for a ...
1
vote
3answers
566 views
Access Delicious API via Yahoo ID without redirect to Yahoo authorizing page
To be more specific:
My delicious account is a Yahoo ID so access via OAuth is required.
It's for my use only to add/remove bookmarks. I have the password.
It's a command line python program, not ...
1
vote
3answers
31 views
How to interpret this date value?
HI,
When I am importing my delicious bookmarks to a html file, the date when the bookmarks get added comes as a attribute ADD_DATE. The values for it are like 1265772027, 1265767184 etc.. How do I ...
1
vote
1answer
215 views
Problem accessing delicious api with ajax
I'm using the following jQuery code to try and access the delicious api, but it's not working. If I go directly to the api url in the browser it returns the xml as expected, so the url is correct.
...
1
vote
2answers
62 views
I need to two bookmarkets for delicious
I am current researching on something and I need to create , lets say, two bookmarkets. If I need to read this article later then I just want to click on that bookmarket and it should tag the current ...
1
vote
4answers
789 views
Basic CMS for bookmarks (delicious clone)
I am looking for a basic open source CMS to build social bookmarks site like delicious.com. I need just basic functionality:
Users should have pages like site.com/username where titles and links for ...
1
vote
2answers
98 views
Delicious English Only
How I can see English only bookmarks on Delicious? They don't have built-in support as of now.
http://support.delicious.com/forum/comments.php?DiscussionID=2218
Is it possible via Javascript ...
0
votes
0answers
10 views
Set a image for appear in the Delicious feed story
I want to set a image for appear in the Delicious feed story. Facebook has provide a meta tag facility (meta property="og:image" content="image url") for this. but I could not find such a thing for ...
0
votes
0answers
58 views
Google Bookmarks Delicious importer is throwing server 500 internal error [closed]
I am using this page:
https://www.google.com/bookmarks/deliciousimport
I am using both the Yahoo! ID account and the Delicious account users
Neither is producing the expected behavior.
I have been ...
0
votes
1answer
61 views
Is there any alternative to the Delicious feeds?
Delicious.com has a huge collection of tagged URLs, which it makes public, not least through these RSS/JSON feeds: http://www.delicious.com/help/feeds
Unfortunately the news that Yahoo may ...
0
votes
1answer
108 views
Searching tweets published from Delicious with Twitter API
I am a new user in StackOverflow. I am developing a tool.
My problem is that I am trying get tweets published from Delicious ("X minutes ago via Delicious").
In Twitter API Documentation ...
0
votes
1answer
353 views
Using cURL/OAuth to access del.icio.us api
I'm following this tutorial to access the del.icio.us api, but this is my first time using cURL or OAuth so hitting a few snags.
I'm using the following code
$ch = curl_init();
curl_setopt($ch, ...
0
votes
3answers
394 views
I want to port my delicious bookmarks to my website
I started building a app that will automatically download my delicious bookmarks, and save to a database, so they I can view them on my own website in my favoured format.
I am forced to use oAuth, as ...
0
votes
2answers
384 views
Can OAuth access tokens be used for securing Permanent access to an account?
Can I use the request token given by the OAuth provider and use it forever? I am looking to build a service which interacts with the Delicious api and looks for updated bookmarks every fortnight. I ...
0
votes
2answers
187 views
how to download all the tags from delicious
how to download all the tags from delicious, like all the tags shown in:
http://delicious.com/tag
0
votes
1answer
246 views
Need help adding a bookmark to Delicious using cURL
I'm trying to write a class that can add a bookmark to my Delicious account.
Here's my method:
public function addBookmark($url, $description) {
$dusername = 'myUsername';
$dpassword = ...
0
votes
1answer
371 views
Delicious API - All bookmarks for a given website?
Is there a way for me to get at a list of the URLs on my website which people have bookmarked on the delicious.com website? Their documentation appears to make no reference to wildcard searches or ...
0
votes
3answers
375 views
How can I split an attribute's value within LINQ(-to-XML)?
I've been feeling like start doing some fun stuff with my delicious bookmarks and LINQ to XML, and I was wondering if there's a way to split the tag attribute within LINQ.
What I've meant with split ...
-1
votes
1answer
18 views
Delicious service and multi word tags in Zend
Multi word tags are not working. Can anybody confirm this?
$username = "your_username";
$pass = "your_pass";
$delicious = new Zend_Service_Delicious($username, $pass);
$results = ...
-1
votes
1answer
239 views
How to propagate the text field to the modal dialogue?
I'm trying to 'add a link' functionality to my site. For that I'm using Modal plugin from Twitter Boostrap JS. On the main page there's only the 'link' field to fill, when a user clicks 'add link' ...