Skip to content

Instantly share code, notes, and snippets.

@ondoheer
Created February 20, 2018 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ondoheer/b41e1a55e06ad442ef42a63b05c50a34 to your computer and use it in GitHub Desktop.
Save ondoheer/b41e1a55e06ad442ef42a63b05c50a34 to your computer and use it in GitHub Desktop.
Social share links
<section class="article-footer-section article-recommend" id=" article-recommend">
<h4 class="recommend-title article-footer-section-title">Recomienda este artículo</h4><ul class="recommend-list">
<!-- TWITTER as data attributes-->
<li class="recommend-list-item" title="Comparte en Twitter">
<a href="http://twitter.com/share" data-count="none" data-url="<?php the_permalink();?>" data-text="<?php the_title(); ?>" target="_blank">
<div alt="f202" class="genericon genericon-twitter"></div>
</a>
</li>
<!-- TWITTER as uri-->
<li class="recommend-list-item" title="Comparte en Twitter">
<a href="http://twitter.com/share?url=<?php the_permalink();?&text=<?php the_title(); ?>" target="_blank">
<div alt="f202" class="genericon genericon-twitter"></div>
</a>
</li>
<!-- FACEBOOK -->
<li class="recommend-list-item" title="Comparte en Facebook">
<a href="http://www.facebook.com/share.php?u=<?php the_permalink(); ?>&title=<?php the_title();?>" target="_blank">
<div alt="f204" class="genericon genericon-facebook-alt"></div>
</a>
</li>
<!-- LINKEDIN -->
<li class="recommend-list-item" title="Comparte en Linkedin">
<a href="https://www.linkedin.com/shareArticle?mini=true&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>&summary=&source=<?php get_home_url(); ?>" target="_blank" >
<div alt="f207" class="genericon genericon-linkedin"></div>
</a>
</li>
<!-- GOOGLE PLUS -->
<li class="recommend-list-item" title="Comparte en Google+">
<a href="https://plus.google.com/share?url=<?php the_permalink(); ?>" target="_blank">
<div alt="f218" class="genericon genericon-googleplus-alt"></div>
</a>
</li>
<!-- Pinterest -->
<a href="https://pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&media=<?php the_post_thumbnail_url(); ?>&description=<?php the_title(); ?>" target="_blank" class="share-pinterest"><i class="fa fa-pinterest" aria-hidden="true"></i></a>
</ul>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment