UPDATE: A few folks have written (see the comments for the kind contributors) to indicate the path has changed:
file:///Users/USERNAME/Library/Application Support/Feedly/feedly/safari.htm
This post will demonstrate how to make a Fluid app for Feedly (for Safari) and includes a handy application that will make getting Feedly and keeping up with Feedly updates much easier for the average Mac user. Everything has been tested on OS X 10.6 (Snow Leopard) but it all should work on OS X 10.5 (Leopard) (I did not deliberately build anything 64-bit only).
If you are not familiar with Feedly, it is a clever bit of HTML, Javascript and graphic design that turns your Google Reader & Twitter browsing activities into more of a magazine-reading experience. Their site does a great job explaining and presenting the experience, so head there first if you aren't familiar with it. If you agree that makes those two services much easier on the eyes, read on to make it easier on the workflow.
The Feedly crew have built a great Firefox add-on that does all the heavy-lifting for that browser. The same cannot be said for their Safari or Chrome experimental ports. As I still use Safari (WebKit nightlies, actually) as my primary browser and really like keeping web-apps like Google Reader in a Fluid application it only made sense to build a way to keep the Safari version updated regularly and make building a Fluid version dirt-simple.
You'll first need to grab Feedly Updater which will help you setup your Feedly environment so you can build your Fluid app. It is just an Automator app-wrapper around this shell script. More advanced users can follow the launchd example in a recent blog post to make updates automatic.
Once you download the app, launch it and — if you have Growl installed — you will see a notification that Feedly has been downloaded. The app/script performs the following actions:
Feedly directory under ~/Library/Application SupportHere's what your Application Support directory should contain after the update has been run:

Whenever the Feedly team (follow @feedly_safari for notifications) team updates their code, just run the Feedly Updater app to replace the files with the most current version.
Without this helper app, you'd need to download and expand/overwrite the files by hand.
If you do not have Fluid, grab a copy and install/run it. Here are the initial parameters for the main Fluid dialog:

Replace URL with file:///Users/USERNAME/Library/Application Support/Feedly/safari/safari.html where USERNAME is the short version of your OS X login name. To use my icon, built from the @fluid_safari avatar, instead of the generic Fluid one, select the icon popup, choose "Other...", navigate to the /Users/USERNAME/Library/Application Support/Feedly/ directory and select Feedly.icns:

Let Fluid work it's magic and then run the new Feedly app, located in your /Applications folder. You should see Feedly running as a Fluid app with your Google Reader & Twitter content (provided you have logged in recently):
As stated previously, the experience can be further enhanced by automating the updates. The script is intelligent and will not download a new version if it has not changed since the last update, so if you schedule updates either via launchd or through iCal you won't be wasting the bandwidth of the Feedly team.
The app icon really needs work and I have no graphic abilities whatsoever. So, if you like this, want to help and are graphically inclined, just shoot an e-mail to bob at rudis dot net.
Feel free to use the comments for suggestions, accolades or fixes since this was yet-another quick hack and no doubt has much room for improvement. Keep watching the blog or my twitter updates (@hrbrmstr) if you want to keep abreast of changes/updates.
Hello Bob, thanks for your
Hello Bob,
thanks for your tutorial! I had some trouble getting Feedly to work properly in Fluid. It seems that the URL has changed:
file:///Users/USERNAME/Library/Application Support/Feedly/feedly/safari.htmThanks and keep up the great work!
Dennis
Hi Bob! I am trying to use
Hi Bob!
I am trying to use this in Prism, but when I select login with Google, it just opens a new Firefox (default browser) windows.
Do you know how I could fix this?
Thanks.
The EXACT PATH:
The EXACT PATH: file:///Users/USERNAME/Library/Application%20Support/Feedly/safari/safar...
I have a great PNG file I use
I have a great PNG file I use for Feedly. (Thanks by the way, I love having Feedly in a Fluid app. Let me know where to email the icon and I will send it along. Also the path for Feedly has changed. I just opened the safari.htm file in Safari and copied the link from the browser and that worked.
lbanry at gmail dot com
bob at rudis dot net for the
bob at rudis dot net for the e-mail and many thx for the heads-up on the change. i'll get a revised set of procedures up soon (i unfortunately use a PC most of the day M-F)
Thanks for putting this
Thanks for putting this together. One problem though: I'm using Opera as my default browser. When pressing 'V' to open a link in Fluid/Feedly, it is opened in Opera. But when I switch back to Fluid/Feedly, Feeldy reloads and displaying it's start page instead of where I left.
This is only happening when I have switch to Opera using 'V'. Not otherwise.
Is this is a problem with Feedly or Fluid?
Best regards,
Anders
Fluid is causing the links to
Fluid is causing the links to open in your default browser, but you can have them open in a Feedly Fluid tab by (in the Feedly app) going to Preferences->Advanced and selecting "Allow browsing to any URL" and then Preferences->Tabs and select "Enable tabbed browsing".
The reload quirk is definitely the Feedly javascript/css behaviour.
The files has been updated
The files has been updated to:
file:///Users/USERNAME/Library/Application Support/Feedly/safari/safari.htmThe only difference is safari.html -> safari.htm.
I made a 512x512 icon based
I made a 512x512 icon based on their favicon, it's nothing fancy, but at least it's feedly: http://www.flickr.com/photos/sxtxixtxcxh/4126315237/sizes/o/in/pool-6369...
The icon is *perfect*. I'll
The icon is *perfect*. I'll get it integrated once I get to our final T-day destination Tuesday.
Thx!
Fantastic! Thanks, Bob. Not
Fantastic! Thanks, Bob. Not being able to get the Fluid app built was one of the hings keeping me from using Feedly more often. This is great.
One comment: I think you have an error in your instructions. I believe the path to the file needs to include the Library folder:
file:///Users/USERNAME/Library/Application Support/Feedly/safari/safari.html
Again, thanks for figuring this out and posting it for others to share.
Jeff
Argh! Yep. Thx for the
Argh! Yep. Thx for the correction. I updated the post.