ryanbranch / jekyanbranch

Jekyll theme for personal website(s), used by ryanbranch.github.io
Other
1 stars 0 forks source link

Implement LinkedIn (and other Social Media) Sharing on Blog Posts #7

Open ryanbranch opened 3 years ago

ryanbranch commented 3 years ago

See the Microsoft Documentation for LinkedIn's "Share Plugin" for a detailed description of JavaScript "Share" buttons.

The data-url parameter could be set to the page URL with Jekyll syntax similar to the following line:

<script type="IN/Share" data-url= {{ page.url | absolute_url }} >



It may also be sensible to implement buttons for other sites as well.