What's New Here?

How To Add Social Media Icons To Blogger Header

How To Add Social Media Icons To Blogger Header

This tutorial will help you to add social media icons in the top right corner of the page which could increases the likehood that readers can follow through the various social network. There are several ways to do this like adding a new widget section to the blog header but now we'll do it using an unordered list that used of facebook, Twitter, Google+ and blog feed and as a bonus the icon will rotate when you hover over them.


Adding Social Media Icons To Blogger Header

Step 1 From Your Blogger Dashboard go to Template and click on the Edit HTML Buuton .

Adding Social Media Icons To Blogger Header

Step 2. To expand the style, Click on the small arrow on the left of <b:skin>  -  <b:skin>  Then Click anywhere inside the code area to search ( Using CTRL + F ) For the ]]></b:skin> tag and add this code just above it .


 /* Social icons for Blogger

----------------------------------------------- */



#social-icons {

margin-bottom:-30px;

height:50px;

width:100%;

display:block;

clear:both;

z-index: 2;

position: relative;

}

.social-media-icons {

display:table

}

.social-media-icons ul {

text-align:right;

padding:5px 5px 0 0

list-style-image:none;

list-style-position:outside;

list-style-type:none;

}

.social-media-icons ul {

margin-bottom:0;

padding:0;

float:right;

}

.social-media-icons li.media_icon {

margin-left:6px;

padding-left:0 !important;

background:none !important;

display:inline;

float:left;

}

.social-media-icons li:hover {

-moz-transform: rotate(360deg);

-webkit-transform: rotate(360deg);

-o-transform: rotate(360deg);

transform: rotate(-360deg);

-moz-transition: all 0.5s ease-in-out;

-webkit-transition: all 0.5s ease-in-out;

-o-transition: all 0.5s ease-in-out;

-ms-transition: all 0.5s ease-in-out;

transition: all 0.5s ease-in-out;

}
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'></script>


 ScreenShots 1
ScreenShots 1


ScreenShots 2
ScreenShots 2





Step 3 . Now Search For This Line .


<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'></script>

Step 4 . And justt above it, add this Code !!

<div class='social-media-icons' id='social-icons'>

<ul>



<li class='media_icon'><a href='http://facebook.com/username'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXb1bke-qG4GePi_MR4rR3ezQdiF6VwEkMddEB-R2Fiz4YCE-7qq6TESoWPqHs4Q9q01HPDowjewVn46AaeHOt1ro8vL5HdwuuR2YFd7lEl4q7Pa5kBQQCYuarUl5bpf54DneVYxFoA2g/s1600/Facebook.png'/></a></li>



<li class='media_icon'><a href='http://twitter.com/#!/username'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAtSut5BUC68FIYPrQKhUhVeB1oZOTTeOj_YN-7mynGeICLuL_W6-tuBgeEjiwo23yp0amfPN9OcsQMe3fq5N_-G5epbXq3auN_jrV_q4sbPHj62DPWyaisk-hC9RUCEOuciYmf2IUdsw/s1600/Twitter.png'/></a></li>



<li class='media_icon'><a href='https://plus.google.com/XXXXXXXXXXXXXXXXXX/about'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrEm7p00n-0a8JoGdRoRK1BMODuXl3qnou78HHlD7xFTrSSy-ANzaRlz4Mouh3XyJYc5qMgvQ0Y_3Qpjzwqm-C5McQVYhptUKDu3eoRBd3tqtAmUaMifTW-BCg6v_2IKYY3dXqP3VdR7Q/s1600/googleplus.png'/></a></li>



<li class='media_icon'><a href='http://name-of-your-blog.com/feeds/posts/default'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioBcZ_D9w4vad2yy0OyhtQyBveOrDXVeVsGQKWy6tiUOp5p3G6IuqFP-jtuddgeG2nArh6dIAzXw-vAtUKjNjFwhWHC1g1AcAJxM0g6pKegPNlBdABzMjpNUmTMVpDcXYXj6321wIGm40/s1600/RSS.png'/></a></li>



</ul></div>

Customization !!

* Change what 's in red with your username and id: the first is your facebook username the second is that of twitter in the third you shouls change the X by the ID Of YourGoogle+Profile and in the fourth you wil put the name of your blog .
* To change the icons , just replace the url with one of your images .
* You can add more icons if you want you just have to add before </ul></div> a line like this for each extra icon you want !!!

<li class='media_icon'><a href='Link URL'><img border='0' src='Image URL'/></a></li>

Step 5 . Fimally Save The Template To Apply The Changes .

How To Add Social Media Icons To Blogger Header

Posted by Unknown 2 comments

How To Add Social Media Icons To Blogger Header

This tutorial will help you to add social media icons in the top right corner of the page which could increases the likehood that readers can follow through the various social network. There are several ways to do this like adding a new widget section to the blog header but now we'll do it using an unordered list that used of facebook, Twitter, Google+ and blog feed and as a bonus the icon will rotate when you hover over them.


Adding Social Media Icons To Blogger Header

Step 1 From Your Blogger Dashboard go to Template and click on the Edit HTML Buuton .

Adding Social Media Icons To Blogger Header

Step 2. To expand the style, Click on the small arrow on the left of <b:skin>  -  <b:skin>  Then Click anywhere inside the code area to search ( Using CTRL + F ) For the ]]></b:skin> tag and add this code just above it .


 /* Social icons for Blogger

----------------------------------------------- */



#social-icons {

margin-bottom:-30px;

height:50px;

width:100%;

display:block;

clear:both;

z-index: 2;

position: relative;

}

.social-media-icons {

display:table

}

.social-media-icons ul {

text-align:right;

padding:5px 5px 0 0

list-style-image:none;

list-style-position:outside;

list-style-type:none;

}

.social-media-icons ul {

margin-bottom:0;

padding:0;

float:right;

}

.social-media-icons li.media_icon {

margin-left:6px;

padding-left:0 !important;

background:none !important;

display:inline;

float:left;

}

.social-media-icons li:hover {

-moz-transform: rotate(360deg);

-webkit-transform: rotate(360deg);

-o-transform: rotate(360deg);

transform: rotate(-360deg);

-moz-transition: all 0.5s ease-in-out;

-webkit-transition: all 0.5s ease-in-out;

-o-transition: all 0.5s ease-in-out;

-ms-transition: all 0.5s ease-in-out;

transition: all 0.5s ease-in-out;

}
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'></script>


 ScreenShots 1
ScreenShots 1


ScreenShots 2
ScreenShots 2





Step 3 . Now Search For This Line .


<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'></script>

Step 4 . And justt above it, add this Code !!

<div class='social-media-icons' id='social-icons'>

<ul>



<li class='media_icon'><a href='http://facebook.com/username'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXb1bke-qG4GePi_MR4rR3ezQdiF6VwEkMddEB-R2Fiz4YCE-7qq6TESoWPqHs4Q9q01HPDowjewVn46AaeHOt1ro8vL5HdwuuR2YFd7lEl4q7Pa5kBQQCYuarUl5bpf54DneVYxFoA2g/s1600/Facebook.png'/></a></li>



<li class='media_icon'><a href='http://twitter.com/#!/username'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAtSut5BUC68FIYPrQKhUhVeB1oZOTTeOj_YN-7mynGeICLuL_W6-tuBgeEjiwo23yp0amfPN9OcsQMe3fq5N_-G5epbXq3auN_jrV_q4sbPHj62DPWyaisk-hC9RUCEOuciYmf2IUdsw/s1600/Twitter.png'/></a></li>



<li class='media_icon'><a href='https://plus.google.com/XXXXXXXXXXXXXXXXXX/about'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrEm7p00n-0a8JoGdRoRK1BMODuXl3qnou78HHlD7xFTrSSy-ANzaRlz4Mouh3XyJYc5qMgvQ0Y_3Qpjzwqm-C5McQVYhptUKDu3eoRBd3tqtAmUaMifTW-BCg6v_2IKYY3dXqP3VdR7Q/s1600/googleplus.png'/></a></li>



<li class='media_icon'><a href='http://name-of-your-blog.com/feeds/posts/default'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioBcZ_D9w4vad2yy0OyhtQyBveOrDXVeVsGQKWy6tiUOp5p3G6IuqFP-jtuddgeG2nArh6dIAzXw-vAtUKjNjFwhWHC1g1AcAJxM0g6pKegPNlBdABzMjpNUmTMVpDcXYXj6321wIGm40/s1600/RSS.png'/></a></li>



</ul></div>

Customization !!

* Change what 's in red with your username and id: the first is your facebook username the second is that of twitter in the third you shouls change the X by the ID Of YourGoogle+Profile and in the fourth you wil put the name of your blog .
* To change the icons , just replace the url with one of your images .
* You can add more icons if you want you just have to add before </ul></div> a line like this for each extra icon you want !!!

<li class='media_icon'><a href='Link URL'><img border='0' src='Image URL'/></a></li>

Step 5 . Fimally Save The Template To Apply The Changes .

How To Add Scrolling Posts Widget For Blogger

How To Add Scrolling Posts Widget For Blogger


Scrolling Recents Posts gadget is a best widget to show off recent posts your blog with a jQuery Scroll effect which grabs attension of visitors very quickly . Previousily I Shared a Scrolling/ Ticker recent posts widget but some of you faced  problams while installing it that's why here i am sharing a new scrolling recent posts widget which works a with a  jQuery spy effect this is the best features of this widget. Each snipes of this widget contains title of post thumbnail of post date when post was published and number of comments on that post also all of the above option are fuly customized so that you can easily customized this widget as you wish.Above are the some features of this widget now let's see how to add it into your blogger Blog .

Live Widget Demo
-->


How To Add Scrolling Recent Posts Widget To Blogger?

Step 1 !!

This Widget works with jQuery spy effect so that we have to jQuery library to our blog first ( Note - Ignore This step if you have already added jQuery library to your blog. )

1. Go To Blogger Dashboard > Template .
2. Click On Edit HTML .
3. Hit Proceed Button .
4. Find Below Code In Your Template .

</head>

add beloe code just above it .
<script src='http://ajax.googleapis.com/ajax/libs/jq
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'></script>

Now You Have implemented jQuery library into your blog. Now Lets see how to add scrolling recent posts widget to blogger .

Step 2 !!

1. Go To Blogger Dashboard > Layout .
* Click On Add A Gadget .
* Select HTML/JabaScript .

Past Below Code Inside It .

<style type="text/css" media="screen">
<!--

/* ========== Scrolling Recent Posts Widget By helperblogger.com ======== */

#helperblogger-widget {
    overflow: hidden;
    margin-top: 5px;
    padding: 0px 0px;
    height: 385px;
}

#helperblogger-widget ul {
    width: 295px;
    overflow: hidden;
    list-style-type: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

#helperblogger-widget li {
    width: 282px;
    padding: 5px 5px;
    margin: 0px 0px 5px 0px;
    list-style-type: none;
    float: none;
    height: 80px;
    overflow: hidden;
    background: #fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVABr-crOtAW_b76aXUgfpDe9JiIbfwFxSnaM5qFU7cGEpPv_UQMsotwKMok4j3_5PUIq-YHFVgezpHIYW5bMlI9P_yZFmJjQVLxDhd53PI4rW-S7Sd_NYlNxP3AVgpfm532g_vVt7VrU/s1600/helperblogger.com-post.jpg) repeat-x;
    border: 1px solid #ddd;
}

#helperblogger-widget li a {
    text-decoration: none;
    color: #4B545B;
    font-size: 15px;
    height: 18px;
    overflow: hidden;
    margin: 0px 0px;
    padding: 0px 0px 2px 0px;
}

#helperblogger-widget img {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    background: #EFEFEF;
    border: 0;
}

#helperblogger-widget img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 4px;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(0.5, #ddd), color-stop(0.5, #c0c0c0), to(#aaa));
    background: -moz-linear-gradient(top, #eee, #ddd 50%, #c0c0c0 50%, #aaa);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.7);
    box-shadow: 0 0 3px rgba(0,0,0,.7);
}

#helperblogger-widget img:hover {
    -moz-transform: scale(1.2) rotate(-350deg);
    -webkit-transform: scale(1.2) rotate(-350deg);
    -o-transform: scale(1.2) rotate(-350deg);
    -ms-transform: scale(1.2) rotate(-350deg);
    transform: scale(1.2) rotate(-350deg);
    -webkit-box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
}

.spydate {
    overflow: hidden;
    font-size: 10px;
    color: #0284C2;
    padding: 2px 0px;
    margin: 1px 0px 0px 0px;
    height: 15px;
    font-family: Tahoma,Arial,verdana, sans-serif;
}

.spycomment {
    overflow: hidden;
    font-family: Tahoma,Arial,verdana, sans-serif;
    font-size: 10px;
    color: #262B2F;
    padding: 0px 0px;
    margin: 0px 0px;
}

/* ========== Scrolling Recent Posts Widget By helperblogger.com ======== */

-->
</style>

<script language='JavaScript'> 
imgr = new Array();
imgr[0] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixVU1VrZ1UYKoL0_tn2tTMJJFTYHJ4pgvxn56fD9p3JFM5ccSCYHpo3KGH_taxkVDyr-E4cWkMdXZF-XKj0QyUbqu35uqFe85-ELFf6kW7kTabfOBDWQUn8cDfcR0LBW63lMZ9mHNdM4U/s1600/no-thumbnail.png";
imgr[1] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixVU1VrZ1UYKoL0_tn2tTMJJFTYHJ4pgvxn56fD9p3JFM5ccSCYHpo3KGH_taxkVDyr-E4cWkMdXZF-XKj0QyUbqu35uqFe85-ELFf6kW7kTabfOBDWQUn8cDfcR0LBW63lMZ9mHNdM4U/s1600/no-thumbnail.png";
imgr[2] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixVU1VrZ1UYKoL0_tn2tTMJJFTYHJ4pgvxn56fD9p3JFM5ccSCYHpo3KGH_taxkVDyr-E4cWkMdXZF-XKj0QyUbqu35uqFe85-ELFf6kW7kTabfOBDWQUn8cDfcR0LBW63lMZ9mHNdM4U/s1600/no-thumbnail.png";
imgr[3] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixVU1VrZ1UYKoL0_tn2tTMJJFTYHJ4pgvxn56fD9p3JFM5ccSCYHpo3KGH_taxkVDyr-E4cWkMdXZF-XKj0QyUbqu35uqFe85-ELFf6kW7kTabfOBDWQUn8cDfcR0LBW63lMZ9mHNdM4U/s1600/no-thumbnail.png";
imgr[4] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixVU1VrZ1UYKoL0_tn2tTMJJFTYHJ4pgvxn56fD9p3JFM5ccSCYHpo3KGH_taxkVDyr-E4cWkMdXZF-XKj0QyUbqu35uqFe85-ELFf6kW7kTabfOBDWQUn8cDfcR0LBW63lMZ9mHNdM4U/s1600/no-thumbnail.png";
showRandomImg = true;
boxwidth = 255;
cellspacing = 6;
borderColor = "#232c35";
bgTD = "#000000";
thumbwidth = 50;
thumbheight = 50;
fntsize = 15;
acolor = "#666";
aBold = true;
icon = " ";
text = "comments";
showPostDate = true;
summaryPost = 40;
summaryFontsize = 10;
summaryColor = "#666";
icon2 = " ";
numposts = 10;
home_page = "http://prohelpers.blogspot.com/";
limitspy=4;
intervalspy=4000;
</script>

<div id="helperblogger-widget">
<script src='http://code.helperblogger.com/recent-posts-spy.js' type='text/javascript'></script>
</div>

Now Replace http://Www.Prohelpers.blogspot.com/ With Your Blog URL .

Widget Customizations .

As I Mentioned above this widget is fully customizable you can it at your own just by reading the properties of the valvues such as numposts means Number Of Posts. In Above code i am highlighting some valvues which you can simply edit them. Also I Highly Recomended you that done all the changes in our HTML Editor With using the html editor you can simply customize this widget as you wish with  watching prewie of your changes .
 Below I Am describing some imprtant values , 

* Numposts = 10; Total Of posts which you wants scroll by this widget .
* limitspy=4 ; number of the posts to apear on the widget .
* intervalspy=4000; Scrolling speed of the widget, if you decreased thw value speed of widget will increases .

Finaly Save Your All Changes and visit you blog to see the working widget .

How To Add Scrolling Posts Widget For Blogger

Posted by Unknown 1 comment

How To Add Scrolling Posts Widget For Blogger


Scrolling Recents Posts gadget is a best widget to show off recent posts your blog with a jQuery Scroll effect which grabs attension of visitors very quickly . Previousily I Shared a Scrolling/ Ticker recent posts widget but some of you faced  problams while installing it that's why here i am sharing a new scrolling recent posts widget which works a with a  jQuery spy effect this is the best features of this widget. Each snipes of this widget contains title of post thumbnail of post date when post was published and number of comments on that post also all of the above option are fuly customized so that you can easily customized this widget as you wish.Above are the some features of this widget now let's see how to add it into your blogger Blog .

Live Widget Demo
-->


How To Add Scrolling Recent Posts Widget To Blogger?

Step 1 !!

This Widget works with jQuery spy effect so that we have to jQuery library to our blog first ( Note - Ignore This step if you have already added jQuery library to your blog. )

1. Go To Blogger Dashboard > Template .
2. Click On Edit HTML .
3. Hit Proceed Button .
4. Find Below Code In Your Template .

</head>

add beloe code just above it .
<script src='http://ajax.googleapis.com/ajax/libs/jq
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'></script>

Now You Have implemented jQuery library into your blog. Now Lets see how to add scrolling recent posts widget to blogger .

Step 2 !!

1. Go To Blogger Dashboard > Layout .
* Click On Add A Gadget .
* Select HTML/JabaScript .

Past Below Code Inside It .

<style type="text/css" media="screen">
<!--

/* ========== Scrolling Recent Posts Widget By helperblogger.com ======== */

#helperblogger-widget {
    overflow: hidden;
    margin-top: 5px;
    padding: 0px 0px;
    height: 385px;
}

#helperblogger-widget ul {
    width: 295px;
    overflow: hidden;
    list-style-type: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

#helperblogger-widget li {
    width: 282px;
    padding: 5px 5px;
    margin: 0px 0px 5px 0px;
    list-style-type: none;
    float: none;
    height: 80px;
    overflow: hidden;
    background: #fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVABr-crOtAW_b76aXUgfpDe9JiIbfwFxSnaM5qFU7cGEpPv_UQMsotwKMok4j3_5PUIq-YHFVgezpHIYW5bMlI9P_yZFmJjQVLxDhd53PI4rW-S7Sd_NYlNxP3AVgpfm532g_vVt7VrU/s1600/helperblogger.com-post.jpg) repeat-x;
    border: 1px solid #ddd;
}

#helperblogger-widget li a {
    text-decoration: none;
    color: #4B545B;
    font-size: 15px;
    height: 18px;
    overflow: hidden;
    margin: 0px 0px;
    padding: 0px 0px 2px 0px;
}

#helperblogger-widget img {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    background: #EFEFEF;
    border: 0;
}

#helperblogger-widget img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 4px;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(0.5, #ddd), color-stop(0.5, #c0c0c0), to(#aaa));
    background: -moz-linear-gradient(top, #eee, #ddd 50%, #c0c0c0 50%, #aaa);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.7);
    box-shadow: 0 0 3px rgba(0,0,0,.7);
}

#helperblogger-widget img:hover {
    -moz-transform: scale(1.2) rotate(-350deg);
    -webkit-transform: scale(1.2) rotate(-350deg);
    -o-transform: scale(1.2) rotate(-350deg);
    -ms-transform: scale(1.2) rotate(-350deg);
    transform: scale(1.2) rotate(-350deg);
    -webkit-box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
}

.spydate {
    overflow: hidden;
    font-size: 10px;
    color: #0284C2;
    padding: 2px 0px;
    margin: 1px 0px 0px 0px;
    height: 15px;
    font-family: Tahoma,Arial,verdana, sans-serif;
}

.spycomment {
    overflow: hidden;
    font-family: Tahoma,Arial,verdana, sans-serif;
    font-size: 10px;
    color: #262B2F;
    padding: 0px 0px;
    margin: 0px 0px;
}

/* ========== Scrolling Recent Posts Widget By helperblogger.com ======== */

-->
</style>

<script language='JavaScript'> 
imgr = new Array();
imgr[0] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixVU1VrZ1UYKoL0_tn2tTMJJFTYHJ4pgvxn56fD9p3JFM5ccSCYHpo3KGH_taxkVDyr-E4cWkMdXZF-XKj0QyUbqu35uqFe85-ELFf6kW7kTabfOBDWQUn8cDfcR0LBW63lMZ9mHNdM4U/s1600/no-thumbnail.png";
imgr[1] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixVU1VrZ1UYKoL0_tn2tTMJJFTYHJ4pgvxn56fD9p3JFM5ccSCYHpo3KGH_taxkVDyr-E4cWkMdXZF-XKj0QyUbqu35uqFe85-ELFf6kW7kTabfOBDWQUn8cDfcR0LBW63lMZ9mHNdM4U/s1600/no-thumbnail.png";
imgr[2] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixVU1VrZ1UYKoL0_tn2tTMJJFTYHJ4pgvxn56fD9p3JFM5ccSCYHpo3KGH_taxkVDyr-E4cWkMdXZF-XKj0QyUbqu35uqFe85-ELFf6kW7kTabfOBDWQUn8cDfcR0LBW63lMZ9mHNdM4U/s1600/no-thumbnail.png";
imgr[3] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixVU1VrZ1UYKoL0_tn2tTMJJFTYHJ4pgvxn56fD9p3JFM5ccSCYHpo3KGH_taxkVDyr-E4cWkMdXZF-XKj0QyUbqu35uqFe85-ELFf6kW7kTabfOBDWQUn8cDfcR0LBW63lMZ9mHNdM4U/s1600/no-thumbnail.png";
imgr[4] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixVU1VrZ1UYKoL0_tn2tTMJJFTYHJ4pgvxn56fD9p3JFM5ccSCYHpo3KGH_taxkVDyr-E4cWkMdXZF-XKj0QyUbqu35uqFe85-ELFf6kW7kTabfOBDWQUn8cDfcR0LBW63lMZ9mHNdM4U/s1600/no-thumbnail.png";
showRandomImg = true;
boxwidth = 255;
cellspacing = 6;
borderColor = "#232c35";
bgTD = "#000000";
thumbwidth = 50;
thumbheight = 50;
fntsize = 15;
acolor = "#666";
aBold = true;
icon = " ";
text = "comments";
showPostDate = true;
summaryPost = 40;
summaryFontsize = 10;
summaryColor = "#666";
icon2 = " ";
numposts = 10;
home_page = "http://prohelpers.blogspot.com/";
limitspy=4;
intervalspy=4000;
</script>

<div id="helperblogger-widget">
<script src='http://code.helperblogger.com/recent-posts-spy.js' type='text/javascript'></script>
</div>

Now Replace http://Www.Prohelpers.blogspot.com/ With Your Blog URL .

Widget Customizations .

As I Mentioned above this widget is fully customizable you can it at your own just by reading the properties of the valvues such as numposts means Number Of Posts. In Above code i am highlighting some valvues which you can simply edit them. Also I Highly Recomended you that done all the changes in our HTML Editor With using the html editor you can simply customize this widget as you wish with  watching prewie of your changes .
 Below I Am describing some imprtant values , 

* Numposts = 10; Total Of posts which you wants scroll by this widget .
* limitspy=4 ; number of the posts to apear on the widget .
* intervalspy=4000; Scrolling speed of the widget, if you decreased thw value speed of widget will increases .

Finaly Save Your All Changes and visit you blog to see the working widget .

Add Facebook Like Button To Blogger Posts

As well all know facebook is one of the largest social media Company in the world. If your Blog have any fane fage then it will help you alot in increasing traffic on your blog. We already shared all types of twitter tweet button and here also we are giving all types of facebook like button verticle count horizontal count and without count. You can add this button just below of post tile and belw of the post. Jst follow my instruction Carefully...


 * Note ! This button will not like your fan page it will like and share Your post .


How To Add Facebook Like Button To Blogger Posts .

* Go To Blogger Dashboard . Design . Edit HTML .
* First take a backup of your template .
* Tick the expoand widget check box .
* Find for below code in your Template .

<data:post.body/>

If You wish to add like button just below to post title the add the below code just before of <data:post.body/>

Facebook Like Button Styles 

You can add like Button in three Styles !

* Verticle Count .
* Horizontal Count .
* Without Count .

1 . Verticle Styles .


<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;send=false&amp;layout=box_count&amp;show_faces=false&amp;width=55&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=62&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:55px; height:62px;'/> </b:if>


2 . Horizontal Count .


<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;send=false&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=21&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:90px; height:21px;'/> </b:if>

 3 . Without Count .


<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;send=false&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=35&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:35px;'/> </b:if>

If You Faced any problem , Please do not hesitate to Let me Know :)

Add Facebook Like Button To Blogger Posts

Posted by Unknown No comments

As well all know facebook is one of the largest social media Company in the world. If your Blog have any fane fage then it will help you alot in increasing traffic on your blog. We already shared all types of twitter tweet button and here also we are giving all types of facebook like button verticle count horizontal count and without count. You can add this button just below of post tile and belw of the post. Jst follow my instruction Carefully...


 * Note ! This button will not like your fan page it will like and share Your post .


How To Add Facebook Like Button To Blogger Posts .

* Go To Blogger Dashboard . Design . Edit HTML .
* First take a backup of your template .
* Tick the expoand widget check box .
* Find for below code in your Template .

<data:post.body/>

If You wish to add like button just below to post title the add the below code just before of <data:post.body/>

Facebook Like Button Styles 

You can add like Button in three Styles !

* Verticle Count .
* Horizontal Count .
* Without Count .

1 . Verticle Styles .


<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;send=false&amp;layout=box_count&amp;show_faces=false&amp;width=55&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=62&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:55px; height:62px;'/> </b:if>


2 . Horizontal Count .


<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;send=false&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=21&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:90px; height:21px;'/> </b:if>

 3 . Without Count .


<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;send=false&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=35&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:35px;'/> </b:if>

If You Faced any problem , Please do not hesitate to Let me Know :)

Add jQuery Popular Posts Slideshow Widget To Blogger


* as usual Go to blogger > Template > Edit HTML .
* Tick On Expand Widget Templates check box .
* Search For </head> in Your Blogs HTML .
* Copy and past below Code Just Above It .

<style type="text/css">
#gallery{position:relative;margin:0 35px 20px;width:500px;height:126px;background:#ffffff}
#gallery .belt{position:absolute;top:0;left:0;list-style-type:none}
#gallery .panel{float:left;margin:20px;width:84px;height:86px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPNaL5XQhlJPdRlKYevu4dwR5EtVWwetJL1pxV7MJ28gh_16kqV25ctfy62Tjio193cYL7INwEcjJAB9w8YSNj-iIFvtk1Bo1KNzsJ0AUpGVLQGGtHd7i1-EDU89dMiYVlgkX93JcQ8kk/s1600/bg-slider.png) bottom center no-repeat;overflow:hidden}
#gallery .panel img{float:left;border:1px solid #DDD;margin:5px;width:72px;height:72px;background:#FFF;padding:0px}
#gallery .panel img:hover{filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5}
</style>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>
<script src='https://sites.google.com/site/gehadhussien/popular-posts.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
stepcarousel.setup({
galleryid: "gallery",
beltclass: "belt",
panelclass: "panel",
autostep: {enable:true, moveby:1, pause:3000},
panelbehavior: {speed:500, wraparound:true, persist:true},
defaultbuttons: {enable: true, moveby: 2, leftnav: ["https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPM5D3nJ0DA6mVv8zvtwGeRcALk-XiNg1Vml5LoP3M-5XgCIZeWT2OyXKNX00deIYxTlBYz_DnWjF9wx_47cr6MsnB2_Po7qguKqSuZbDQxXEl2rBtNwZXVAIUsF0t3c1ecS1Oy7f50V8/s1600/prev.png", -40, 36], rightnav: ["https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZTumq_3xA8qu47E2tA2lvb3btUMntfZFbTSGMzCFQE-DuqK2916xTxOpfIzk1WqUZsMUocp2uWDc3NThql2YDUocxxnAMXgCx53QP0Ko4oe9xHCfBFr2TT9bUlXKVg62uSdIEPGqdYYg/s1600/next.png", 2, 36]},
contenttype: ["external"]
})
//]]>
</script>

* Next Search For Code Below .

<b:section class='main' id='main' showaddelement='no'>
 

  <b:widget id='PopularPosts7' locked='false' title='Popular Posts' type='PopularPosts'>
<b:includable id='main'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<div style='margin-top:20px;margin-bottom:70px;margin-left:-20px;'>
<div id='gallery'>
<ul class='belt'>
<b:loop values='data:posts' var='post'>
<li class='panel'>
<b:if cond='data:showThumbnails == &quot;false&quot;'>
<b:if cond='data:showSnippets == &quot;false&quot;'>
<a expr:href='data:post.href' expr:title='data:post.title' rel='bookmark'><data:post.title/></a>
<b:else/>
<div class='item-title'>
<a expr:href='data:post.href' expr:title='data:post.title' rel='bookmark'><data:post.title/></a>
</div>
<div class='item-snippet'>
<data:post.snippet/>
</div>
</b:if>
<b:else/>
<a expr:href='data:post.href' expr:title='data:post.title' rel='bookmark'>
<b:if cond='data:post.thumbnail'>
<img expr:alt='data:post.title' expr:src='data:post.thumbnail'/>
<b:else/>
<img alt='no image' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3Z2m0qVsC11zAxHJNwy3GmhmC7sRHcl6C9JWoNI8agpHhOMAJfIrtZ6gwk3Eizoo-f8Pfc7qWmogsyyV3zehx1NA8nIGoZHQTwmUwdzYNhLMBv053oWPsUNxSYObHY2AFaMuXabW_yzk/s1600/defaultimage.jpg'/>
</b:if>
</a>
</b:if>
</li>
</b:loop>
</ul>
</div></div></b:if>
</b:includable>
</b:widget>


If Your Blog have already jQuery plugin then remoe above red Colored line and click on preview button , Once you are satisfied with how your widget looks and behaves in the preview windows you just need to save your Templates. and you have Done !!

Add jQuery Popular Posts Slideshow Widget To Blogger

Posted by Unknown 2 comments


* as usual Go to blogger > Template > Edit HTML .
* Tick On Expand Widget Templates check box .
* Search For </head> in Your Blogs HTML .
* Copy and past below Code Just Above It .

<style type="text/css">
#gallery{position:relative;margin:0 35px 20px;width:500px;height:126px;background:#ffffff}
#gallery .belt{position:absolute;top:0;left:0;list-style-type:none}
#gallery .panel{float:left;margin:20px;width:84px;height:86px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPNaL5XQhlJPdRlKYevu4dwR5EtVWwetJL1pxV7MJ28gh_16kqV25ctfy62Tjio193cYL7INwEcjJAB9w8YSNj-iIFvtk1Bo1KNzsJ0AUpGVLQGGtHd7i1-EDU89dMiYVlgkX93JcQ8kk/s1600/bg-slider.png) bottom center no-repeat;overflow:hidden}
#gallery .panel img{float:left;border:1px solid #DDD;margin:5px;width:72px;height:72px;background:#FFF;padding:0px}
#gallery .panel img:hover{filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5}
</style>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>
<script src='https://sites.google.com/site/gehadhussien/popular-posts.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
stepcarousel.setup({
galleryid: "gallery",
beltclass: "belt",
panelclass: "panel",
autostep: {enable:true, moveby:1, pause:3000},
panelbehavior: {speed:500, wraparound:true, persist:true},
defaultbuttons: {enable: true, moveby: 2, leftnav: ["https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPM5D3nJ0DA6mVv8zvtwGeRcALk-XiNg1Vml5LoP3M-5XgCIZeWT2OyXKNX00deIYxTlBYz_DnWjF9wx_47cr6MsnB2_Po7qguKqSuZbDQxXEl2rBtNwZXVAIUsF0t3c1ecS1Oy7f50V8/s1600/prev.png", -40, 36], rightnav: ["https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZTumq_3xA8qu47E2tA2lvb3btUMntfZFbTSGMzCFQE-DuqK2916xTxOpfIzk1WqUZsMUocp2uWDc3NThql2YDUocxxnAMXgCx53QP0Ko4oe9xHCfBFr2TT9bUlXKVg62uSdIEPGqdYYg/s1600/next.png", 2, 36]},
contenttype: ["external"]
})
//]]>
</script>

* Next Search For Code Below .

<b:section class='main' id='main' showaddelement='no'>
 

  <b:widget id='PopularPosts7' locked='false' title='Popular Posts' type='PopularPosts'>
<b:includable id='main'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<div style='margin-top:20px;margin-bottom:70px;margin-left:-20px;'>
<div id='gallery'>
<ul class='belt'>
<b:loop values='data:posts' var='post'>
<li class='panel'>
<b:if cond='data:showThumbnails == &quot;false&quot;'>
<b:if cond='data:showSnippets == &quot;false&quot;'>
<a expr:href='data:post.href' expr:title='data:post.title' rel='bookmark'><data:post.title/></a>
<b:else/>
<div class='item-title'>
<a expr:href='data:post.href' expr:title='data:post.title' rel='bookmark'><data:post.title/></a>
</div>
<div class='item-snippet'>
<data:post.snippet/>
</div>
</b:if>
<b:else/>
<a expr:href='data:post.href' expr:title='data:post.title' rel='bookmark'>
<b:if cond='data:post.thumbnail'>
<img expr:alt='data:post.title' expr:src='data:post.thumbnail'/>
<b:else/>
<img alt='no image' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3Z2m0qVsC11zAxHJNwy3GmhmC7sRHcl6C9JWoNI8agpHhOMAJfIrtZ6gwk3Eizoo-f8Pfc7qWmogsyyV3zehx1NA8nIGoZHQTwmUwdzYNhLMBv053oWPsUNxSYObHY2AFaMuXabW_yzk/s1600/defaultimage.jpg'/>
</b:if>
</a>
</b:if>
</li>
</b:loop>
</ul>
</div></div></b:if>
</b:includable>
</b:widget>


If Your Blog have already jQuery plugin then remoe above red Colored line and click on preview button , Once you are satisfied with how your widget looks and behaves in the preview windows you just need to save your Templates. and you have Done !!

Create Multi Level Drop Down Menu In Blogger



This is our 5th Drop Down menu after Saharing two versions of drop down Menus here we are sharing another Cool Drop Down menu Desighn by DynamicDrive and bloggerized .This is a multi level drop Down menu so that it will help you a to organize your categories and some important links also it will help your readers to easily navigate through you Blog.


How To Add Multi Level Drop Down Menu To Blogger


  1. Go To Blogger Dashboard . Layout .
  2. Click On Add a Gadget ( Below Header ) .
  3. Select HTML/JavaScript . 
  4. Past below Code Inside It .

<script src='http://code.helperblogger.com/dd-level-menu.js'
type='text/javascript'></script>
<style>
/* ######### Drop Down Menu Bu HelperBlogger.com ######### */   
/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.ddsubmenustyle, .ddsubmenustyle div {
        /*topmost and sub DIVs, respectively*/
    font: normal 13px Verdana;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background: white;
    border: 1px solid black;
    border-bottom-width: 0;
    visibility: hidden;
    z-index: 100;
}

.ddsubmenustyle ul {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    border: 0px none;
}

.ddsubmenustyle li a {
    display: block;
    width: 170px;
        /*width of menu (not including side paddings)*/
    color: black;
    background-color: lightyellow;
    text-decoration: none;
    padding: 4px 5px;
    border-bottom: 1px solid black;
}

* html .ddsubmenustyle li {
        /*IE6 CSS hack*/
    display: inline-block;
    width: 170px;
        /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover {
    background-color: black;
    color: white;
}

.downarrowpointer {
        /*CSS for "down" arrow image added to top menu items*/
    padding-left: 4px;
    border: 0;
}

.rightarrowpointer {
        /*CSS for "right" arrow image added to drop down menu items*/
    position: absolute;
    padding-top: 3px;
    left: 100px;
    border: 0;
}

.ddiframeshim {
    position: absolute;
    z-index: 500;
    background: transparent;
    border-width: 0;
    width: 0;
    height: 0;
    display: block;
}
    /* ######### Black Strip Main Menu Bar CSS ######### */
.mattblackmenu ul {
    margin: 0;
    padding: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    border-bottom: 1px solid gray;
    background: #414141;
    overflow: hidden;
    width: 100%;
}

.mattblackmenu li {
    display: inline;
    margin: 0;
}

.mattblackmenu li a {
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 6px 8px;
        /*padding inside each tab*/
    border-right: 1px solid white;
        /*right divider between tabs*/
    color: white;
    background: #414141;
}

.mattblackmenu li a:visited {
    color: white;
}

.mattblackmenu li a:hover {
    background: black;
        /*background of tabs for hover state */
}

.mattblackmenu a.selected {
    background: black;
        /*background of tab with "selected" class assigned to its LI */
}
</style>
<div id="ddtopmenubar" class="mattblackmenu">
    <ul>
        <li>
            <a href="#">LINK1</a>
        </li>
        <li>
            <a href="#" rel="ddsubmenu1">LINK2</a>
        </li>
        <li>
            <a href="#" rel="ddsubmenu2">LINK3</a>
        </li>
        <li>
            <a href="#">Link4</a>
        </li>
        <li>
            <a href="#" rel="ddsubmenu3">LINK5</a>
        </li>
    </ul>
</div>
<script type="text/javascript">
    ddlevelsmenu.setup("ddtopmenubar", "topbar") //ddlevelsmenu.setup("mainmenuid", "topbar|sidebar")
</script>
<ul class='ddsubmenustyle' id='ddsubmenu1'>
    <li>
        <a href='#'>LINK2 ITEM 1</a>
    </li>
    <li>
        <a href='#'>LINK2 ITEM 2</a>
        <ul>
            <li>
                <a href='#'>LINK2 ITEM 2.1</a>
            </li>
            <li>
                <a href='#'>LINK2 ITEM 2.2</a>
            </li>
        </ul>
    </li>
    <li>
        <a href='#'>LINK2 ITEM 3</a>
        <ul>
            <li>
                <a href='#'>LINK2 ITEM 3.1</a>
            </li>
        </ul>
    </li>
    <li>
        <a href='#'>LINK2 ITEM 4</a>
    </li>
</ul>
<ul class='ddsubmenustyle' id='ddsubmenu2'>
    <li>
        <a href='#'>LINK3 ITEM 1</a>
    </li>
    <li>
        <a href='#'>LINK3 ITEM 2</a>
    </li>
    <li>
        <a href='#'>LINK3 ITEM 3</a>
        <ul>
            <li>
                <a href='#'>LINK3 ITEM 3.1</a>
            </li>
            <li>
                <a href='#'>LINK3 ITEM 3.2</a>
            </li>
            <li>
                <a href='#'>LINK3 ITEM 3.3</a>
            </li>
            <li>
                <a href='#'>LINK3 ITEM 3.4</a>
            </li>
        </ul>
    </li>
    <li>
        <a href='#'>LINK3 ITEM 4</a>
    </li>
    <li>
        <a href='#'>LINK3 ITEM 5</a>
        <ul>
            <li>
                <a href='#'>LINK3 ITEM 5.1</a>
            </li>
            <li>
                <a href='#'>LINK3 ITEM 5.2</a>
                <ul>
                    <li>
                        <a href='#'>LINK3 ITEM 5.2 1</a>
                    </li>
                    <li>
                        <a href='#'>LINK3 ITEM 5.2 2</a>
                    </li>
                    <li>
                        <a href='#'>LINK3 ITEM 5.2 3</a>
                    </li>
                </ul>
            </li>
        </ul>
    </li>
    <li>
        <a href='#'>LINK3 ITEM 6</a>
    </li>
</ul>
<ul class='ddsubmenustyle' id='ddsubmenu3'>
    <li>
        <a href='#'>LINK5 ITEM 1</a>
    </li>
    <li>
        <a href='#'>LINK5 ITEM 2</a>
    </li>
    <li>
        <a href='#'>LINK5 ITEM 3</a>
    </li>
    <li>
        <a href='#'>LINK5 ITEM 4</a>
    </li>
    <li>
        <a href='#'>LINK5 ITEM 5</a>
    </li>
</ul>


How To Customize It ?


* Here normal and li rules are supplied .
* To Change Bacground simply change Background: #414141;
* Raplace a drop down menu inside maine menu link simly add to it a rel attribute like rel="ddsubmenul Change the drop down number accordingly .


Use HTML Editor ?

I highly recommend you to use the HTML Editor as you can edit and see live demo of your menu in HTLM Editor .


Create Multi Level Drop Down Menu In Blogger

Posted by Unknown No comments



This is our 5th Drop Down menu after Saharing two versions of drop down Menus here we are sharing another Cool Drop Down menu Desighn by DynamicDrive and bloggerized .This is a multi level drop Down menu so that it will help you a to organize your categories and some important links also it will help your readers to easily navigate through you Blog.


How To Add Multi Level Drop Down Menu To Blogger


  1. Go To Blogger Dashboard . Layout .
  2. Click On Add a Gadget ( Below Header ) .
  3. Select HTML/JavaScript . 
  4. Past below Code Inside It .

<script src='http://code.helperblogger.com/dd-level-menu.js'
type='text/javascript'></script>
<style>
/* ######### Drop Down Menu Bu HelperBlogger.com ######### */   
/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.ddsubmenustyle, .ddsubmenustyle div {
        /*topmost and sub DIVs, respectively*/
    font: normal 13px Verdana;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background: white;
    border: 1px solid black;
    border-bottom-width: 0;
    visibility: hidden;
    z-index: 100;
}

.ddsubmenustyle ul {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    border: 0px none;
}

.ddsubmenustyle li a {
    display: block;
    width: 170px;
        /*width of menu (not including side paddings)*/
    color: black;
    background-color: lightyellow;
    text-decoration: none;
    padding: 4px 5px;
    border-bottom: 1px solid black;
}

* html .ddsubmenustyle li {
        /*IE6 CSS hack*/
    display: inline-block;
    width: 170px;
        /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover {
    background-color: black;
    color: white;
}

.downarrowpointer {
        /*CSS for "down" arrow image added to top menu items*/
    padding-left: 4px;
    border: 0;
}

.rightarrowpointer {
        /*CSS for "right" arrow image added to drop down menu items*/
    position: absolute;
    padding-top: 3px;
    left: 100px;
    border: 0;
}

.ddiframeshim {
    position: absolute;
    z-index: 500;
    background: transparent;
    border-width: 0;
    width: 0;
    height: 0;
    display: block;
}
    /* ######### Black Strip Main Menu Bar CSS ######### */
.mattblackmenu ul {
    margin: 0;
    padding: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    border-bottom: 1px solid gray;
    background: #414141;
    overflow: hidden;
    width: 100%;
}

.mattblackmenu li {
    display: inline;
    margin: 0;
}

.mattblackmenu li a {
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 6px 8px;
        /*padding inside each tab*/
    border-right: 1px solid white;
        /*right divider between tabs*/
    color: white;
    background: #414141;
}

.mattblackmenu li a:visited {
    color: white;
}

.mattblackmenu li a:hover {
    background: black;
        /*background of tabs for hover state */
}

.mattblackmenu a.selected {
    background: black;
        /*background of tab with "selected" class assigned to its LI */
}
</style>
<div id="ddtopmenubar" class="mattblackmenu">
    <ul>
        <li>
            <a href="#">LINK1</a>
        </li>
        <li>
            <a href="#" rel="ddsubmenu1">LINK2</a>
        </li>
        <li>
            <a href="#" rel="ddsubmenu2">LINK3</a>
        </li>
        <li>
            <a href="#">Link4</a>
        </li>
        <li>
            <a href="#" rel="ddsubmenu3">LINK5</a>
        </li>
    </ul>
</div>
<script type="text/javascript">
    ddlevelsmenu.setup("ddtopmenubar", "topbar") //ddlevelsmenu.setup("mainmenuid", "topbar|sidebar")
</script>
<ul class='ddsubmenustyle' id='ddsubmenu1'>
    <li>
        <a href='#'>LINK2 ITEM 1</a>
    </li>
    <li>
        <a href='#'>LINK2 ITEM 2</a>
        <ul>
            <li>
                <a href='#'>LINK2 ITEM 2.1</a>
            </li>
            <li>
                <a href='#'>LINK2 ITEM 2.2</a>
            </li>
        </ul>
    </li>
    <li>
        <a href='#'>LINK2 ITEM 3</a>
        <ul>
            <li>
                <a href='#'>LINK2 ITEM 3.1</a>
            </li>
        </ul>
    </li>
    <li>
        <a href='#'>LINK2 ITEM 4</a>
    </li>
</ul>
<ul class='ddsubmenustyle' id='ddsubmenu2'>
    <li>
        <a href='#'>LINK3 ITEM 1</a>
    </li>
    <li>
        <a href='#'>LINK3 ITEM 2</a>
    </li>
    <li>
        <a href='#'>LINK3 ITEM 3</a>
        <ul>
            <li>
                <a href='#'>LINK3 ITEM 3.1</a>
            </li>
            <li>
                <a href='#'>LINK3 ITEM 3.2</a>
            </li>
            <li>
                <a href='#'>LINK3 ITEM 3.3</a>
            </li>
            <li>
                <a href='#'>LINK3 ITEM 3.4</a>
            </li>
        </ul>
    </li>
    <li>
        <a href='#'>LINK3 ITEM 4</a>
    </li>
    <li>
        <a href='#'>LINK3 ITEM 5</a>
        <ul>
            <li>
                <a href='#'>LINK3 ITEM 5.1</a>
            </li>
            <li>
                <a href='#'>LINK3 ITEM 5.2</a>
                <ul>
                    <li>
                        <a href='#'>LINK3 ITEM 5.2 1</a>
                    </li>
                    <li>
                        <a href='#'>LINK3 ITEM 5.2 2</a>
                    </li>
                    <li>
                        <a href='#'>LINK3 ITEM 5.2 3</a>
                    </li>
                </ul>
            </li>
        </ul>
    </li>
    <li>
        <a href='#'>LINK3 ITEM 6</a>
    </li>
</ul>
<ul class='ddsubmenustyle' id='ddsubmenu3'>
    <li>
        <a href='#'>LINK5 ITEM 1</a>
    </li>
    <li>
        <a href='#'>LINK5 ITEM 2</a>
    </li>
    <li>
        <a href='#'>LINK5 ITEM 3</a>
    </li>
    <li>
        <a href='#'>LINK5 ITEM 4</a>
    </li>
    <li>
        <a href='#'>LINK5 ITEM 5</a>
    </li>
</ul>


How To Customize It ?


* Here normal and li rules are supplied .
* To Change Bacground simply change Background: #414141;
* Raplace a drop down menu inside maine menu link simly add to it a rel attribute like rel="ddsubmenul Change the drop down number accordingly .


Use HTML Editor ?

I highly recommend you to use the HTML Editor as you can edit and see live demo of your menu in HTLM Editor .


How To Add Facebook Like Box For Blogger

Facebook Fan page are a greate way to promote your blog or website and facebook like box is widely used sicial plugin from facebook developers. This facebook like box will help your visitors to become regular just by clicking like button. So that this box will increase number of your facebook fans. To get this widget follow procedure.


* Simple Facebook Like Box




Let Me Explain How To Add Simple Facebook Like Box


1. Login To Blogger Account.

2. Click Layout > Add A Gadget.

3. Select HTML/ Javascript > Past The Following Code In Content Box


<iframe src="//www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/ThingsGuide/281417998619583&width=292&height=258&colorscheme=light&show_faces=true&border_color&stream=false&header=false&" style="border:none; overflow:hidden; width:292px; height:258px;" >



Raplace My Facebook Page Url With Your Page Url Change Width And Height According To Your Template.

4. Now Save And Your Done

How To Add Facebook Like Box For Blogger

Posted by Unknown No comments

Facebook Fan page are a greate way to promote your blog or website and facebook like box is widely used sicial plugin from facebook developers. This facebook like box will help your visitors to become regular just by clicking like button. So that this box will increase number of your facebook fans. To get this widget follow procedure.


* Simple Facebook Like Box




Let Me Explain How To Add Simple Facebook Like Box


1. Login To Blogger Account.

2. Click Layout > Add A Gadget.

3. Select HTML/ Javascript > Past The Following Code In Content Box


<iframe src="//www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/ThingsGuide/281417998619583&width=292&height=258&colorscheme=light&show_faces=true&border_color&stream=false&header=false&" style="border:none; overflow:hidden; width:292px; height:258px;" >



Raplace My Facebook Page Url With Your Page Url Change Width And Height According To Your Template.

4. Now Save And Your Done

Proudly Powered by Blogger.
back to top