Flickr Calendar Bookmarklet

Flickr has added the cool new Interestingness feature that identifies interesting photos based on what other users think of those photos. Using this new feature you can generate calendars that display the most interesting photos by using urls like this:

I could not find a simple URL like http://flickr.com/explore/interesting/thismonth to display the calendar for the current month, so I created a bookmarklet to automatically create the URL. A bookmarklet is simply an URL that contains a JavaScript snippet instead of an url.

To use this bookmarklet, you can simply drag the link below to your favorites or bookmarks folder:

Flickr Calendar

To make Flickr Calendar your browser’s default home page, copy the code below and follow the instructions for your browser:

javascript:n=new Date();document.location="http://www.flickr.com/explore/interesting/" + n.getFullYear() + "/" + n.getMonth() + 1;

In Internet Explorer, click on the Tools menu then choose the Internet Options item. Next, make sure that the General tab is selected, then paste the above text into the field that says Address:

In Firefox, click on the Tools menu then choose the Options… item. Next, click on the General icon located at the top left of the options window, then paste the above text into the field that says Location(s). Remember that in Firefox, you can have multiple start pages (each one opens up in a new tab) by placing a pipe (|) character between each URL. So if you like to visit Yahoo and the Flickr Calendar, type http://www.yahoo.com| followed by the pasted code above.

2 Responses to “Flickr Calendar Bookmarklet”

  1. fuska said on August 3rd, 2005 at 10:08 am

    So Do you want a simple URL to display the calendar for the current month?

    look at this:

    http://yubnub.org/parser/parse?command=interestingness%20-day%200

    well… maybe it’s not so simple

  2. Jim Rutherford said on August 3rd, 2005 at 1:00 pm

    Cool – I never thought about YubNub! Thanks for sharing that.