Flickrati

Last update on Jun 20, 2007

Check who's linking to your Flickr photos

Versión 04 (2007/06/20) fixes a bug after Technorati changed its xml response. It should be working now.




You could comment on this script if you were logged in.

8 comments Feed-icon

1 point
login to vote
Megan user
Posted Dec 4, 2007

Okay, it isn't a script but it is a way of finding who is linking to your Flickr photos or blog.

Heres a handy tutorial:

http://www.loosewireblog.com/2007/11/how-to-mon...

1 point
login to vote
Megan user
Posted Dec 4, 2007

I have done all these things and i cant get flickrati or flickrati lite to work. Any help would be much appreciated!

Or indeed knowledge of any other scripts that do find whose linking to your photos, that work of course.

Thanks!

1 point
login to vote
kaszeta user
Posted Oct 3, 2007

Ahh, I've figured out the problem, the script is grabbing the wrong field from the Technorati API query.

You can fix this by replacing

url = item.getElementsByTagName('linkurl')[0].textContent;

with

url = item.getElementsByTagName('url')[0].textContent;

1 point
login to vote
kaszeta user
Posted Oct 3, 2007

This seems to "work" for me, but it's somewhat backwards. I can see the names of blogs that link to my photos, but if I click on the blog names, they take me right back to my photo....

1 point
login to vote
keefer user
Posted Jun 22, 2007

I second the previous post. How does this show a photo being linked after you have entered your api key? Don't see anything out of the ordinary.

1 point
login to vote
mrdriver user
Posted Jun 20, 2007

Hey! I've added my api key as well done explained in the script homepage and now it works. But where i could see who's linking to my flickr photos? I'm new to technorati, PLEASE HELP ME PLEASE!!!!!!!!!!!

1 point
login to vote
djlifey user
Posted Jun 12, 2007

It asks for an API key. I logged onto Technorati and received my key. However, I have no idea what to do with the key.

1 point
login to vote
decembre user
Posted Nov 25, 2006

??? this script ask an API key....

You could comment on this script if you were logged in.