Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
backfeed person tags (especially on photos) to the original posts #488
Comments
|
If it's possible for Bridgy to figure out silo profile userid -> indieweb URL for each person-tag, that would be even better. A couple of thoughts:
This would be above and beyond just supporting backfeeding of person-tags, hence separate comment. It might also be reasonable to put all the burden (freedom of choice) of converting a silo profile URL (e.g. FB/Flickr profile) to the indieweb equivalent. Capturing both possibilities here for consideration. |
This was referenced Sep 24, 2015
|
re discovering indieweb urls, you pretty much covered it. twitter, google+, and instagram actually all let you fetch anyone's profile via API, so we'd only have to do rel=me discovery for facebook. (not sure about flickr.) |
snarfed
changed the title from
Bridgy should backfeed silo person-tags on POSSE copies especially photos
to
backfeed person tags (especially on photos)
Oct 19, 2015
snarfed
added
listen
SWAT0
labels
Nov 2, 2015
snarfed
referenced this issue
Nov 13, 2015
Open
backfeed responses to mentioned/tagged users' front page #540
|
current silo support::
|
|
one interesting wrinkle here is that we'd want to distinguish between the user's own tags and tags created by other people. ideally we would only backfeed the latter. ... except i suspect the APIs may not differentiate between them. I'll find out. |
|
yay, Facebook tells us, but i haven't yet found a way to determine a tag's creator in Flickr, either in |
|
I think you're right, I don't see a way to see who created a tag in the Flickr API |
|
approaching from another direction you could poll flickr.people.getPhotosOf and backfeed any new photo of a person that comes from another account. |
snarfed
added
the
now
label
Nov 19, 2015
|
https://indiewebcamp.com/tag-reply doesn't have any indieweb examples. it's possible that no one consumes |
snarfed
removed
the
now
label
Nov 22, 2015
|
@snarfed re:
I think I disagree. Even if you @-reply to your own tweet, you get backfed the @-reply. Similarly, if you person-tag your own POSSE copy of a photo, you should get backfed the tag-reply.
Unfortunately not. I'm not sure how to bootstrap this as a publisher. |
|
Added sentence in the issue description about being able to add person-tags to your Instagram photos after the fact, as another case where you would want the person-tags backfed to your original photo post. |
|
Slight issue name tweak to indicate specific scope of backfeeding to posts |
tantek commentedSep 24, 2015
•
Edited 1 time
-
tantek
Nov 27, 2017
On typical photo silos that you can POSSE to (Facebook, Flickr), in addition to liking & commenting your friends can tag people they know in those posts.
On Instagram, you can add person-tags to your photos after the fact as well as during posting.
Bridgy should backfeed these silo person-tagging interactions just as it backfeeds comments for reasons that are helpful to the publisher particularly for photos:
https://indiewebcamp.com/photo#backfeed_person_tags
Originally requested: http://indiewebcamp.com/irc/2015-09-01#t1441140760078
Bridgy can do this by creating synthetic tag-reply posts (similar to reply posts), with "tag-of" markup and person-tag "u-category h-card" markup as documented here:
https://indiewebcamp.com/tag-reply
https://indiewebcamp.com/person-tag
And then send a webmention back to the original post like the existing Bridgy backfeed support.