Widgets For Everyone
Contact Us:

If You Have Any Problem, Wanna Help, Wanna Write Guest Post, Find Any Error Or Want To Give Us Feedback, Just Feel Free To Contact Us. We Will Reply You Soon.

Name: *


Email: *

Message: *


Skillblogger

LiveZilla Live Help

Skill Blogger is a blog cum online blogger resources, where we provide various quality of tips, tricks, tutorials, widgets, blogger templates and other priceless goods related to blogger. ! So dude what are you waiting for . Sign Up Today !

Awesome!!Templates

Saturday 21 December 2013

Add Social Bookmarking Running Trucks in Blogger




Step 1

  • Go to Blogger 
  • Select Your blog 
  • Go to Layout 
  • Click on ADD A GADGET
  • And Select HTML/JAVASCRIPT
  • and paste the following code

<div style="position: fixed; z-index: 65535; left: 0px; bottom: -3px; width:100%;"> <marquee><a href="http://www.facebook.com/Widgetsplace" target="blank"> <abbr title="Follow us at Facebook"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGFVyjXAlwlSevF0ccxU2h3nuYFZOQSpDAQqWGg1equWxKr1ItGzTbiuB1eGNjDYQlzQBRdupss2mtmxBW0ilWiDt7SEDjADAPPiNHSbYp0xvF7dqcc0GwZAdhsUZ8R6Zpd_JS5mMoa6LB/s1600/Social-Truck_fb2.png" width="120px" height="100px"/> </abbr> </a> <a href="http://feeds.feedburner.com/Widgetsplace" target="blank"> <abbr title="Subscribe Our Feeds"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMsgLiPqO_YN4t0kk5TOVQj2eAIe7CPct26zJd4Ju_qUaG4nxv6jYRQID3fSVb7OFjUDA_JsTe-zh3xZCBSYELdcqyiDIbwW3xyZv7kPUYaLCbNIu9kA8CiAY1IeAuA0kUnsa9Kwi0w6Et/s1600/Social-Truck_rss.png" width="120px" height="100px"/> </abbr> </a><a href="http://twitter.com/Widgetsplace" target="blank"> <abbr title="Follow Us on Twitter"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUUaeZN5Yc-oJP69wm2AlgwcmhHKm0Ai8u6vTC3kwVv1KpPonGqoEk04VFFJyLFc19cTU1wLAtQibsl-yiRnHkLXoAHAAcYSz8yCFsnwXgPCBTHJiYO0YqCgUuCKZZDDhLWwGzFu5OSFIa/s1600/Social-Truck_twi.png" width="120px" height="100px"/> </abbr> </a> </marquee></div>


Customization

  • Replace Widgetsplace With your facebook page id
  • Replace Widgetsplace with your feedburrner id
  • Replace Widgetsplace with twitter username

Posted By: Unknown on Saturday 21 December 2013

Thursday 19 December 2013

How to change page loading in blogger



Step 1
  • Go to Blogger Blog 
  • Click on EDIT HTML
  • Search For  </body>
  • paste following below code
Step 2



<style>
#wd-page-loader {
        position: fixed!important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        background:#000 url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhekY8EmEZgBk4zW7SO-mWOlnmPMYwOCbSVH54kJQCPCumcjqBRXuRqzBW9TzCygUp-lHFIJsG8tXtFuJTrOuTgsqOmr2FKddNVia5I0MMzxCJDh8lQPsmoqSImS29mP03KKEgHmAmwo1M/s200/load6.gif') no-repeat 50% 30%;
        color: #FFF;
        display: none;
        font: 0/0 a;
        text-shadow: none;
        padding: 1em 1.2em;
}
</style>
<script type='text/javascript'>
//<![CDATA[
$(document.body).append('<div id="abt-page-loader">Loading...</div>');
$(window).on("beforeunload", function() {
    // ... Show the Animation `.fadeIn()`
    $('#abt-page-loader').fadeIn(1000).delay(6000).fadeOut(1000);
});
//]]>
</script>

Posted By: Unknown on Thursday 19 December 2013

Add Stylish Social Widget for blogger



Step 1

  • Go to Blogger 
  • Select your blog 
  • Go to layout 
  • click on add a gadget
  • Select HTML/JAVASCRIPT
  • paste the below code 


<div class="container">
<ul class="action-bar clearfix">
<li>
<a href="http://twitter.com/TWITTERHANDLE" class="like">
<span class="zocial-twitter"></span>
<span class="tooltip">Follow</span>
</a>
</li>
<li>
<a href="https://plus.google.com/GOOGLEPLUSID" class="favourite">
<span class="zocial-googleplus"></span>
<span class="tooltip">Circle us</span>
</a>
</li>
<li>
<a href="https://www.facebook.com/FBID" class="comment">
<span class="zocial-facebook"></span>
<span class="tooltip">Like us</span>
</a>
</li>
<li>
<a href="http://YOURBLOG.blogspot.com/feeds/posts/default" class="share">
<span class="zocial-rss"></span>
<span class="tooltip">Subscribe</span>
</a>
</li>
</ul>
</div>
<style>
@charset "utf-8";
@import url(http://weloveiconfonts.com/api/?family=zocial);
/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}
/* ---------- GENERAL ---------- */
a { text-decoration: none; }
ul {
list-style: none;
margin: 0;
padding: 0;
}
.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
content: "";
display: table; }
.clearfix:after { clear: both; }
.container {
display: block;
height: 64px;
position: relative;
width: 256px;
}
/* ---------- Action Bar ---------- */
.action-bar li {
float: left;
}
.action-bar a {
-webkit-box-shadow: inset 0 -2px rgba(0, 0, 0, .5);
box-shadow: inset 0 -2px rgba(0, 0, 0, .5);
color: #e7e7e7;
display: block;
font-size: 32px;
height: 64px;
line-height: 64px;
position: relative;
text-align: center;
-webkit-transition: background .3s;
-moz-transition: background .3s;
-ms-transition: background .3s;
-o-transition: background .3s;
transition: background .3s;
width: 64px;
}
.action-bar a:hover .tooltip {
margin-top: 16px;
opacity: 1;
}
.tooltip {
border-radius: 3px;
font-size: 14px;
height: 28px;
left: 50%;
line-height: 28px;
margin: 0 0 0 -50px;
opacity: 0;
position: absolute;
top: 100%;
-webkit-transition: margin-top .3s, opacity .3s;
-moz-transition: margin-top .3s, opacity .3s;
-ms-transition: margin-top .3s, opacity .3s;
-o-transition: margin-top .3s, opacity .3s;
transition: margin-top .3s, opacity .3s;
width: 100px;
}
.tooltip:before {
content: "";
height: 8px;
left: 50%;
margin: -4px 0 0 -4px;
position: absolute;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 8px;
}
.like,
.like .tooltip,
.like .tooltip:before { background: #65B1F8; }
.like:hover { background: #65B1F8; }
.favourite,
.favourite .tooltip,
.favourite .tooltip:before { background: #c93037; }
.favourite:hover { background: #b02b32; }
.comment,
.comment .tooltip,
.comment .tooltip:before { background: #43438e; }
.comment:hover { background: #393978; }
.share,
.share .tooltip,
.share .tooltip:before { background: #FF8000; }
.share:hover { background: #FF8000; }
</style>


Customization

  • Replace http://twitter.com/TWITTERHANDLE with your twitter username
  • Replace https://plus.google.com/GOOGLEPLUSID with your Google id 
  • Replace https://www.facebook.com/FBID with your facebook id
  • Replace  http://YOURBLOG.blogspot.com with your blog name

Posted By: Unknown on

Monday 16 December 2013

Add Stylish Popup Roll social share wodget in blogger

Hello Friends! In my previous Post i told you about how to add stylish facebook box. Today i have a interesting Widgets for you that makes your blog beautiful. Now this hope fully help you to  increase your visitor Because it So Eye Catcher widget. Here is a Demo Below.






Step 1


  • Go to Blogger
  • Go to layout and click on ADD A GADGET
  • Click on HTML/JAVASCRIpT
  • Paste The following code in html section



Posted By: Unknown on Monday 16 December 2013

Sunday 15 December 2013

How to add stylish facebook popup box to bloger


Hello Friends! In Previous post i told you  about How to change Heading Style in blogger . today we will discuss about facebook popup like box. Facebook Popup Like box is a fantastic  way to increase facebook likes. Facebook like box widget show the love of the people for his blog. Facebook offers a simple facebook like box plugin but in this tutorial  i will add a custom facebook popup like Box.  Most of blogger want to add this widgets on his/her blog. Therefore i will tell you about this widget. it will appear. When the users open your site or blog. you can also checkthe demo below.



step 1

  • Go To Blogger
  • Select your blog and Click on layout
  • Click on Add a Gadget
  • click on HTML/JavaScript
  • Paste the Below Code




Customization

  • Replace 667185289981891 With your facebook page
  • Replace Widgetsplace With your Feed 
  • Change Stay Updated Via Our Facebook Page in your own words

Posted By: Unknown on Sunday 15 December 2013

Contact Us

Name

Email *

Message *

 

Latest post

Subscribe Now!

Learn Free Pro Tricks daily

About Us

Recent Comment

Want To Get Hot Updates?

Follow Us On Your Favourite Social Networking Site To Start Getting Notified!

Follow Me on Pinterest
Copyright © . WidgetsPlace. All Rights Reserved.
Designed by :- Arslan Arshad