Skip to content

Instantly share code, notes, and snippets.

@Aeonexe
Last active October 7, 2020 21:55
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 Aeonexe/cac6d511dec292cee2101a21db2ad8e0 to your computer and use it in GitHub Desktop.
Save Aeonexe/cac6d511dec292cee2101a21db2ad8e0 to your computer and use it in GitHub Desktop.
Share page on facebook
<a href="https://www.facebook.com/sharer/sharer.php?u=<?= get_permalink(); ?>" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=<?= get_permalink(); ?>','pagename','resizable,height=400,width=480'); return false;">
<i class="fa fa-facebook"></i>
</a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=<?= get_permalink(); ?>&title=<?= the_title(); ?>&summary=&source=" onclick="window.open('https://www.linkedin.com/shareArticle?mini=true&url=<?= get_permalink(); ?>&title=<?= the_title(); ?>&summary=&source=','pagename','resizable,height=400,width=480'); return false;"><i class="fa fa-linkedin back" aria-hidden="true"></i></a>
<a href="#" onclick="window.print()"><i class="fa fa-print"></i></a>
<a href="https://twitter.com/intent/tweet?text=<?= get_the_excerpt() ?>" onclick="window.open('https://twitter.com/intent/tweet?text=<?= get_the_title() ?> <?= get_permalink() ?>','pagename','resizable,height=400,width=480'); return false;" class="post__sub-social-link" target="_blank"><span class="fa fa-twitter"></span></span>" alt="twitter"></a>
<a href="whatsapp://send?text=El texto para compartir y pude incluir una url http://google.mx/" data-href="”http://google.mx/”" data-action="share/whatsapp/share">Compartir</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment