We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we currently only do this for twitter, but we should do it for the rest too...maybe?
the concrete use case here is FB pages. for FB users, the profile web site field is a textarea that lets you enter multiple URLs separated by spaces or newlines. for FB pages, you can only enter a single URL. specifically, for http://facebook.com/indiewebcamp that's obviously http://indiewebcamp.com/, but we also want to include https://kylewm.com/ since indie events are posted there.
current status of each silo, checked if we think we're doing enough:
cc @tantek @kevinmarks @kylewm who know more about silo patterns and expected behavior than me, especially whether this would be appropriate.
The text was updated successfully, but these errors were encountered:
screenshot of G+'s Contributor to section, which i think we don't currently pull from but should:
Sorry, something went wrong.
scratch that, we actually are pulling from the G+ contributor section. the api unifies them all in the urls field.
urls
facebook: extract web site links from description as well as website …
285ad96
…field for snarfed/bridgy#483
instagram: extract web site links from bio as well as website field
042e338
for snarfed/bridgy#483
No branches or pull requests
we currently only do this for twitter, but we should do it for the rest too...maybe?
the concrete use case here is FB pages. for FB users, the profile web site field is a textarea that lets you enter multiple URLs separated by spaces or newlines. for FB pages, you can only enter a single URL. specifically, for http://facebook.com/indiewebcamp that's obviously http://indiewebcamp.com/, but we also want to include https://kylewm.com/ since indie events are posted there.
current status of each silo, checked if we think we're doing enough:
cc @tantek @kevinmarks @kylewm who know more about silo patterns and expected behavior than me, especially whether this would be appropriate.
The text was updated successfully, but these errors were encountered: