Using Google Reader “Send To” with WordPress

I was pretty excited to read about recent enhancements to Google Reader, particularly the “Send to…” feature that allows you to post items from Google Reader into Facebook, Twitter, Delicious and many other sites.

But, I wanted to send things to WordPress and that isn’t in the list. However, the Reader team smartly left a way for you to manually add your own “Send to…” destinations. I considered this and thought it may match well with WordPress built-in “Press this” function. And it does!

You cannot use the “Press this…” function directly in Reader as it is Javascript and Reader wants a URL. But, you can just post directly to press-this.php. The URL is (make sure to replace with your own domain name!)

http://www.YOURDOMAINHERE.com/wp-admin/press-this.php?u=${url}&t=${title}&s=${source}&v=2

Google Reader will substitute the items in braces. Now you have an easy “Send to…” option from Google Reader.

To create this go to Google Reader and open Settings. Select the “Send To” tab and click on the “Create a custom link” button. Then fill it in similar to this picture:

google-reader-send-to-for-wordpress2

Also, if you want the nice WordPress icon next to the link put the Icon URL in as

http://s.wordpress.org/favicon.ico?3

Have fun blogging!

Tags: , , , ,

48 Responses to “Using Google Reader “Send To” with WordPress”

  1. pdriscoll 13. Aug, 2009 at 3:49 pm #

    thingles, I tried the “send to wordpress”, having set it up as indicated for my WP blog, and while it pulls over the google reader item headline and link, all the text, in the body of the post, including the HTML code, is white. I thought it was blank until I highlighted it and saw it there. This happend on both IE8 and Chrome on two different PCs running WinXP. Any idea why?

    • Jamie Thingelstad 13. Aug, 2009 at 4:35 pm #

      I’m not entirely sure what you are referring to regarding “highlighted it”. There are only 4 parameters that Google Reader can send, none of them have any of the content of the Reader item being looked at. It would be really nice if they added a #{excerpt} or #{highlighted} tag that would pull the excerpt of the Reader item, or a highlighted selection.

      The only thing that will be in the body of the post ready to publish is the Source name #{source} and the link, which is added automatically by press-this.php.

  2. Angel B 13. Aug, 2009 at 4:04 pm #

    Jamie:

    I noticed the comment you left on Mashable’s article about the new additions to Google Reader. Being an avid GR and WPress.com user I have a question for you:

    WordPress.com does have the “Press This” functionality enabled. Do you think this might work within WPress.com? I made a few tests and I get as far as Wpress.com asking my login and password again, but that’s it.

    Any help on this would be greatly appreciated as this would greatly enhance the Google Reader/ WordPress.com combination.

    Keep up the good work

    Regards from Mexico City

    • Jamie Thingelstad 13. Aug, 2009 at 4:38 pm #

      Hello Angel! I’m not a WordPress.com user, so I don’t know how to tie these together for it. I would assume you just need a slightly different URL to point to? I would suggest installing the Press this bookmarklet, then click on it, and see where it takes you. That URL for press-this.php should work.

      Good luck!

  3. Emad Mokhtar 14. Aug, 2009 at 11:28 am #

    Thanks that was very helpful

  4. Dave Spathaky 19. Aug, 2009 at 10:00 am #

    Hi,

    Thanks for that little tip. i really saved me a bit of time and actually i would never have figured out to use the bookmarklet code. well done.

    The only slight problem I found, it may just be my server but it did not like www in front of the domain name in the code.

    Apart from that it is working a treat. As you say it’s a pity there is no way to include an extract but you can always cut and past that I guess.

    it still saves loads of time.

    All the best dave

  5. Geakz 19. Aug, 2009 at 2:44 pm #

    Just trying this out now. I like the functionality. It seems that “via” precedes the article link rather than the source link. It seems backwards. Any ideas on how to fix?

    • Jamie Thingelstad 19. Aug, 2009 at 3:36 pm #

      That “via” text in the body is generated inside of press-this.php and isn’t passed in. You could easily change it around by editing press-this.php, but that will be a problem when WordPress upgrades.

  6. Geakz 19. Aug, 2009 at 2:46 pm #

    …and as the other commenter said, the source link is not ‘linked’ – just text. No www preceding.

    Thanks for your efforts!

  7. loopy 28. Aug, 2009 at 10:27 am #

    This is great.
    I am curious however. I would like to be able to send certain articles to a sideblog or miniblog on my blog using this “send to” feature. is there a way? Is it possible to to perhaps ‘send to’ a feed that you could put up in the side bar in the blog?
    thanks.

    • D. Lambert 30. Sep, 2009 at 11:52 am #

      What about marking those articles with a tag, and then using the RSS feed for that tag as a source for your sidebar?

  8. D. Lambert 30. Sep, 2009 at 11:53 am #

    Thanks for the article, Jamie. I tried this, and it seems to work.

  9. Martyn 02. Oct, 2009 at 9:07 pm #

    Thanks bud, that’s just the trick I was looking for.

  10. vijay 12. Oct, 2009 at 8:19 am #

    It would always be better to add a note, or your comments, views on the article.
    Gives a personal touch. You may have to spend a little time but its worth it and the reader kindof connects to you thru your opinion on it.
    just my 2 cents

  11. Fred 29. Oct, 2009 at 7:57 am #

    This is great, thanks.

  12. Chim Kan 05. Dec, 2009 at 1:47 pm #

    Very very useful! I’ve just implemented in my blog. I’ve never understood what the press this was for until now.

    Thanks Jamie.

  13. Young 19. Jan, 2010 at 6:48 am #

    There is a 404 error when i ust your code, is there any way to fix it?

    • Jamie Thingelstad 19. Jan, 2010 at 8:41 am #

      You’ll need to figure out what URL isn’t set right for your implementation. There are specifics to each site that need to be configured.

  14. Young 19. Jan, 2010 at 11:24 am #

    Hi Jamie, thanks for your explanation, and would you please advise how to figure out what url is wrong? Shall I edit the press-this.php file?

    • Mike Gartner 20. Feb, 2010 at 5:28 am #

      I’m having the same problem … any guidance on what exactly needs to be configured? the .php file, or the URL we add to google reader?

    • Sam 20. Mar, 2010 at 10:52 pm #

      same problem here…. any solutions yet?

      • Jamie Thingelstad 21. Mar, 2010 at 5:51 am #

        If you post what URL you is being requested when you get the 404 I may be able to suggest something. Please make sure you are reading my notes carefully. The URL that I highlighted in the post will not work unless you modify it to fit the characteristics of your WordPress install.

        If you are using WordPress.com versus downloading the source from WordPress.org I can’t help. I’ve always self-hosted my WordPress installs so I’m not familiar with the hosted service.

  15. Thomas Reitz 29. Mar, 2010 at 1:48 pm #

    This is great! Totally worked for me! Being that Google Reader is becoming a beast for social media marketing, this is indeed a great function to add to my arsenal of SEO tricks with WordPress!

  16. Gareth 12. Apr, 2010 at 11:03 am #

    When I click sendto from Google Reader I get the following message:

    “Forbidden

    You don’t have permission to access /blog/wp-admin/press-this.php on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.”

    The URL looks like this:

    http://www.mydomain.com/blog/wp-admin/press-this.php?u=http%3A%2F%2Fwww.ubergizmo.com%2F15%2Farchives%2F2010%2F04%2Fblackberry_curve_9300_shows_up.html&t=BlackBerry%20Curve%209300%20shows%20up&s=Ubergizmo&v=2

    Have I done something wrong?

  17. Kedron 05. May, 2010 at 12:42 pm #

    Thanks for the info! You came up quickly in Google and I found just what I needed! In fact, I didn’t even know about the press-this feature. Slick!

Trackbacks/Pingbacks

  1. Using Google Reader “Send To” with WordPress at BIG Net Online Technology Blog - 14. Aug, 2009

    [...] Using Google Reader “Send To” with WordPress | thingelstad.com. Post in Communication, Tips, Web |  [...]

  2. Send to – Google Reader | Csáki István oldala - 14. Aug, 2009

    [...] valami nagyon fontos, egyb?l küld a Word Press [...]

  3. Google Reader, Fonction « Send to » vers Wordpress « Julo Blog - 14. Aug, 2009

    [...] : thingelstad.com Partager cet [...]

  4. 9? Google Reader Send To ?? @ Geedr.com - 15. Aug, 2009

    [...] 2. ??? WordPress ?? [...]

  5. Lifestream Digest for August 15th - 15. Aug, 2009

    [...] Shared Using Google Reader “Send To” with WordPress | thingelstad.com [...]

  6. e-Strategy Internet Marketing Blog - 17. Aug, 2009

    Minnesota Monday – Online Marketing Links From Last Week…

    Interesting posts from Minnesota commmunications bloggers for the week ending 8/16/09.
    ……

  7. g e a k z . c o m » Google Reader to Wordpress via Send-To - 19. Aug, 2009

    [...] send source and article links to my blog.  I found the instructions on how to accomplish this at Thingelstad.com.  There are a couple of things that need to be tweaked, but the main functionality is there.  It [...]

  8. staying.cool » i should just title this r.i.p. staying.cool - 21. Sep, 2009

    [...] Turns out Reader’s nifty ‘Send To:’ feature comes in handy for this kind of thing. Its way nicer than using Postie, mostly because stripping out all the Google Reader header/footer [...]

  9. Nolte News » Blog Archive » Picasa 3.5, now with name tags and more - 23. Sep, 2009

    [...] BTW this post is a quickie via the new “Send to” feature of Google Reader that I learned how to make work with WordPress. [...]

  10. V² » Using Google Reader “send to” with Wordpress - 19. Oct, 2009

    [...] http://thingelstad.com/using-google-reader-send-to-with-wordpress/ [...]

  11. 7 Formas de usar mejor tu Google Reader – La opción SEND TO. 7/7 « El Rincón del Ornitorrinco - 19. Oct, 2009

    [...] WordPress [...]

  12. links for 2009-12-18 - 18. Dec, 2009

    [...] Using Google Reader “Send To” with WordPress | thingelstad.com This could be useful for my blogging workflow! (tags: wordpress tools) [...]

  13. artfors.se » Använd Google Reader “Skicka till” med WordPress | thingelstad.com - 06. Jan, 2010

    [...] Hos thingelstad.com. hittade jag ett intressant inlägg om hur man lägger till sin egen WordPress blogg i “Skicka till” i Google Reader.  Om du inte visste det så finns det i slutet av ett inlägg på Greader ett antal alternativ, “Lägg till stjärna”, “Dela”, “Gilla” o s v. och till slut “Skicka till”. [...]

  14. Google Reader ?? WordPress ????????? « ??????? - 11. Jan, 2010

    [...] ???????????Google ????????????????????Using Google Reader “Send To” with WordPress | thingelstad.com Possibly related posts: (automatically generated)Naruto Episode 30SEOMarco van [...]

  15. Using Google Reader “Send To” with WordPress | Brightscape Blog - 13. Jan, 2010

    [...] Source: Using Google Reader “Send To” with WordPress | thingelstad.com. [...]

  16. Halvard Halvorsen’s tumblelog » Tweets for 2010-01-13 - 13. Jan, 2010

    [...] http://thingelstad.com/using-google-reader-send-to-with-wordpress/ Works quite well, post directly from Google Reader to WordPress. # [...]

  17. Suggestions for how to share stuff from Google Reader in a Wordpress blog? [thedeadone.net] - 25. Mar, 2010

    [...] know you can setup a “Send To” in Google Reader to post items from Google Reader in your WordPress bl…. But the format of the post is awful. It holds just a link and a title. I’d like something a [...]

  18. Using Google Reader “Send To” with WordPress /  Stockli - 29. Mar, 2010

    [...] http://s.wordpress.org/favicon.ico?3Using Google Reader “Send To” with WordPress | thingelstad.com Share | Posted 29 Mar 2010 in Noticiasby Stockli [...]

  19. CandaceArmstrong.com » Blog Archive » 10 Must-Have Web Apps Every Internet User Would Love To Know - 11. May, 2010

    [...] I just figured out how to send stuff from Google Reader to my blog by following these steps. I’ve been trying to figure out how to do this for a long time!!! I know, I’m a [...]

  20. Gebruik “Send To” in Google Reader om in WordPress te posten | josmeijerhof.nl - 03. Jun, 2010

    [...] Using Google Reader “Send To” with WordPress [...]

  21. ???????????Google Reader????? | ???? - 07. Jun, 2010

    [...] reader??Send to?????????Using Google Reader “Send To” with WordPress [...]

  22. Using Google Reader “Send To” with WordPress | niklaushirt.com - 08. Jun, 2010

    [...] Have fun blogging! via thingelstad.com [...]

  23. Using Google Reader “Send To” with WordPress | thingelstad.com — Huomioita lähiön laidalta - 19. Jul, 2010

    [...] Using Google Reader “Send To” with WordPress | thingelstad.com. [...]

Leave a Reply