getfluid
3/9/2018 - 7:22 PM

Custom social sharing icons for Facebook, Twitter, Google Plus and LinkedIn

Custom social sharing icons for Facebook, Twitter, Google Plus and LinkedIn

<a href="http://twitter.com/intent/tweet?status={{ print(urlencode(the_title())); }}+{{ print(urlencode(get_permalink())); }}" target="_blank">
  <i class="fa fa-twitter"></i>
</a>
<a href="http://www.facebook.com/share.php?u={{ print(urlencode(get_permalink())); }}&title={{ print(urlencode(the_title())); }}" target="_blank">
  <i class="fa fa-facebook"></i>
</a>
<a href="https://plus.google.com/share?url={{ print(urlencode(get_permalink())); }}" target="_blank">
  <i class="fa fa-google-plus"></i>
</a>
<a href="http://www.linkedin.com/shareArticle?mini=true&url={{ print(urlencode(get_permalink())); }}&title={{ print(urlencode(the_title())); }}&source={{ print(urlencode(home_url())); }}" target="_blank">
  <i class="fa fa-linkedin"></i>
</a>
<a href="http://pinterest.com/pin/create/bookmarklet/?url={{ print(urlencode(get_permalink())); }}&is_video=false&description={{ print(urlencode(the_title())); }}" target="_blank">
  <i class="fa fa-pinterest"></i>
</a>