mozilla / webmaker-addons

Prototypes for add-ons. Gateways from browser to Webmaker.
http://mozilla.github.io/webmaker-addons/
4 stars 2 forks source link

Implement social network sharing #43

Closed toolness closed 9 years ago

toolness commented 9 years ago

Currently clicking on the Facebook icon when sharing just raises a modal telling the user that the feature is unimplemented. We should actually upload the image somewhere and then use various social network sharing APIs to blah

xmatthewx commented 9 years ago

Facebook, imgur, reddit seem like good destinations.

xmatthewx commented 9 years ago

choose 1 or 2

toolness commented 9 years ago

Alas, looks like snapchat has no official API.

toolness commented 9 years ago

Curious if we want to integrate with Filepicker.io, or if that would overwhelm the user with choices?

davidascher commented 9 years ago

If filepicker.io is a shortcut-to-a-good-demo, go ahead.

xmatthewx commented 9 years ago

Isn't filepicker.io for uploads and exporting to the filesystem? Or will it help us move web content to a social service?

toolness commented 9 years ago

It's for both... here's what it looks like, as of 559edfa95c33aa848bab3e23af9e593db44e79c8:

upload

xmatthewx commented 9 years ago

Cool. That's great. Should we load that in the sidebar itself? This is fine for now. (note: I had to delete and reinstall the addon.)

We can remove the download button since this handles that.