podlove / podlove-ui

Monorepo for all UI related projects like Web Player and Subscribe Button
MIT License
83 stars 33 forks source link

Sharing Concept #37

Open alexander-heimbuch opened 7 years ago

alexander-heimbuch commented 7 years ago

Current Implementation

image

User Story:

Acceptance Criteria:

alexander-heimbuch commented 5 years ago

@coolcut do you want to take a stab?

coolcut commented 5 years ago

I don't have so much time during the upcoming two weeks, but I will take a look at this as soon as I can.

AhoyLemon commented 5 years ago

Just noticed this open issue and thought I'd pipe in with a request for share options.

In my own individual experience, I have a podcast that's welll suited for Twitter, Tumblr and Reddit, but poorly suited for Pinterest and Linked In. Is it possible to have sharing options? Maybe something like this:

{
  shareOptions: [
    "twitter", 
    "tumblr",
    "facebook",
    "reddit",
    "email"
  ]
}

For the sharing URL syntax, there's this repository of different syntaxes that exist.