PDA

View Full Version : Flickr reactions is PP?


Tiestoo
03-01-2008, 10:09 PM
I was wondering if it is posssible (so please don't start the discussion whether or not it fits in PP etc.) to import reactions from photo's on Flickr, and post them on the same photos in PP.

I want this to 'start' my PP site, to make people feel more comfortable on reacting on photos (I hope they do when they see a lot of comments, because other Flickr members do react on my Flickr photos). Also it's great to store reactions of these two sites in one place, so that PP becomes the main thing, and I have to focus less on Flickr.

This is not a 'please fix post'. I'm just hoping some Flickr/PP expert can tell me if it is even possible at all.

Dennis
03-02-2008, 07:46 AM
It is possible but not in an easy way. Since you got no database access for Flickr you need to parse the html for each photo to get all the comments and store them in your database.

This is not an easy task and will take quite some time to develop.

Tiestoo
03-03-2008, 10:52 PM
Thx, good to know, maybe I'll ask this guy we both know ;)

GeoS
03-05-2008, 11:07 PM
It is possible but not in an easy way. Since you got no database access for Flickr you need to parse the html for each photo to get all the comments and store them in your database.

If you have PHP with simpleXML lib then its quite easy :)

jaywilliams
03-06-2008, 12:36 AM
See Also:

http://phpflickr.com/

jdleung
03-06-2008, 02:34 AM
It's sure pp can do it. My photoblog has run like that for months.

I wrote an addon for it, and I use iptc(need "iptc addon") to insert image's flickr id. I set it to collect flickr's comment every 10 hours.

just visit my site to see if it fit your need, I can release the addon.

dakwegmo
03-06-2008, 02:27 PM
jdleung, I'd be interested in seeing your addon released.

jdleung
03-07-2008, 08:39 AM
The addon is uploaded and waiting for the team's approve. ;-)