Tools External
Webtools External

Sharethis

Plugin to share page to socialmedia with stats

ShareThis

Sharethis Information

Share the page or article to the social media pages like facebook, twitter and aroudn 46 socialmedia platforms.

Sample Output

Sharethis - Inline social buttons

Inline Sharethis button sample

Sharethis - Sticky social buttons

Inline Sharethis button sample

Example code

Script - Either in Head or Footer section

/index.html
Copy
<head>
  <script type="text/javascript" src="https://platform-api.sharethis.com/js/sharethis.js" defer></script>
</head>
/index.html
Copy
<footer>
  <script type="text/javascript" src="https://platform-api.sharethis.com/js/sharethis.js" defer></script>
</footer>

HTML Buttons - Sticky

/index.html
Copy
<!-- ShareThis BEGIN -->
<div class="sharethis-share-buttons" data-type="sticky-share-buttons">
  <span data-network="facebook"></span>
  <span data-network="twitter"></span>
  <span data-network="linkedin"></span>
  <span data-network="email"></span>
  <span data-network="sharethis"></span>
</div>
<!-- ShareThis END -->

HTML Buttons - Inline

/index.html
Copy
<!-- ShareThis BEGIN -->
<div class="sharethis-share-buttons" data-type="inline-share-buttons">
  <span data-network="facebook"></span>
  <span data-network="twitter"></span>
  <span data-network="linkedin"></span>
  <span data-network="email"></span>
  <span data-network="sharethis"></span>
</div>
<!-- ShareThis END -->

Sample Socialmedia Buttons & Button Generator page

Sharethis - Inline social buttons

Inline Sharethis button sample

References: