-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for IndieWeb syndication links + backfeed #79
Comments
I am the primary developer for Syndication Links. It is a dead simple plugin that finds syndicated copies of content syndicated by other plugins and displays links to them...such as Twitter in this case. |
Happy to help in any way |
@dshanske any recommendations in terms of how you'd ideally see Autoshare for Twitter integrate with Syndication Links? |
Well, we store the Syndication urls in a meta key...you can just update it. Or you could, if it exists, call our add syndication link function to save it there. |
Is your enhancement related to a problem? Please describe.
In chatting with folks in the IndieWeb community, it was recommended that we consider adding Syndication Links and Backfeed support to Autoshare for Twitter. Adding support for Syndication Links seems more straightforward than Backfeed, mainly due to the fact that Twitter doesn't currently offer support for fetching a tweet's replies (or favorites). I've opened a ticket on the Twitter developers site to get more insight into that sort of API and whether it's on the roadmap, will update here as I get any updates.
Describe the solution you'd like
fetch_replies
andfavorites_html_to_links
methodsDesigns
n/a
Describe alternatives you've considered
none
Additional context
Good support from the IndieWeb community is available in their Slack channel dedicated to WordPress.
The text was updated successfully, but these errors were encountered: