Skip to content

Instantly share code, notes, and snippets.

@kheniparth
Created March 31, 2015 06:43
Show Gist options
  • Save kheniparth/ee8a054d4098de12107a to your computer and use it in GitHub Desktop.
Save kheniparth/ee8a054d4098de12107a to your computer and use it in GitHub Desktop.
Add Beautiful Social Buttons To Your Website Without Plugins
<div style="position:relative; display:inline-block;">
<a href="http://www.facebook.com/techmuzz" style="text-decoration:none;" target="_blank"><img src="http://www.techmuzz.com/wp-content/uploads/2015/03/facebook-grey.png" onmouseover="this.src='http://www.techmuzz.com/wp-content/uploads/2015/03/facebook.png'" onmouseout="this.src='http://www.techmuzz.com/wp-content/uploads/2015/03/facebook-grey.png'" /> </a>
<a href="http://twitter.com/techmuzz" style="text-decoration:none;" target="_blank"><img src="http://www.techmuzz.com/wp-content/uploads/2015/01/twitter-grey.png" onmouseover="this.src='http://www.techmuzz.com/wp-content/uploads/2015/03/twitter1.png'" onmouseout="this.src='http://www.techmuzz.com/wp-content/uploads/2015/03/twitter-grey.png'"/> </a>
<a href="https://plus.google.com/105036750019432721144/posts" style="text-decoration:none;" target="_blank"><img src="http://www.techmuzz.com/wp-content/uploads/2015/03/gplus-grey.png" onmouseover="this.src='http://www.techmuzz.com/wp-content/uploads/2015/03/googlep.png'" onmouseout="this.src='http://www.techmuzz.com/wp-content/uploads/2015/03/gplus-grey.png'"/> </a>
<a href="https://www.pinterest.com/techmuzz/techmuzz/" style="text-decoration:none;" target="_blank"><img src="http://www.techmuzz.com/wp-content/uploads/2015/03/pinterest-grey.png" onmouseover="this.src='http://www.techmuzz.com/wp-content/uploads/2015/03/pinterest.png'" onmouseout="this.src='http://www.techmuzz.com/wp-content/uploads/2015/03/pinterest-grey.png'"/> </a>
<a href="https://www.youtube.com/user/TechMuzz" style="text-decoration:none;" target="_blank"><img src="http://www.techmuzz.com/wp-content/uploads/2015/03/youtube-grey.png" onmouseover="this.src='http://www.techmuzz.com/wp-content/uploads/2015/03/youtube.png'" onmouseout="this.src='http://www.techmuzz.com/wp-content/uploads/2015/03/youtube-grey.png'"/> </a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment