Skip to content

Instantly share code, notes, and snippets.

@lotterfriends
Last active May 17, 2018 09:29
Show Gist options
  • Save lotterfriends/996e351f4b335cfcd6e7f15bbad28fd3 to your computer and use it in GitHub Desktop.
Save lotterfriends/996e351f4b335cfcd6e7f15bbad28fd3 to your computer and use it in GitHub Desktop.
wordpress social widget
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<style>
.my-social a {
color: #363636 !important;
margin-right: 5px;
}
</style>
<div class="my-social">
<a title="GitHub" target="_blank" href="https://github.com/lotterfriends"><i class="fa fa-github fa-3x" aria-hidden="true"></i></a>
<a title="Twitter" target="_blank" href="https://twitter.com/lotterfriends"><i class="fa fa-twitter fa-3x" aria-hidden="true"></i></a>
<a title="Instagram" target="_blank" href="https://instagram.com/lotterfriends"><i class="fa fa-instagram fa-3x" aria-hidden="true"></i></a>
<a title="Facebook" target="_blank" href="https://facebook.com/andre.tarnowsky"><i class="fa fa-facebook-official fa-3x" aria-hidden="true"></i></a>
<a title="last.fm" target="_blank" href="http://last.fm/user/lotterfriends"><i class="fa fa-lastfm-square fa-3x" aria-hidden="true"></i></a>
<a title="Spotify" target="_blank" href="https://play.spotify.com/user/1122392211"><i class="fa fa-spotify fa-3x" aria-hidden="true"></i></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment