Google Reader + del.icio.us

By jordan brock Last update Mar 16, 2007 — Installed 9,995 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 20 posts, 17 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
jeffreypriebe Scriptwright

I've fixed/updated this code, you can find it here: http://userscripts.org/scripts/show/34043

Fixed:
Works again
Buttons updated

Didn't Fix:
Tags don't auto-populate from the Google Reader tags.

 
Chris Conway User

Doesn't work for me. I see the "Add to del.icio.us" link in each item, but clicking on it has no effect.

 
J Berman User

Is this script broken? When I click on it in Reader, nothing happens. Says it installed correctly. Thoughts?

 
Mike Barrett User

Error: parent.parentNode.parentNode.previousSibling.childNodes[1].firstChild.childNodes[1].childNodes[1] has no properties
Source File: file:///C:/.../components/greasemonkey.js
Line: 412

:( firefox 2.0.0.14

 
Jay Dugger User

Ignore my previous comment. The problem lay on my end.

 
Jay Dugger User

Script stopped working for me on Thursday, 6 March 2008.

 
David Rojas ... User

Is there a way to make prior tags listed on my delicious appear and selfcomplete?
This is what I do when tagging from Firefox delicious bartool.

 
phrakture User

Aha, I was going to shut off the Upper Casing, and noticed 'NORMALIZE', so thanks.

Side note: line 187 may have a typo "tags-edit-cance;"

 
Scott Cowan Scriptwright

I posted an update at

http://userscripts.org/scripts/show/11620

added fix for prefilling the Title and https sites from Liu Yang http://userscripts.org/users/27500

I didn't add your keyboard shortcut because it was interfering with the existing shortcuts for jumping to different tags/feeds

moved the entry box about the buttons instead of below

Note: if your using Google Reader Optimized you'll need to change css for .entry-actions to float: left instead of right so the box doesn't appear offscreen

 
Chris Webb User

Thank you Dale Jung - that tweak fixed the title issue for me too.

 
Dale Jung User

The following change fixed the undefined title bug for me:
function postBookmark(event){
...
var title=header.firstChild.innerHTML;
to
var title=header.firstChild.nodeValue;

 
Thadk Scriptwright

Woops, wrong tab ;) I used your script a bit too.

 
Thadk Scriptwright

Thanks for GPE, I modified it to support the Facebook Sharing Bookmarklet http://userscripts.org/scripts/show/9594

 
Thadk Scriptwright

Title field is always showing as undefined, not sure if this is related to my other scripts. I will have to look at it.

 
xiaoyang Scriptwright

I found this script can not catch the "title" of a post automatically. An "undefined" is always shown in the corresponding TextArea.
Would you please fix this bug?

more suggestion:
1 keyboard short cut
2 tag name suggestion/auto completion

 
Liu Yang User

I've just modify some of this script to add keyboard shortcut functions. Now I can simply press 'd' to open the dialogue box of Add to del.icio.us, and Ctrl+Enter to bookmark.

For some details(Chinese): http://blog.istef.info/2007/05/15/greasemonkey-...

or directly download the script here:
http://blog.istef.info/wp-content/plugins/Downl...

 
Don Seiler User

Great idea! One thing you might want to do is also include the HTTPS urls for google reader. I browse google reader with HTTPS just because I'm a quasi-paranoid freak.

 
zakkzhang Scriptwright

it's really cool~

 
information User

Nice and neat!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel