Skip to content

Instantly share code, notes, and snippets.

@rmgimenez
Last active June 10, 2016 19:27
Show Gist options
  • Save rmgimenez/cb5cb8c24baeb685a883ab0bae834291 to your computer and use it in GitHub Desktop.
Save rmgimenez/cb5cb8c24baeb685a883ab0bae834291 to your computer and use it in GitHub Desktop.
Botões de compartilhar conteúdos para blogs
// Vertical
<script>
document.write('<script src="//sharebutton.net/plugin/sharebutton.php?type=vertical&u=' + encodeURIComponent(document.location.href) + '"></scr' + 'ipt>');
</script>
// Horizontal
<script>
document.write('<script src="//sharebutton.net/plugin/sharebutton.php?type=horizontal&u=' + encodeURIComponent(document.location.href) + '"></scr' + 'ipt>');
</script>
@rmgimenez
Copy link
Author

Fica dessa forma:
screenhunter_121 jun 10 14 18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment