Pop Out Social media follow widget for Blogger/Wordpress
Pop Out Social media follow widget for Blogger/Wordpress
Live Demo-
Codes For Copy-
<style>
/*crawlist.net CSS starts*/
.ks-boxt{width:300px;}
.ks-pop{height:48px; width:48px; margin:10px; float:left; display:inline-block;
-webkit-transition:all ease 0.5s;
-moz-transition:all ease 0.5s;
-o-transition:all ease 0.5s;
-ms-transition:all ease 0.5s;
transition:all ease 0.5s}
.ks-pop img{border-radius:50%; margin:8px; width:100%;
-webkit-transition:all ease 0.5s;
-moz-transition:all ease 0.5s;
-o-transition:all ease 0.5s;
-ms-transition:all ease 0.5s;
transition:all ease 0.5s;
}
.ks-pop img:hover{margin:0px; box-shadow:5px 5px 3px 3px rgba(0,0,0,0.3); opacity:.8;}/*crawlist.net CSS ends*/
</style>
<div class="ks-boxt"><!--crawlist.net widget starts-->
<a class="ks-pop" rel="nofollow" href="http://www.facebook.com/your profile" target="_blank"><img src="http://2.bp.blogspot.com/-6-zlofWV32Y/VOdvhC4RmTI/AAAAAAAAFbA/252hOrTNiOo/s1600/facebook.png" title="Join us on facebook"/></a>
<a class="ks-pop" rel="nofollow" href="http://twitter.com/your profile" target="_blank"><img src="http://4.bp.blogspot.com/-ejvjh_fPqvY/VOdxHtwQXxI/AAAAAAAAFcA/wm_0B1njIGo/s1600/twitter.png" title="Follow us on Twitter"/></a>
<a class="ks-pop" rel="nofollow" href="http://plus.google.com/your profile" target="_blank"><img src="http://1.bp.blogspot.com/-MWxQHfVumXU/VOdvut_2FII/AAAAAAAAFbI/nHGzb1MkaBM/s1600/googleplus.png" title="Circle us on Google+"/></a>
<a class="ks-pop" rel="nofollow" href="http://www.linkedin.com/your profile" target="_blank"> <img src="http://2.bp.blogspot.com/-HyR9it6s8nc/VOdwj-XNBYI/AAAAAAAAFbY/qVsGxSTLwfs/s1600/linkdin.png" title="Follow us on Linkedin"/></a>
<a class="ks-pop" rel="nofollow" href="http://www.pinterest.com/your profile" target="_blank"> <img src="http://1.bp.blogspot.com/-wii-GKcXeZ4/VOdwporHddI/AAAAAAAAFbg/BWT5KLlenJI/s1600/pinterest.png" title="Follow us on Pinterest"/></a>
<a class="ks-pop" rel="nofollow" href="http://Instraggram.com/your profile" target="_blank"><img src="http://3.bp.blogspot.com/-qYsn2kQTcyc/VOdxdWphNSI/AAAAAAAAFcQ/D6n_nNdfK8c/s1600/instagram.png" title="Follow us on Instragram"/></a>
<a class="ks-pop" rel="nofollow" href="http://www.stumbleupon.com/your profile" target="_blank"><img src="http://3.bp.blogspot.com/-y7iQCu40Vjc/VOdxXKDxpFI/AAAAAAAAFcI/QniFhOGeRi4/s1600/stumbleupon.png" title="Join us on StumbleUpon"/></a>
<a class="ks-pop" rel="nofollow" href="http://play.google.com/your profile" target="_blank"><img src="http://3.bp.blogspot.com/-k3CyCWzCiNY/VOdvFRhZeoI/AAAAAAAAFaw/mpyv9_X5yzk/s1600/appleapp.png" title="Download our app from Store"/></a>
<a class="ks-pop" rel="nofollow" href="http://www.youtube.com/your channel" target="_blank"><img src="http://1.bp.blogspot.com/-C2CoaAHIE1A/VOdw6vs8H8I/AAAAAAAAFbw/UXqF6dNuvBM/s1600/youtube.png" title="Subscribe us on Youtube"/></a>
<a class="ks-pop" rel="nofollow" href="http://www.vimeo.com/your channel" target="_blank"><img src="http://2.bp.blogspot.com/-9E2PN7o5shc/VOdxApuKKGI/AAAAAAAAFb4/B5V5zIhdta4/s1600/vimeo.png" title="Subscribe us on Vimeo"/></a>
<a class="ks-pop" rel="nofollow" href="http://feeds.feedburner.com/feed id" target="_blank"><img src="http://2.bp.blogspot.com/-tRPtqllJTNs/VOdwzYgJM6I/AAAAAAAAFbo/iL6hA-OCZcA/s1600/rss.png" title="Never miss a post Subscribe"/></a>
<a class="ks-pop" rel="nofollow" href="mailto:your@email.com" target="_blank"><img src="http://1.bp.blogspot.com/-CxmMo7nHes4/VOdvYz6ypuI/AAAAAAAAFa4/plrRtYPKv58/s1600/email.png" title="Contact Us" /></a>
<!--crawlist.net widget ends--></div>
How to add in Blogger
- First log in to your Blogger, select your Blog,
- Go to 'Layout' tab then click 'add a gadget’
- Select 'html/javascript' from Popup menu.
- Copy following codes and Configure,
How to add in Wordpress
- From dashboard hover mouse on ‘Appearance’ tab,
- From ‘Appearance’ menu select 'widgets',
- Then drag and drop 'Text' content box in widget area, copy following codes and paste into 'text' box, Configure
- For new dashboard hover mouse on ‘Appearance’ tab,
- From ‘Appearance’ menu click on 'Text' add it to sidebar and paste following codes and Configure.
How to configure
- First collect your following social media profiles direct links and replace with default links. Example- http://www.facebook.com/your profile with your Facebook fan page links! Links are shown in pink color
- To configure Feedburner email subscription First collect your website's unique feed id. it can be find in this link https://feeds.feedburner.com/yourFeedId , and replace FeedId with your feed name. it red colored.
- To configure Mail icon, your@email.com change with your email, what email you using for contact.
- If you want to remove any icon just delete that line of code <a> to </a> full, that way you can also reset the order of the icon/profile.