Crabar / ember-social-share

Social share buttons for EmberJS app that works without meta tags
MIT License
13 stars 10 forks source link

add linkedin share button #6

Closed rynam0 closed 7 years ago

rynam0 commented 7 years ago

Issue #5

This adds a share button for LinkedIn. The share panel has been updated to include this new button as well.

Crabar commented 7 years ago

Thank you for your help! Did you look at https://developer.linkedin.com/docs/share-on-linkedin# ? It looks more powerful then shareArticle (includes image, for example).

rynam0 commented 7 years ago

I followed the "Customized URL" section but did not see anything there besides "shareArticle". It seemed this strategy fit the existing implementation pattern the best so I stuck with that.

rynam0 commented 7 years ago

Thanks!