Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- If you want the share widget to be on the bottom of the entry paste this part before the closing div ( </div> ) for .entry or article or before the closing div ( </div> ) for .info or .post info. It differs for every theme.
- If you want it to be on top of the entry paste this part below <div class="entry"> or <article>.
- Make sure it's between {block:Date} and {/block:Date}.
- <!-- SHARE WIDGET BY BORNTOBEWILDCODES v.1 -->
- <div class="share_widget">
- <a href="https://facebook.com/sharer.php?u={URLEncodedPermalink}&t={URLEncodedTitle}"> <i class="fa fa-facebook-square" aria-hidden="true"></i> </a>
- <a href="https://twitter.com/intent/tweet?text={URLEncodedTweetSummary}"> <i class="fa fa-twitter-square" aria-hidden="true"></i> </a>
- <a href="//www.pinterest.com/pin/create/button/?url={URLEncodedPermalink}&media={PhotoURL-500}"> <i class="fa fa-pinterest-square" aria-hidden="true"></i> </a>
- <a href="https://reddit.com/submit?url={URLEncodedPermalink}"> <i class="fa fa-reddit-square" aria-hidden="true"></i> </a>
- <a href="'mailto:?subject={URLEncodedShareString}&body={URLEncodedMailSummary}'"> <i class="fa fa-envelope-square" aria-hidden="true"></i> </a>
- </div>
- <!-- End share_widget -->
Add Comment
Please, Sign In to add comment