dshanske / syndication-links

Add and Display Syndication Links in WordPress
https://wordpress.org/plugins/syndication-links/
GNU General Public License v2.0
30 stars 13 forks source link

Order of Syndicated Links #72

Open xavierroy opened 6 years ago

xavierroy commented 6 years ago

When there is a manual Syndicated Link added and then Bridgy adds syndication links, the ones added by Bridgy are prefixed to existing content instead of being appended.

Scenario: I added a manual syndicated link to Letterboxd, and then published to FB and Twitter using Bridgy. The FB and Twitter links appear before the Letterboxd link. I feel that since it is a movie post, I would want Letterboxd to appear first. I suppose this would apply to other scenarios like a Foursquare or Instagram.

Not sure if this is a Bridgy issue or Syndicated Links issue.

dshanske commented 5 years ago

This is a sorting issue as it is first in first out. So, how would the plugin decide that?

dshanske commented 4 years ago

@xavierroy I can key the system to sort the links whenever one is added, however the logic complexity is what stops me.