Skip to content

Instantly share code, notes, and snippets.

@Uriel29
Created June 30, 2015 18:50
Show Gist options
  • Save Uriel29/e250f1b5b4736b48f4a7 to your computer and use it in GitHub Desktop.
Save Uriel29/e250f1b5b4736b48f4a7 to your computer and use it in GitHub Desktop.
Botões para compartilhar, redes sociais > seblod
<div class="span4 ">
<a href="https://www.facebook.com/dialog/feed?app_id=709801695705291&display=popup&redirect_uri=http://ekriven.com&link=<?php echo $urlsite; ?>" target="_blank" class=" btn btn-large btn-primary " type="button"> Compartilhe no Facebook</a>
</div>
<div class="span4">
<a href="https://twitter.com/intent/tweet?text=Gostei+de+um+texto+do+site+@Ekriven.com:+Leia+você+também+no+link+-+<?php echo $urlsite; ?>"target="_blank" class="btn btn-large btn-info ">Compartilhe no Twtter</a>
</div>
<div class="span4">
<a href="https://plus.google.com/share?url=<?php echo $urlsite; ?>" target="_blank" class="btn-danger btn btn-large ">Compartilhe no G+</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment