Flipping TV icon Social Media widget for Blogger/Wordpress

Flipping TV icon Social Media widget for Blogger/Wordpress
After publishing some unique fancy social media widget like spinning Coffee cup and Candy or Social media widget with fan count I thought about to publish something fancier looking social media widget for bloggers. Than I found this awesome TV icon set on web and realize to build something upon it. Using CSS3 webkit perspective and webkit transform rotate (both generates 3D sideway flipping effect) on icons I build this widget. Flipping TV icon social media widget offers 6 slots Facebook, Twitter, Google plus, Linked in, Pinterest and Feedburner. If you planning to use this widget on a small space of your sidebar, Bad news this widget usually will eat up some spaces on sidebar! Let’s see how it looks like, how to install it on Blogger and Wordpress blogs and how to configure. Read on-

Flipping TV icon social media widget

Preview-

Flipping TV icon Social Media widget for Blogger/Wordpress


Live demo- (Click here)

Codes for copy-

<style>/*crawlist.net CSS starts*/
.ks-total {width:280px;}
ul.ks-tvflip{
margin:0;
padding:0;
list-style:none;
-webkit-perspective: 10000px;
-moz-perspective: 10000px;
-o-perspective: 10000px;
perspective: 10000px;
}
ul.ks-tvflip li{
display: inline-block;
width: 80px;
height: 80px;
margin-right: 5px;
background: white;
font: bold 36px Arial;
text-transform: uppercase;
text-align: center;
cursor: pointer;
}
ul.ks-tvflip li a{
display:block;
width: 100%;
height: 100%;
color: black;
text-decoration: none;
outline: none;
-webkit-transition:all 300ms ease-out 0.1s;
-moz-transition:all 300ms ease-out 0.1s;
-o-transition:all 300ms ease-out 0.1s;
transition:all 300ms ease-out 0.1s;
}
ul.ks-tvflip li a span{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-top: 15px;
display:block;
width: 100%;
height: 100%;
-webkit-transition:all 300ms ease-out 0.1s;
-moz-transition:all 300ms ease-out 0.1s;
-o-transition:all 300ms ease-out 0.1s;
transition:all 300ms ease-out 0.1s;
}
ul.ks-tvflip li a img{
border-width: 0;
}
ul.ks-tvflip li:hover a{
-moz-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
background: #f5f5f5;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-box-shadow:0 0 5px #eee inset;
-moz-box-shadow:0 0 5px #eee inset;
box-shadow:0 0 5px #eee inset;
}
ul.ks-tvflip li:hover a span{
-moz-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}/*crawlist.net CSS ends*/
</style>
<!--crawlist.net tv flip starts-->
<div class="ks-total">
<ul class="ks-tvflip">
<li><a href="http://www.facebook.com/your profile" target="_blank" title="Join us on Facebook"><span><img src="http://goo.gl/SU736D"/></span></a></li>
<li><a href="http://www.twitter.com/your profile" target="_blank" title="Follow us on Twitter"><span><img src="http://goo.gl/2qDw5L"/></span></a></li>
<li><a href="http://plus.google.com/your profile" target="_blank" title="Circle us on Google+"><span><img src="http://goo.gl/80Vvf3"/></span></a></li>
<li><a href="http://www.linkedin.com/your profile" target="_blank" title="Follow us on LinkedIn"><span><img src="http://goo.gl/qanuj0"/></span></a></li>
<li><a href="http://www.pinterest.com/your profile" target="_blank" title="Follow us on Pinterest"><span><img src="http://goo.gl/ywUW68"/></span></a></li>
<li><a href="http://feeds.feedburner.com/your feed" target="_blank" title="Subscribe and Get update"><span><img src="
http://goo.gl/jIZC9f"/></span></a></li>
</ul>
</div><!--crawlist.net tv flip ends-->


How to add this widget in Blogger
  • First log in to your Blogger, select your Blog, 
  • Go to 'Layout' tab then click 'add a gadget’ 
  • Select 'html/javascript' from pop up menu. 
  • Copy following codes and configure

How to add this widget 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, 
  • For new dashboard click on 'Text' add it to sidebar and paste following codes.

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 link. 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.
So, what you think about this widget and how it working on your Blogger or Wordpress blog don't forget to mention or give a feedback :) I would loved to hear.

Add Floating Share bar with Count widget in Blogger

Add Floating Share bar with Count widget in Blogger
Floating social media and bookmarking share bar with share count is a very appealing and must have widget for Blogger blogs. It placed beside any post and this widget helps to share a post very fast and collect how many time post been shared. It also gives your blog a professional look and get more visitor from various social media sites. Several months ago when I did published a Floating share bar with icon from that time I thought about to publish a Floating share and bookmarking bar with count widget. And here it is, this widget developed by me its lightweight, simple and small looking, got share service Facebook, Twitter, Google plus and Addthis. I didn't put other service like Linkedin, Stumble upon, Pinterest because I putted Addthis which integrated with 300+ share service include count. Build with CSS, HTML and necessary scripts. Let's see how it looks like and how to add this share bar in your Blogger blog.

Add Floating Share bar with Count widget in Blogger 


Preview-  

Floating share and bookmarking bar widget for Blogger
Live Demo- (Click Here)



How to add this widget in Blogger

Step 1: Back up your template (Optional step)
  • Log in to your blogger, select your blog, 
  • Select 'Template' tab option, click 'backup/restore' from upper right corner. 
  • Download full template and save it on your computer's Harddrive

Step 2: Installing (Mandatory Step)
  • Then, From 'Template' tab, select 'Edit HTML' 
  • And find (Using Ctrl+F or Cmd+F) this line-
<b:includable id='post' var='post'>
  • And paste all given codes under <b:includable id='post' var='post'> and 'Save template'. 
<b:if cond='data:blog.pageType == &quot;item&quot;'> <b:if cond='data:blog.pageType
!= &quot;static_page&quot;'>
<style>
.ks-bar {border:#e3d6e0 1px solid;
width:70px;
height:280px;
border-radius:5px 5px 5px 5px;
bottom:30%; margin-left:-80px;position:fixed;}
.ks-bar1 {border:#f8f8f8 1px solid;
width:62px;
height:272px;
border-radius:5px 5px 5px 5px;
margin:3px 3px 3px 3px;
background:#f5f5f5;}
.ks-boxe {height:63px;
width:100%;
padding:3px 3px;
}
</style>
<!--crawlist.net widget starts-->
<div class="ks-bar">
<div class="ks-bar1">
<div class="ks-boxe">
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like layout="box_count" show_faces="false" font=""></fb:like></div>
<div class="ks-boxe">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" >Tweet</a><script src='http://platform.twitter.com/widgets.js' type="text/javascript"></script></div>
<div class="ks-boxe">
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script><g:plusone size="tall"></g:plusone></div>
<div class="ks-boxe">
<div class='addthis_toolbox addthis_default_style '>
<a class='addthis_counter'/>
</div>
<script src='http://s7.addthis.com/js/250/addthis_widget.js' type='text/javascript'/>
<script type='text/javascript'>
var addthis_config = {
ui_cobrand: &quot;crawlist&quot;,
ui_header_color: &quot;#ffffff&quot;,
ui_header_background: &quot;#0080FF&quot;
}
</script>
</div>
</div>
</div>
  </b:if></b:if>
<!--crawlist.net widget ends-->
  • Preview your blogger blog and see this sharing widget's work in live. 
  • This widget will not appear on Homepage.

Template Compatibility
  • This floating Social media sharing and bookmarking bar widget is compatible with almost all standard templates but unique designed templates or highly coded templates (like HTML5 templates) will not accept this.
So don't forget to mention what you think about this widget any how it working feedback leave with
comment. P.S stay subscribed because new version of floating share bar will release soon. Goodluck

Add Superb Contact form in Blogger (Pop up from labels)

Add Superb CSS3 contact form in Blogger (Pop up from labels)
Few days ago I published two contact form for your Blogger blogs, those contact form was pretty neat and simple (but high end). So I wanted to give you guys a cool contact form what has unique looking, more cutting edge styling. And here it is Superb CSS3 contact form, it's concept was taken from Dynamic Drive's prototype codes, I did took those codes and made proper use of it for Blogger blogs. It made up with CSS, HTML and CSS3 styling. When you put mouse on text area form labels (Name, Email, Subject, Massage) will pop up from labels. Below this contact form's code and configuration info given. Let's see how it looks, how to add in Blogger blogs or websites and configure

Add Superb CSS3 Contact form in Blogger


Preview-
Add Superb Contact form in Blogger (Pop up from labels)


Live demo- (Here you go)

Codes for copy-


<style>/*crawlist.net CSS starts*/
.ks-confor {border:#ccc 1px solid; border-radius:5px; padding:20px 20px; height:550px; width:400px;}
.ks-confor h4{font-family:sans-serif; color:#390; font-size:20px; font-style:italic; font-weight:300; text-align:center; margin-top:-5px;}
form
 div.ks-label{
  display: block;
  margin: 30px;
  font: 16px;
  position: relative;
}
form div.ks-label input[type="text"], form div.ks-label
textarea{
  width: 320px;
  padding: 10px;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
}
form div.ks-label textarea{
  height: 200px;
}
form div.ks-label label{
  position: absolute;
  left: 0;
  background: lightyellow;
  border: 1px solid yellow;
  border-radius: 2px;
  padding: 3px 10px;
  box-shadow: 4px 1px 5px gray;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  top: 10px;
  -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.4s ease-in-out; /* Safari doesn't seem to
support cubic-bezier values beyond 0 to 1, so use keyword value instead
*/
  -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  z-index: -1;
}
form div.ks-label > *:focus{ /* when user focuses on child
element inside div.ks-label */
  border: 1px solid #45bcd2;
  box-shadow: 0 0 8px 2px #98d865;
}
form div.ks-label > *:focus + label{
  opacity: 1;
  z-index:100;
  top: -35px;
  -ms-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#ks-buto
{
border:1px solid #0C0;
background:none repeat scroll 0 0 #0C0;color:#FFF;transition:all ease 2s;
padding:5px;
color:#ffffff;
font:16px Verdana, Geneva, sans-serif;
cursor:pointer;
font-weight:bold;
height:40px; width:150px; text-align:center; margin-left:225px; border-radius:3.5px;
}
#ks-buto:hover
{
background: none repeat scroll 0 0#000;
border:1px solid #000;
}/*crawlist.net CSS ends*/
</style>
<div class="ks-confor"><h4>Contact us</h4>
<!--crawlist.net contact system starts-->
<form action="mailto:you@email.com">
  <div class="ks-label">
    <input id="name" placeholder="Name" type="text">
    <label for="name">Name</label>
  </div>
  <div class="ks-label">
    <input id="email" placeholder="Email Address" type="text">
    <label for="email">Email Address</label>
  </div>
  <div class="ks-label">
    <input id="Subject" placeholder="Subject" type="text">
    <label for="subject">Subject</label>
  </div>
  <div class="ks-label">
    <textarea id="feedback" placeholder="Massage"></textarea>
    <label for="feedback">Massage</label>
  </div>
   <input type="submit" value="Send Message" id="ks-buto" />
</form>
<!--crawlist.net contact system ends-->
</div>


How to add in Blogger-
  • First log into your Blogger, select your blog, 
  • Go to 'Pages' tab and create a page name 'Contact us' 
  • Select 'edit page' top left of page editing (compose/HTML) switch to (HTML) 
  • And paste codes in text area, and configure
 How to add in websites-
  • Go to your contact page's stylesheet and paste following code and configure.

How to configure-
  • "you@email.com" replace with your email what you intent to use as contact with you.

Compatibility-
  • This contact form is compatible with all major web browser's latest version.
  • Tested with few templates; results were fine.
So get a contact form! and listen to feedback, recommendation, question from your visitor. Also stay subscribed and like Facebook page new cool stuff will release soon. Chill.....

Add Pinterest Profile and Pin board widget in Blogger

Add Pinterest Profile and Pin board widget in Blogger
Pinterest is one of the most popular social media site around web. It has more than 25 million active users where most of users are professional business holders, internet marketer. For entrepreneur Blogger’s Pinterest is important too it capable of driving massive amount of visitor to your blog. Promoting your blog with Pinterest, adding Pinterest profile and pin board widget in your Blogger blog is very important. And here with this article you’ll be easily guided to adding Pinterest Profile and Pin board widget in Blogger blog.

Pinterest Profile widget for Blogger


Show your Pinterest profile (Name and profile pic), thumbnail views of some recent pinned images, Images width is 80px.

Preview-
Pinterest Profile widget for Blogger


Live Demo- (Click here)

Codes for copy-


<!--crawlist.net pinterest profile starts-->
<a data-pin-do="embedUser" href="http://www.pinterest.com/ddshazzad/" data-pin-scale-width="80" data-pin-scale-height="200" data-pin-board-width="280"></a>
<!-- Please call pinit.js only once per page -->
<script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script>
<!--crawlist.net pinterest profile ends-->


How to add-
  • First log in to your Blogger, select your Blog, 
  • Go to 'Layout' tab then click 'add a gadget’ 
  • Select 'html/javascript' from pop up menu. 
  • Copy codes and configure

How to configure-
  • Replace http://www.pinterest.com/ddshazzad/ with your Pinterest profile link (red colored). And save template

Pinterest Pin board widget for Blogger


Show your one pin board with that board’s recent pins thumbnail views, your name, profile pic and board name includes.

Preview-
Pinterest Pin board widget for Blogger

Live Demo- (Click please)

Codes for copy-


<!--crawlist.net pinterest profile starts-->
<a data-pin-do="embedBoard" href="http://www.pinterest.com/ddshazzad/best-blogger-widgets/" data-pin-scale-width="80" data-pin-scale-height="200" data-pin-board-width="280"></a>
<!-- Please call pinit.js only once per page -->
<script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script>
<!--crawlist.net pinterest profile ends-->

How to add-
  • First log in to your Blogger, select your Blog, 
  • Go to 'Layout' tab then click 'add a gadget’ 
  • Select 'html/javascript' from pop up menu. 
  • Copy codes and configure

How to configure-
  • Replace http://www.pinterest.com/ddshazzad/best-blogger-widgets/ with your Pinterest pin board
link (pink colored). And save template

Further customization
  • Change the height of widget change 200 to any desired px
  • Change the width of widget change 280 to any desired px
  • Change the width of pin thumb change 80 to any higher desired px
So what you thinking don’t forget to mention. Goodluck

Featured Post Widget for Blogger (CSS3, Thumbnails)

Featured Post Widget for Blogger (CSS3, Thumbnails)
Got something special article and want those to highlight for visitor’s max attention, featured post widget can do that job for you. Here you can find an awesome, lightweight and hot featured post widget what made up with HTML, CSS and CSS3 effects and keyframe animation and Google font. it’s easy to configure and add to your Blogger blog. Looks good with every template and every type of site no matter they are Blogsite or portfolio sites. Contains 4 featured post slot and with little code knowledge you can increase and decrease slot number as you want. Let’s see how it looks like, how to add in Blogger blogs and how to configure

Featured Post Widget for Blogger (CSS3, Thumbnails)


Preview-

Featured Post Widget for Blogger (CSS3, Thumbnails)

Live demo- (Here you go)

Codes for copy-


<link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'/>
<style>
.ks-featured { height:305px; width:305px; margin:auto; padding:1px 1px;}
.ks-featured h4  { border:#151515 solid 1px; font-family: 'Play', sans-serif; font-size:19px; font-weight:600; text-align:center;  padding-top:10px; padding-bottom:10px; margin-bottom:10px;
-moz-box-shadow:1px 1px 10px #CCC; -webkit-box-shadow:1px 1px 10px #CCC; box-shadow:1px 1px 10px #CCC;webkit-transition: all 0.5s
ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition:
all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}

.ks-featured h4:hover {border:#151515 solid 1px;color:#F03;-moz-box-shadow:1px 1px 10px #CCC; -webkit-box-shadow:1px 1px 10px #CCC; box-shadow:1px 1px 10px #CCC;
webkit-transition: all 0.5s
ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition:
all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}

.ks-places { border:solid 1px #000;width:150px; height:150px; overflow: hidden;
-moz-box-shadow:1px 1px 10px 1px rgba(1, 1, 1, 1); -webkit-box-shadow:1px 1px 10px 1px rgba(1, 1, 1, 1); box-shadow:1px 1px 10px 1px rgba(1, 1, 1, 1);
float:left;
webkit-transition: all 0.5s
ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition:
all 0.5s ease-in-out; transition: all 0.5s ease-in-out; cursor:pointer; display:block;}
.ks-places:hover { border:solid 1px #0CF;webkit-transition: all 0.5s
ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition:
all 0.5s ease-in-out; transition: all 0.5s ease-in-out; opacity:.6;
-moz-box-shadow:1px 1px 10px 1px rgba(1, 150, 255, 1); -webkit-box-shadow:1px 1px 10px 1px rgba(1, 150, 255, 1); box-shadow:1px 1px 10px 1px rgba(1, 150, 255, 1);}


.ks-glow{

    -webkit-animation: glow 800ms ease-out infinite alternate;
    -moz-animation: glow 800ms ease-out infinite alternate;
    -o-animation: glow 800ms ease-out infinite alternate;
    -ms-animation: glow 800ms ease-out infinite alternate;
    animation: glow 800ms ease-out infinite alternate;
    background: #fff;
    background: -webkit-linear-gradient(#f5f5f5, #fff);
    background: -moz-linear-gradient(#f5f5f5, #fff);
    background: -o-linear-gradient(#f5f5f5, #fff);
    background: -ms-linear-gradient(#f5f5f5, #fff));
    background: linear-gradient(#f5f5f5, #fff);
    border-color: #F33;
    box-shadow: 0 0 5px #F33, inset 0 0 5px #F33, 0 0px 0 #000;
    color: #151515;
    outline: none;
}


@-webkit-keyframes glow {
    0% {
        border-color: #F33;
        box-shadow: 0 0 5px #F33, inset 0 0 5px #F33, 0 0px 0 #000;
    } 
    100% {
        border-color: #F63;
        box-shadow: 0 0 20px #F33, inset 0 0 10px #F33, 0 0px 0 #000;
    }
}

@-moz-keyframes glow {
    0% {
        border-color: #F33;
        box-shadow: 0 0 5px #F33, inset 0 0 5px#F33, 0 0px 0 #000;
    } 
    100% {
        border-color: #F63;
        box-shadow: 0 0 20px #F33, inset 0 0 10px #F33, 0 0px 0 #000;
    }
}

@-o-keyframes glow {
    0% {
        border-color: #F33;
        box-shadow: 0 0 5px #F33, inset 0 0 5px #F33, 0 0px 0 #000;
    } 
    100% {
        border-color: #F63;
        box-shadow: 0 0 20px #F33, inset 0 0 10px #F33, 0 0px 0 #000;
    }
}

@-ms-keyframes glow {
    0% {
        border-color: #F33;
        box-shadow: 0 0 5px #F33, inset 0 0 5px #F33, 0 0px 0 #000;
    } 
    100% {
        border-color: #F63;
        box-shadow: 0 0 20px #F33, inset 0 0 10px #F33, 0 0px 0 #000;
    }
}

@keyframes glow {
    0% {
        border-color: #F33;
        box-shadow: 0 0 5px #F33, inset 0 0 5px #F33, 0 0px 0 #000;
    } 
    100% {
        border-color: #F63;
        box-shadow: 0 0 20px #F33, inset 0 0 10px #F33, 0 0px 0 #000;
    }
}


</style>
<!--crawlist.net featured post starts-->
<div class="ks-featured"><h4 class="ks-glow">Recommand for you !</h4>
<div class="ks-places">
<a href='content link' target='_blank'><img alt='alt tag' src='image link' title='name of post' width="150" height="150"/></a>
</div>
<div class="ks-places">
<a href='content link' target='_blank'><img alt='alt tag' src='image link' title='name of post' width="150" height="150"/></a>
</div>
<div class="ks-places">
<a href='content link' target='_blank'><img alt='alt tag' src='image link' title='name of post' width="150" height="150"/></a>
</div>
<div class="ks-places">
<a href='content link' target='_blank'><img alt='alt tag' src='image link' title='name of post' width="150" height="150"/></a>
</div></div>
<!--crawlist.net featured post ends-->


How to add this widget in Blogger
  • First log in to your Blogger, select your Blog, 
  • Go to 'Layout' tab then click 'add a gadget' 
  • Select 'html/javascript' from pop up menu. 
  • Copy following codes and configure

How to configure-
To configuring this widget you will need your featured content links, Images links. All Image must be height of 150px and width of 150px otherwise if your image size is bigger that this size you image will not be cropped will scaled.
  • In blue colored ‘content link’ option place your content links. 
  • Preview your images, click right side of mouse from menu select ‘Image location’ and copy the Image link place those links in red colored 'image link'
  • Additionally add 'alt tag' (for SEO) orange colored
  • Title 'name of post' pink colored Title will be shown on mouse hover as tooltip. 
  • Save your gadget, hit save template. 
And see your recommended post widget in live action.

Compatibility
  • All effects works fine on latest updated web browser. 
  • Compatible with all templates

So don’t forget to mention what you think about this widget. New widget will be release soon stay subscribed. Goodluck.....