Discussions » Creation Requests

Help Flickr - How to append to each Pool links, a link of user photos posted in this pool (only his shots) ?

§
Posted: 2023-05-08
Edited: 2023-05-08

By example for this shot:
https://www.flickr.com/photos/monkeypainter/52513266180

In its pool section, i want add at each pools where this shot is posted, a link to see only user's shots in this pool.

By example, this shot is posted in:
Strictly Digital Darlings!!

What i want (all working):
https://www.flickr.com/groups/strictly_digital_darlings/pool/monkeypainter

https://www.flickr.com/groups/strictly_digital_darlings/pool/45598648@N00

Or if it is in one of my pool, i prefer to add /?thumb=1 at the end
https://www.flickr.com/groups/strictly_digital_darlings/pool/45598648@N00/?thumb=1

Code for this example

1 - USER NAME:
monkeypainter

The name of user or his NSID can be extract from his Buddy Avatar:
class="avatar person medium"
href="/photos/monkeypainter/
data-person-nsid="45598648@N00"

2 - His NSID (Flickr identifier - Flickr user ID):
45598648@N00

The pool identifier can be found in its buddy Thumbnail:
class="avatar group thumbnail"
href="/groups/strictly_digital_darlings/"
data-group-nsid="14792167@N25"

I need a way to construct something like that,
and put it near the original Pool link in the list:

https://www.flickr.com/groups/POOL-NAME/ + pool/ + NSID OR USER NAME

Note (sometime their are only NSID and NO name...)

That's all folks.
;-)
I hope you can help me about that:
It's a thing i wanted do since a long time.

Post reply

Sign in to post a reply.