Skip to content
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

Including 'Shared by <NAME>' #27

Open
wilsonpage opened this issue Aug 12, 2016 · 1 comment
Open

Including 'Shared by <NAME>' #27

wilsonpage opened this issue Aug 12, 2016 · 1 comment

Comments

@wilsonpage
Copy link
Contributor

wilsonpage commented Aug 12, 2016

I've often thought it would be nice to not just see what was being broadcast, but who it was being broadcast by.

There are lot's of complex ways of doing this, but lying awake last night I think I came up with a super simple way.

When a URL is broadcast the broadcaster could append their twitter username (other platforms could follow) to the URL before shortening.

https://example.com/?magnettwitteruser=wilsonpage

When our metadata-service fetches the shortened URL it can check the final URL for this particular parameter and return the username to client. A quick ping to the Twitter API could give us the avatar and real name from the username, and we'd be able to show:

"Shared by Wilson Page"

And on press, be able to link back to their profile. This could result in new followers, which gives a small incentive for broadcasting content.

@wilsonpage
Copy link
Contributor Author

As we begin to explore broadcasting tools/products this parameter could automatically be appended to shared URLs (given we know their Twitter username) to make this simple and more widely used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant