Skip to content

Instantly share code, notes, and snippets.

@joanhey
Last active May 29, 2019 01:44
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joanhey/ff20a0bd691df8a87abb to your computer and use it in GitHub Desktop.
Save joanhey/ff20a0bd691df8a87abb to your computer and use it in GitHub Desktop.
Kumbia Partial: enlaces para compartir en redes sociales
<div id="social">
<p>¡Compártelo!</p>
<?php $url = 'http://'.$_SERVER['SERVER_NAME'].$_SERVER["REQUEST_URI"];
$titulo = View::getVar('page_title'); //Necesita el título de página ?>
<a class="social facebook" rel="nofollow noopener noreferrer" href="https://www.facebook.com/share.php?u=<?=$url?>&amp;t=<?= urlencode($titulo)?>" title="Facebook" target="_blank"></a>
<a class="social twitter" rel="nofollow noopener noreferrer" href="https://twitter.com/intent/tweet?text=<?= urlencode($titulo)?>&amp;url=<?=$url?>&amp;via=KumbiaPHP" title="Twitter" target="_blank"></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment