Friday, April 25, 2014

// // Leave a Comment

Widgets Need To add After Create a Blog

After a long time research on important Blogger Widgets today i decided to share my some blogger widgets post which a new blogger have to add this after creating their new blog.

If you use blogspot/blogger because your current blogging program then you definately have got positive aspects to work with google own widget/product and add them to your blog. It is a Its more safe practices, therefore I suggest you always use Blogger official widget. On the other hand, not all widget you will need hear upon Blogger widget. You should use 3rd party widget, however always be the code source is trusted and harmless. After all, you never want virus or even spyware on the design, would you?.: D.


Some Import Blogger Widgets List are as Follow:


Add Google+ RSS Feed Widget For Blogger

Contact Us Form In Blog Embed code

Add Social Media Share Button Below Post In Blogspot

Embed Google+ Posts in Blogger

Best Stylish Design for Label and Categories Widget

Stylish Subscription Widget In Blogger

Author-Box with Social Connection

Add Page Navigation To Blogger Blog

Add Multipul Related Post Widget & LinkWithin For Blogger

These are some important widget you need to install after create a new blog i am researching on more widgets when i got more widget i will update this post accordingly please hit a comment for my appreciate. :)

Read More
// // Leave a Comment

Floating Social Media Widget for Blogger

After my previous articles about Css Animated Menu Widget for Blogger today i am going to share A beautiful and distinctive custom Widget for who have Blogs with limited space. Sensitive to touch the mouse, after automatically opens that touched a category.



So let's See The Tutorial How to add Floating Social Media Widget For Blogger 


LIVE DEMO



  • Go to Blogger Dashboard
  • Click on Drop & Down Menu of your blog
  • Click layout >> and click Add a Gadget >> Html/Javascript 
  • Then paste the below code on it

<style type="text/css">
ul#social {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 20%;
    left: 0px;
    list-style: none;
    z-index:9999;
}
ul#social li {
    width: 100px;
}
ul#social li a {
    display: block;
    margin-left: -2px;
    width: 100px;
    height: 70px;  
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
}
ul#social .twitter a{
     background:#0F96C6 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitB_HFivOjRVHQxlu-iM-VywqahyphenhyphenyDv5zdykB-ij5V0ep1UmCNkw2oGPRJ2MJgiTi-bWw6k4hRSbMsnm2bZhwHBAZ53NNOJ4KrQc2efy_-csCNKm18ytrXdJN2_iW7WtlDDiu35wuyBPQ/s1600/Twitter.png)no-repeat;
background-position:center center;
}
ul#social .googleplus a      {
    background:#D73D27 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuHmCURbgaG0YYqlezwBksTEPrcVD9niozBkpRqsNV3zVorN2m7Cp6H8diQKNmbYHIjtsUfhGPMoyO3Cq7aUhAhSIu0QDMoQqmhvwJQHVy2Vyohl8jjAhrFyMz6SoGtJdtxswCLHzscNo/s1600/GOOGLE+PLus.png)no-repeat;
background-position:center center;
}
ul#social .facebook a      {
    background:#1A4B97 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgx_Ox00f26MsY-B13LRF3lJnDEpe-OjesXmJkPgfH_hqXBpzzcqNpEZEdvLXoDNOucHqu3bCTUZ15b6vwX-lBfoTJsFIoZ1hym4OJ6la_UN7kA68cEBGOlsShVAzs43OLCfnAVsibiaGg/s1600/Facebook.png)no-repeat;
background-position:center center;
}
ul#social .rss a      {
    background:#FAAE17 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEij7T6LoCBthPxwKAuTwV_HqspOC1ZQ2RrOae9bukOFudA0tvZUjLQckjuphTXl7Mhb7TvT4b-M97Lene7rC_0I4VPLiyDiiNu_ECzxm3YHxPL0oUzJtYt1hoa3vaICkTff0hjDsIPEbXo/s1600/rss.png)no-repeat;
background-position:center center;
}

ul#social .pinterest a   {
    background:#963336 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLLRWH-OBdSnQnDxLeyva3wNIv8XZYY07fvw2qP20RLAvXCTmvWAZaNfRaJggu0PaKp06dDo09LrJKi5Maieer-pPNMu2r_J4PTcJ1RMwnsbX22PrJLjC3TBJHqC-sgoQgwQwUHYPXbow/s1600/Pinterest.png)no-repeat;
background-position:center center;
}
</style>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

<script type="text/javascript">
$(function () {
    $('#social a').stop().animate({
        'marginLeft': '-85px'
    }, 1000);

    $('#social > li').hover(
        function () {
            $('a', $(this)).stop().animate({
                'marginLeft': '-2px'
            }, 200);
        },
        function () {
            $('a', $(this)).stop().animate({
                'marginLeft': '-85px'
            }, 200);
        }
    );
});
</script>
<br />
<ul id="social">
<li class="twitter"><a href="#" title="Twitter"></a></li>
<li class="googleplus"><a href="#" title="Google Plus"></a></li>
<li class="facebook"><a href="#" title="Facebook"></a></li>
<li class="rss"><a href="#" title="Rss"></a></li>
<li class="pinterest"><a href="#" title="Pinterest"></a></li>
</ul>


  • Save It. 
View your blog this widget will appear correctly if you facing some problem then leave a comment below.
Read More
// // Leave a Comment

Social Buttons With Hover Effect for Blogger

Give your readers a chance to show you how much you care about the Blog desing, or how good your article is, to raise the social media likes.

You may also read my previous article about Css Animated Menu Widget for Blogger.


Live Demo 


Just Follow These Simple Steps


  • Go to Blogger Dashboard
  • click on your blog drop & down menu
  • Click layout >> Add a gadget >> Html/Javascript
  • Then paste the following code in Html box

<style>
.social-contain {
 float: left;
 margin-bottom: 20px;
 text-align: center;
 width: auto;
 }

ul#social {
 position: relative;
 margin:0 auto;
 }

ul#social li {
 float: left;
 margin-right: 2px;
 list-style:none;
 }

ul#social li:last-child {
 margin-right: 0;
 }

ul#social li a {
 display: block;
 }

.soc-fb {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9piCKRx_NM8BYP22dnNnMfthnupzmQKoKEP5PcvQ5hFtw4GuSdw9MhspyXQrVq3W8K_M43T9TUP9i2hvTwW873ngnOlEjrCP63RYEPU7-4Cv0Nu2G8kedIZJSR8WsL1XrAzAgoad5pbc/s1600/social-but.png) 0 0;
 position: relative;
 width: 58px;
 height: 58px;
 }

.soc-fb:hover {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9piCKRx_NM8BYP22dnNnMfthnupzmQKoKEP5PcvQ5hFtw4GuSdw9MhspyXQrVq3W8K_M43T9TUP9i2hvTwW873ngnOlEjrCP63RYEPU7-4Cv0Nu2G8kedIZJSR8WsL1XrAzAgoad5pbc/s1600/social-but.png) 0 -58px;
 }

.soc-twi {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9piCKRx_NM8BYP22dnNnMfthnupzmQKoKEP5PcvQ5hFtw4GuSdw9MhspyXQrVq3W8K_M43T9TUP9i2hvTwW873ngnOlEjrCP63RYEPU7-4Cv0Nu2G8kedIZJSR8WsL1XrAzAgoad5pbc/s1600/social-but.png) -58px 0;
 position: relative;
 width: 58px;
 height: 58px;
 }

.soc-twi:hover {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9piCKRx_NM8BYP22dnNnMfthnupzmQKoKEP5PcvQ5hFtw4GuSdw9MhspyXQrVq3W8K_M43T9TUP9i2hvTwW873ngnOlEjrCP63RYEPU7-4Cv0Nu2G8kedIZJSR8WsL1XrAzAgoad5pbc/s1600/social-but.png) -58px -58px;
 }

.soc-gp {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9piCKRx_NM8BYP22dnNnMfthnupzmQKoKEP5PcvQ5hFtw4GuSdw9MhspyXQrVq3W8K_M43T9TUP9i2hvTwW873ngnOlEjrCP63RYEPU7-4Cv0Nu2G8kedIZJSR8WsL1XrAzAgoad5pbc/s1600/social-but.png) -116px 0;
 position: relative;
 width: 58px;
 height: 58px;
 }

.soc-gp:hover {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9piCKRx_NM8BYP22dnNnMfthnupzmQKoKEP5PcvQ5hFtw4GuSdw9MhspyXQrVq3W8K_M43T9TUP9i2hvTwW873ngnOlEjrCP63RYEPU7-4Cv0Nu2G8kedIZJSR8WsL1XrAzAgoad5pbc/s1600/social-but.png) -116px -58px;
 }

.soc-pin {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9piCKRx_NM8BYP22dnNnMfthnupzmQKoKEP5PcvQ5hFtw4GuSdw9MhspyXQrVq3W8K_M43T9TUP9i2hvTwW873ngnOlEjrCP63RYEPU7-4Cv0Nu2G8kedIZJSR8WsL1XrAzAgoad5pbc/s1600/social-but.png) -174px 0;
 position: relative;
 width: 58px;
 height: 58px;
 }

.soc-pin:hover {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9piCKRx_NM8BYP22dnNnMfthnupzmQKoKEP5PcvQ5hFtw4GuSdw9MhspyXQrVq3W8K_M43T9TUP9i2hvTwW873ngnOlEjrCP63RYEPU7-4Cv0Nu2G8kedIZJSR8WsL1XrAzAgoad5pbc/s1600/social-but.png) -174px -58px;
 }

.soc-rss {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9piCKRx_NM8BYP22dnNnMfthnupzmQKoKEP5PcvQ5hFtw4GuSdw9MhspyXQrVq3W8K_M43T9TUP9i2hvTwW873ngnOlEjrCP63RYEPU7-4Cv0Nu2G8kedIZJSR8WsL1XrAzAgoad5pbc/s1600/social-but.png) -232px 0;
 position: relative;
 width: 58px;
 height: 58px;
 }

.soc-rss:hover {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9piCKRx_NM8BYP22dnNnMfthnupzmQKoKEP5PcvQ5hFtw4GuSdw9MhspyXQrVq3W8K_M43T9TUP9i2hvTwW873ngnOlEjrCP63RYEPU7-4Cv0Nu2G8kedIZJSR8WsL1XrAzAgoad5pbc/s1600/social-but.png) -232px -58px;
 }
</style><br />
<br />
<div class="social-contain">
<ul id="social">
<li><a class="soc-fb" href="#" target="_blank"></a></li>
<li><a class="soc-twi" href="#" target="_blank"></a></li>
<li><a class="soc-gp" href="#" target="_blank"></a></li>
<li><a class="soc-pin" href="#" target="_blank"></a></li>
<li><a class="soc-rss" href="#"></a></li>
</ul>
</div>

  • Save It.
You have done if you need more info please let me know i will help you.
Read More
// // Leave a Comment

Css Animated Menu Widget for Blogger

Blog navigate is very important. Readers loves to stay those blog that's have easy navigate Menu and if you put cool CSS Animated Menu to your blogger its attract the user mind totally in your blog.

You also read my previous article about Simple settings for Firefox and Internet Explorer on Blogger

Let's see how to add CSS Animated Menu in Blogger


Just Follow These Simple Steps

  • Go to Blogger Dashboard
  • Click on Drop & Down Menu of your blog
  • Click layout >> and click Add a Gadget >> Html/Javascript 
  • Then paste the below code on it

<style>
#fbt-nav {margin:0 auto;list-style: none;width: 965px;height: 86px;overflow-y: hidden;}
#fbt-nav li {float: left;}
#fbt-nav li a {display: block;color: white;width: 120px;height: 61px;margin-top: 24px;text-decoration: none;text-align: center;}
#fbt-nav li a span.aname {font: bold 17px/61px "Arial";color: #fff;text-transform: uppercase;cursor: pointer;position: relative;top: 0;transition: top .5s ease;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);}
#fbt-nav li a img {position: relative;top: 0;transition: top .5s ease;}
#fbt-nav li a:hover {cursor: pointer;}
#fbt-nav li a:hover img {top: -85px;}
#fbt-nav li a:hover .aname {top: 85px;}
#fbt-nav li:nth-child(1) a {background: #150517;border-radius: 5px 0 0 5px;}
#fbt-nav li:nth-child(2) a {background: #3E3535;}
#fbt-nav li:nth-child(3) a {background: #4A4344;}
#fbt-nav li:nth-child(4) a {background: #595454;}
#fbt-nav li:nth-child(5) a {background: #616D7E;}
#fbt-nav li:nth-child(6) a {background: #5E5A80;}
#fbt-nav li:nth-child(7) a {background: #2B60DE;}
#fbt-nav li:nth-child(8) a {background: #38ACEC;border-radius: 0 5px 5px 0;}
</style>

<div id="fbt-nav">
<li> <a href="/"><span class="aname">Homepage</span> <img src="http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/48/Places-user-home-icon.png" /> </a> </li>

<li> <a href="#"> <span class="aname">Archive</span> <img src="http://icons.iconarchive.com/icons/kearone/comicons/48/zip-software-icon.png" /> </a> </li>

<li> <a href="#"> <span class="aname">About me</span> <img src="http://icons.iconarchive.com/icons/aha-soft/standard-portfolio/48/About-icon.png" /> </a> </li>

<li> <a href="#"> <span class="aname">Our Blog</span> <img src="http://icons.iconarchive.com/icons/scoyo/badge/48/My-Blog-icon.png" /> </a> </li>

<li> <a href="#"><span class="aname">Science</span> <img src="http://icons.iconarchive.com/icons/iconshock/real-vista-education/48/technology-icon.png" /> </a> </li>

<li> <a href="#"><span class="aname"> Sports  </span> <img src="http://icons.iconarchive.com/icons/itzikgur/my-seven/48/Games-Soccer-icon.png" /> </a> </li>

<li> <a href="#"><span class="aname">Photos</span> <img src="http://icons.iconarchive.com/icons/apathae/satellite/48/2-Pictures-icon.png" /> </a> </li>

<li> <a href="#"> <span class="aname">Contact</span> <img src="http://icons.iconarchive.com/icons/deleket/soft-scraps/48/Email-Download-icon.png" /> </a> </li>
</div>
  • Then Click Save
  • View Your blog.
You have done!

If you need more help please hit a comment below i will reply you by same :)
Read More
// // 3 comments

Simple settings for Firefox and Internet Explorer on Blogger

You will have noticed , many of us are setting up our blogs with our standard , that the image of the pattern changes when you visit your page from another Browser. Many of us who deal with the Blogger work in Chrome. So far I consider him the most reliable ( I speak always about Blogger and not Pages on other platforms ) .

As a second option I prefer Firefox, but lately I realized that I do some thing . Some settings in relation to the dimensions of my change.



So we need to find some code that intervenes only in these specific Browsers .
It's very simple.
To make settings in Internet Explorer use the following code above the tag </ head>:


<! - [if IE]>
<style>
The CSS CODE WHO WANT TO MAKE A PARTICULAR SET
</ style>
<! [endif] ->
To make settings in Mozilla Firefox use the following code above the tag </ head>:

 <style>
@-moz-document url-prefix () {
The CSS CODE WHO WANT TO MAKE A PARTICULAR SET
}
</ style>


Read More

Thursday, April 24, 2014

// // 1 comment

How To Add SEO friendly Meta tags for blogger

After my previous article about How To Add Favicon in Blogger Tutorial today i am going to share How To Add SEO Friendly Meta Tag For Blogger (Blogspot) Blog.

Meta tags are very important factor for blogger. It's provide our blog details to search engines crawler.It is like as a SEO work.



Lets See How To Put Meta Tags in Blogger For SEO

Step 1.
Login to Blogger >> Go to Dashboard >> Template >> Edit Html

Step 2.
Find the following code [Tip: Press  Ctrl+F anywhere in template editor]

<head>
Step 3.
After this tag paste the following code.

<meta content='Your Blog Description' name='description'/>
<meta content='Keyword1,Keyword2,Keyword3' name='keywords'/>
<meta content='Author Name' name='Author'/>
<meta content='Author Email Address' name='Email'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<meta content='Language Name' name='language'/>
<meta content='Country Name' name='country'/>
<meta content='blogger' name='generator'/>

Step 4.
Replace all the RED words with your own need.
Click on Save Template .

You have done if you face any problem to intall this tag in your blogger blog please let me know in comment i am glad to see your comments here. :)
Read More
// // Leave a Comment

How To Add Favicon in Blogger Tutorial

After my previous articles about How To Add Author Bio Below Post in Blogger today i am going to share How to Add Custom Favicon in Blogger

Favicon is simply put a Icon or trademark that represents your blog or website. It is a unique logo that represents you and your brand all across the internet.

Lets See How To Add Custom Favicon in Blogger

  • Go to blogger dashboard.
  • Click the Drop-Down arrow and go to the layout of your blogger blog.
  • Now in upper left corner layout you can see favicon button click on edit button.


  • The new box appear and click on the brows button to insert the favicon to website.



Now you have to remember these things while adding favicon
Favicon site is not greater then 100kb
And your favicon sized should be square in pixel like 16x16 or 32x32
           (If the setting is not the same as i said then it may cause the problem in installing the icon)

  • Now click on save.
  • And next the box will close.
You must restart the browser to see the effect, if you still now seeing favicon the you must clear the firefox, google chrome or internet explorer history to see the changes you made.

You have done if you faced any problem to add favicon in your blog just hit a comment below i am glad to see your responses here. :)

Read More