Flickr Hack: How to Allow Users to Search Your Flickr Account from Any Web Page

Home -> Internet

7105 views

From the computer of: MickeyMouse (238 recipes)
Created: Jul 15, 2006


Add a comment

Add to:
Add to stumbleuponAdd to del.icio.usDigg itAdd to FURL

Want users of your blog to be able to search through your flickr account? Oh, yeah... wouldn't that be coool! Well, here's the code to do it!

I want people to be able to search my flickr account from my blog. Paste this code into your site, modify it, and you are ready to go!

The hardest part of this is figuring out your unique flickr ID.

I like Chicago Eye's work so I have used him for an example.

To find your flickr id:

1. Log into flickr
2. At the bottom of your pictures, mouse over the RSS link that looks something like this:

    Feeds for ChicagoEye's photostream Available as RSS 2.0 and Atom

When you mouse over the RSS links on your page, you'll be able to see your user id. I have bolded ChicagoEye's id for you.

http://www.flickr.com/services/feeds/photos_public.gne?id=70267247@N00&format=rss_200

Replace your id code where ChicagoEye's code (70267247@N00) is below.
<form method=GET action="http://www.flickr.com/search/" target="_blank">
<input type=hidden name=w value="70267247@N00">
<input type=hidden name=m value="text">
<input type=text name=q size=25 maxlength=255 value="">
<input type=submit value="Search My Flickr">
</form>



Search ChicagoEye Photos in the example below...








Once you identify your unique flickr id, it is also easy to add a flickr slideshow to your blog as well.

Subscribe to the Tech-Recipes Newsletter

You can get tips like this delivered in your email every week!

Enter your Email

We will never, ever sell your email address or spam you.





Related recipes:

  How to Claim Your Flickr Account in Technorati
  Flickr: Hacks, Easter Eggs, and Hidden Places
  Flickr: Add Friends from Email Address Books
  URL Hack: View and save original photos on Flickr
  Flickr: Search for Tag Within Most Recent and Most Interesting
  Flickr: Enable Stats
  Flickr: How to Delete Set
  Flickr Hack: Use the Old Pre-Gamma Organize Tool
  Flickr Hack: Hidden alternative way for viewing photos
  Flickr: Use Your Email Client to Upload Photos

 

Sponsored links

 

Login

Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.