Showing posts with label Blogger Widgets And Gadgets. Show all posts
Showing posts with label Blogger Widgets And Gadgets. Show all posts

How To Add "Join This Site" Button In Blogger

how to add join this site button in blogger


Members or "Join this Site" gadget has become common now adays in blogger because this gadget lets visitor to follow a blog. Anyone can start following a blogger blog by his blogger account. After following a blog the person's profile show up in members of blog. This gadget is very good for increasing traffic too because after following a blog, its feed show up in the followers account as shown in below image:


how to add join this gadget in blogspot

So when post is published it shows up in the blogger account and follower is updated about every post. So it is good for increasing traffic. But "Join this Site" gadget works only on http urls and as blogger has now allowed https for blogger therefore this gadget doesn't work on https urls but this button will still work no matter its a http url or https.

Instead of writing more about this gadget I am going to show you simply how to add join this site button in blogger. So follow below steps to add this button in your blog. If you want to try a live demo of this gadget click on JOIN THIS SITE on your right side.

One more thing that I want to tell you about this button is that when it is clicked you will be redirected to a page as shown below where you can Follow a blog with your blogger account.


How To Add "Join This Site" Button In Blogger?

Step 1: Choose a button and copy its code.

Top Right Floating Button:

<style>
Join button on top right of page
#join {
    z-index: 99;
    position: fixed;
    right: 20px;
    width: 150px;
    font-size: 16px;
    background: #fff;
    padding: 0px 5px;
    font-weight: bold;
    border: 1px solid #999;
    border-top: 0;
    border-radius: 4px;
    top: -5px;
}
#join img {
    float: left;
    top: 8px;
    margin-right: 5px;
    position: relative;
}
#join a {
color:#777;
text-decoration:none;
  }
</style>
<div id='join'><a href='https://www.blogger.com/follow-blog.g?blogID=YOUR BLOG ID'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4JWQwUxCHsd56UJF7Ux1xfnRlA5DIEin78w8Xjvw1H0QTuoaE_CJeYNvrKDNrpm35F5-3enjU_LJc7AdJW_csQG9B241bVrhcQpQnyPMVJl5T-CBTCD8vSZ0-QrlEjKTFtD_tQFds4Ac/s1600/join.png'/><p>Join This Site</p></a></div>

Top Left Floating Button:
<style>
#join {
Join button on top left of page
    z-index: 99;
    position: fixed;
    left: 20px;
    width: 150px;
    font-size: 16px;
    background: #fff;
    padding: 0px 5px;
    font-weight: bold;
    border: 1px solid #999;
    border-top: 0;
    border-radius: 4px;
    top: -5px;
}
#join img {
    float: left;
    top: 8px;
    margin-right: 5px;
    position: relative;
}
#join a {
color:#777;
text-decoration:none;
  }
</style>
<div id='join'><a href='https://www.blogger.com/follow-blog.g?blogID=YOUR BLOG ID'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4JWQwUxCHsd56UJF7Ux1xfnRlA5DIEin78w8Xjvw1H0QTuoaE_CJeYNvrKDNrpm35F5-3enjU_LJc7AdJW_csQG9B241bVrhcQpQnyPMVJl5T-CBTCD8vSZ0-QrlEjKTFtD_tQFds4Ac/s1600/join.png'/><p>Join This Site</p></a></div>

Bottom Right Floating Button:
<style>
#join {
    z-index: 99;
Join button on bottom right of page
    position: fixed;
    right: 20px;
    width: 150px;
    font-size: 16px;
    background: #fff;
    padding: 0px 5px;
    font-weight: bold;
    border: 1px solid #999;
    border-bottom: 0;
    border-radius: 4px;
    bottom: -5px;
}
#join img {
    float: left;
    top: 8px;
    margin-right: 5px;
    position: relative;
}
#join a {
color:#777;
text-decoration:none;
  }
</style>
<div id='join'><a href='https://www.blogger.com/follow-blog.g?blogID=YOUR BLOG ID'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4JWQwUxCHsd56UJF7Ux1xfnRlA5DIEin78w8Xjvw1H0QTuoaE_CJeYNvrKDNrpm35F5-3enjU_LJc7AdJW_csQG9B241bVrhcQpQnyPMVJl5T-CBTCD8vSZ0-QrlEjKTFtD_tQFds4Ac/s1600/join.png'/><p>Join This Site</p></a></div>

Bottom Left Floating Button:
<style>
#join {
Join button on bottom left of page
    z-index: 99;
    position: fixed;
    left: 20px;
    width: 150px;
    font-size: 16px;
    background: #fff;
    padding: 0px 5px;
    font-weight: bold;
    border: 1px solid #999;
    border-bottom: 0;
    border-radius: 4px;
    bottom: -5px;
}
#join img {
    float: left;
    top: 8px;
    margin-right: 5px;
    position: relative;
}
#join a {
color:#777;
text-decoration:none;
  }
</style>
<div id='join'><a href='https://www.blogger.com/follow-blog.g?blogID=YOUR BLOG ID'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4JWQwUxCHsd56UJF7Ux1xfnRlA5DIEin78w8Xjvw1H0QTuoaE_CJeYNvrKDNrpm35F5-3enjU_LJc7AdJW_csQG9B241bVrhcQpQnyPMVJl5T-CBTCD8vSZ0-QrlEjKTFtD_tQFds4Ac/s1600/join.png'/><p>Join This Site</p></a></div>

Pop-Up Join Button:
<script src='https://code.jquery.com/jquery-1.10.2.js'/>
<script>
$(function () {
join this site button for blogger pop up
Join this site pop up button
  $("#pop").fadeIn("slow", function () {
    $(this).delay(5000);
  });
});
$(document).ready(function(){
    $("#close-pop").click(function(){
        $("#pop").hide();
    });
});
</script>
<style>
#pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.82);
    height: 100%;
    width: 100%;
    z-index: 99;
}
#join {
    padding: 10px;
    width: 500px;
    background: #fff;
    border-radius: 4px;
    height: 185px;
    position: absolute;
    top: 240px;
    left: 30%;
}
#join img {
    float: left;
    top: 8px;
    margin-right: 5px;
    position: relative;
}
#join a {
    text-decoration: none;
    background: #bd4e5d;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 115px;
    left: 182px;
}
#join h2 {
    float: left;
    position: relative;
    top: 25px;
}
#join p {
    float: left;
    position: absolute;
    font-size: 15px;
    width: 300px;
    top: 55px;
    left: 180px;
}
#close-pop {
    float: right;
    font-size: 15px;
    cursor: pointer;
}
</style>
<div id='pop'><div id='join'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFwdePEFHNwvHm5RtsqsdrMLKnLUyGvd_yItPJ22rMiCrpSIxm2PiSAwGDCH8J1CA0Xh_6Jy97CeLbK_WzK3FZPdrvkpYlOOqPutXn1x8mEDc-yc7UAgr9ZMdE3FfGIdPBFDhyphenhyphenRP4-cD4/s1600/join-icon.png'/><h2>Join This Site</h2><p>Join this site with your blogger account and never miss any post and updates.</p><a href='https://www.blogger.com/follow-blog.g?blogID=YOUR BLOG ID'>JOIN NOW!</a><b id="close-pop">?</b></div></div>

Step 2: Go to your blog's template and click on Edit Html.

Step 3: Search for </head> and after this paste the copied code.

Step 4: Click on Save template and you are done!

Customization:

1. Replace "YOUR BLOG ID" with your blog's unique id.
2. In Pop-Up button set delay after which button will fade in, default value is 5000 with mean 5 seconds.

I hope you found this post helpful,  the main thing which I want to share in this post is the HTML code below:

<div id='join'><a href='https://www.blogger.com/follow-blog.g?blogID=YOUR BLOG ID'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4JWQwUxCHsd56UJF7Ux1xfnRlA5DIEin78w8Xjvw1H0QTuoaE_CJeYNvrKDNrpm35F5-3enjU_LJc7AdJW_csQG9B241bVrhcQpQnyPMVJl5T-CBTCD8vSZ0-QrlEjKTFtD_tQFds4Ac/s1600/join.png'/><p>Join This Site</p></a></div>

The link in this code takes you to blog follow page which is the main thing, though you can add Join This Site Gadget in your blog but it don't work on https urls. But the benefit of this link is, you can visit it on http as well as https.

If you have any question or suggestions comment below or contact us.

Thanks for visiting 101Helper

Search Tags: Join this site gadget for blogspot,members gadget for blogger,add a join this button in blogger blog,blogger followers gadget,how to add join this blog gadget in blogget

How To Add Twitter Follow Box In Blogger Blog

Recently, I deleted a post with title "Cool Twitter follow box for blogger" because it is not working anymore. The site which created it has stopped their service, so I decided to create another post about twitter follow box because it is a very important gadget just like Facebook like box. So in this post I am going to show you how to install Twitter follow box in blogger blogs. This gadget is powered by Twitter so you need to create a twitter account, obviously you have a twitter account because you are installing the gadget to get followers. So lets install the Twitter follow gadget, you can see a demo of Twitter follow box here. Sorry I don't have a live demo! You can install this gadget in light or dark theme. If you have a blog with dark theme then white theme twitter box is best for your site and similarly for white theme you should install black twitter follow box. Also you have other things that you can customize in the twitter follow box.


How To Add Twitter Follow Box In Blogger?

Step 1: Go to Twitter and Login to your account.

Step 2: Open Twitter Widgets Page.

Step 3: Enter your twitter profile URL and press Enter button.

how to create twitter widget blogspot

Step 4: Click on Set Customization Options.

how to embed twitter widget in blogger

Step 5: Customize your gadget, Set height & width, Set light or dark theme, Set color of links, Set language or leave Automatic option and finally after Customization click on Update.

how to customize twitter widget for blogger blog

Step 6: Copy code of your Twitter follow box.

how to install twitter follow widget in blogspot 101helper

Step 7: Go to Blogger Dashboard > Layout > Add a gadget > Html/Javascript and paste your code in Html/Javascript window.

how to add gadget in blogger layout

Step 8: Click on save and you are done.

Open your blog to see your twitter follow box. I hope you like this post and found it helpful. Share this post with others and let me know if you have any suggestion or problem.

Thanks for visiting 101Helper

Happy Blogging !

Search tags:  twitter follow box widget for blogger/blogspot, twitter follow button for blogger, twitter follow box embed code,twitter follow box for website, 101helper gadgets for blogger

How To Add Vertical Featured Post Slider In Blogspot

vertical featured posts widget for blogger

Featured posts sliders are no doubt used very much by people and some people who know javascipt and css are creating better and better featured post sliders. The reason for using featured post slider is to increase page views and also add a professional look to site but the basic purpose is to increase page views by choosing older posts or best posts and show them to visitors because older posts are mostly hidden from visitors as they are not you can say not in front so featured posts slider brings it in front and makes it alive. Featured posts slider is important thats why Blogger has also recently added it in gadgets in layout.

In this post I have brought you something that you cant't find in other sites, I hope you will like it. Its a vertical slider, though you need to add links, image links and name of the post but its really cool. The main purpose of this post is to share code of this amazing slider with you not the steps of installing it because steps are very easy if you are familiar with Blogging.

WATCH A LIVE DEMO

Similar Posts That You Might Like:





How To Add Vertical Featured Post Slider In Blogspot?

Follow below steps to add vertical related posts widget in your blog.

Step 1: Go to blogger dashboard and navigate to Layout.

Step 2: Click on Add a gadget in sidebar.

Step 3: Choose Html/Javascript.

Step 4: Copy below code and paste it in Html/Javascript window.
<script type="text/javascript">
    $(document).ready( function($) {
        $('#news').vertigo();  
    });
</script>
<script>
(function($) {
$.fn.vertigo = function(options) {

$(this).addClass("vertigo");
var list = $('.vertigo li');
var totallist = list.length;

$(this).after('<a href="javascript:" class="btn-pre"><p><</p></a> <a href="javascript:" class="btn-next"><p>></p></a>');
$('.vertigo li').each(function(i) {
$(this).addClass("item"+(i+1));
});

var total = 1;

// Settings
var settings = $.extend({
play  : true,
timer : 15000
}, options);

if ( settings.play ) {
var playx = settings.play;
}
if ( settings.timer ) {
var timerx = settings.timer;
}

if(playx == true){
setInterval(function() {

if ( total <= (totallist - 1)) {
var nlisth = $('.item'+total).outerHeight();
$('.vertigo li').animate({'top':'-='+nlisth+'px'});
total++;
//console.log(total);
}
}, timerx);
}

$('.btn-pre').click(function(){
var plisth = $('.item'+(total-1)).outerHeight();
if ( total !== 1 && total <= totallist) {
total--;
$('.vertigo li').animate({'top':'+='+plisth+'px'});
}
});

$('.btn-next').click(function(){
var nlisth = $('.item'+total).outerHeight();
if ( total <= (totallist - 1)) {
total++;
$('.vertigo li').animate({'top':'-='+nlisth+'px'});
}
});

}

return false;

}(jQuery));
</script>
<div id="container">
<ul id="news">
<li><a href="/2015/03/slide-in-menu-for-blogger.html"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQq3zcxe4-7qXBicfSpysv2_Td7KzkYifW-vsIp4D54CaInB_0zcZ1Tc6NN2ZDmUktOjxckJ20tcxmMWIE-SN6CaNVE2J8iDw7dYMHAkunXgar0u3pmi6IH0WSrDb1GX5PmNGrt1Jb0HI/s1600/Slide+in+menu+for+blogger.png"/>Slide In Menu For Blogger</a></li>
<li><a href="/2015/04/how-to-submit-blogger-sitemap-to-yandex.html" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5CLLxP7TjDTg1zIrF8n1mKkz5ShxKUL911Vbm8u-Op5g_f5mLjH2qiBSTjsHEBWdhTsygNV4G5aulRwNRoWJ5aahDu6x6uCGFp7X8EB6YITPjtv6r5BRhjVk5dygJX-KjrZndAnIpUQQ/s1600/yandex-logo.png"/>How To Submit Blogger Sitemap To Yandex</a></li>
<li><a href="http://101helper.blogspot.com/2015/03/how-to-get-your-blog-to-top-of-search.html" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgba67qzIAy4qN1lKm18fzoYZcv5ZkEdxVgW5sDhlmg3CS81A-lfcUWlwBUw0G0JONAIVFG7Tojd4XKr4xANAuGe-XauJOH2LdFZ4cpPEAB8R5z2oxf-W6WcKeU_N_h4igR8cvatozDbA/s1600/how+to+get+your+blog+on+top+of+the+search+results.jpg"/>Get your blog to top of search results</a></li>
<li><a href="/2014/08/how-to-add-vertical-related-posts.html" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpU4tw1WPQJ1deyamF0f7oqeQTOjYwsyR3mTGqjHxzw_b3earFhZx60tHrhnM-olIS0n2Bk8RQEG0mTvb99yYo1GjLjFx2pcMygV1uDNsfmgx-ZdoykTrPDaUSW4CWG4iHbH0bUEAY6Is/s1600/V_inline-content.gif"/>Vertical Related Posts Widget For Blogger Desktop And Mobile Site</a></li>
<li><a href="/2014/10/numbered-navigation-widget-for-blogger.html" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJIYnc41TR91u4pZMbA2nYuuGqEuqiJwCC3KAbqAPuOgUjBhq1aRMhfn0HgDTM3tP5P4jxSPG2Nco5UfTcB_s5orLhUzKOYaJv9iJNRrUPWirg5z5Yl1FBDqz1fRjsHO7mntaMwgu2QnM/s1600/numbered+navigation+for+blogger.jpg"/>
Numbered Navigation Widget For Blogger</a></li>
<li><a href="/2015/06/how-to-customize-blogger-static-pages-CSS.html" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1zmN5I0h5LjWt9DpcdAtWluxNOTAXLLXJzBYneYtlGkACz6HKWunHqhjHl0kBQ6W-fm9Q8T8VeAWVzlCxkBuO1V8STWzqD6MF0Gbnu-CS3SXPCXXWehcTrj85a9CwiGOTurFfTklqsFE/s400/how+to+customize+blogger+static+pages+with+css.png"/>How To Customize Blogger Static Pages With CSS</a></li>
<li><a href="/2014/08/how-to-design-contact-form-for-blogger.html" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihvR2nJMmD9hmmPAnwmdN-GZMn-YrC1beUj18UQHwWNyH1pZr6klR_r4kJwAqCVlM9ZFczG3nZiN795nO2Ra8luVMjud9dgTxuvf9lnGxqwAJibckOQqLjfiPfe_ypcAvVtlC_y6oGJqY/s1600/blogger-contact-form%5B2%5D.png"/>
How To Design Contact Form For Blogger Contact Page</a></li>
</ul>
</div>
<style>
#container {
    height: 350px;
    overflow: hidden;
    width: 270px;
    margin: 0;
}
#news {
    margin: 0 auto;
    bottom: 5px;
    position: relative;
}
.vertigo li {
    list-style: none;
    padding: 13px 0px;
    display: inline-block;
    width: 260px;
    position: relative;
    right: 10px;
}
.vertigo li img {
    float: left;
    margin-right: 10px;
    height: 75px;
    width: 80px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.vertigo li p{
margin:0px;
text-align: justify;
}
.vertigo li a {
text-decoration: none;
color:#6F6F6F;
}
.btn-pre p, .btn-next p {
    color: #bbb;
    font-size: 19px;
    margin: 0;
    text-align: center;
    width: 27px;
    background: #fff;
}
a.btn-next {
    position: absolute;
    bottom: -40px;
    right: -10px;
    border: 1px solid #bbb;
    text-decoration: none;
    color: #bbb;
}
a.btn-pre {
    position: absolute;
    border: 1px solid #bbb;
    right: 30px;
    bottom: -40px;
    text-decoration: none;
}
</style>

Step 5: Click on save to finish.

How To Customize Vertical Featured Post Slider?

Replacing links, text, image links:

Replace green colored links with your post links, yellow colored links with your post image links and red colored titles with your post titles.

How to make changes in auto-play?

Autoplay is enabled and the set time is 15 seconds(15000) if you want to disable it or want to change time of auto play make changes in this part of code:

// Settings
var settings = $.extend({
play  : true,
timer : 15000
}, options);

If you want to disable autoplay replace true with false after the play text.

To set time enter your custom time in place of 15000, 15000 means 15 seconds, 20000 means 20 seconds, 10000 means 10 seconds.

How to add a new slide?

You need to add this piece of code to add new slide:

<li><a href="YOUR POST LINK HERE" target="_blank"><img src="YOUR IMAGE LINK HERE"/>YOUR TITLE HERE</a></li>

Add the code below this piece of code:

}(jQuery));
</script>
<div id="container">
<ul id="news">
<-----Paste Here----->

You hope you enjoyed this widget, please share your views about this post in comments. Thanks for visiting 101Helper.

Search Tags:

featured post widget for blogger, vertical featured post widget for blogger, auto-play responsive widget for blogger, jquery post slider for blogspot, multiple posts slider for blogger, 101helper blogger gadgets

How To Add Pop Up Page Take Over Follow Buttons In Blogger

How To Add Pop Up Page Take Over Follow Buttons In Blogger

You might be the one who wants to have fans on social media pages which give response to all your posts and to get such fans you need to ask people who are interested in your content most, to like or follow your social profile and the best place to get right fans like your page or follow your profile is your own blog or site. Because people visiting your blog are obviously interested in your content so the best way to get real fans and audience is your own blog. But the problem is people don't like pages and don't follow profiles so its hard to get real fans. Despite of placing social follow buttons in different positions e.g in header, on sidebar and other places you hardly get fans thats why people usually try to get fake fans and that is like cheating yourself.

So now its time to optimize your blog or site with smart plugin to get real fans and you can do it by installing a plugin that will show a like or follow button in the center of the page after covering the whole page. It is called page over follow plugin. It will boost your social media response upto 50%. I also use this plugin and got 60 likes on my Facebook fan page so far and i am using this plugin for a month. So it is really good plugin because it is giving me real likes in less time.

Let me tell you something about this plugin now. This plugin is powered by Hellobar. Hellobar is an online tools website which allows you to use their tools to get more email subscribers, social followers, multiply your traffic by circulating featured links etc. This plugin works perfectly and doesn't have any effect on page loading speed.

So in this post I am going to show you how to install page over social media follow plugin in blogger using Hellobar! Follow below steps.

Also read: How To Add New Facebook Page Plugin/Like Box In blogger

HOW TO INSTALL HELLOBAR IN BLOGGER?

Step 1: Go to Hellobar and Sign up.

Step 2: Login to your Hellobar account and copy your hellobar code. If you didn't find any code click on settings in the menu and click on Installation Instructions.

how to install hellobar in blogger

Step 3: Copy the code you found on installation instructions page.

how to install hellobar in blogger 101helper

Step 4: Go to blogger dashboard > Edit Html.

Step 5: Search for <head> and below it paste the copied code.

That's it your hellobar is installed, create page over follow plugin by following below steps.

You May Like:  Facebook Pop-Up Like Box With Lightbox For Blogger

HOW TO ADD POP UP PAGE TAKE OVER FOLLOW BUTTONS(FACEBOOK, TWITTER ETC)?

Step 1: Login to your Hellobar account and click on Create New in the menu on left hand.

hellobar facebook pop-up like plugin

Step 3: Choose Social in the Settings and hit the Next button.

facebook pop up like box blogger

Step 4: Choose social network of which you want to install button and click on next button .... lets choose Facebook, You can choose twitter follow button, Google+1 button, Pinterest follow button and share buttons too!

facebook like button pop up blogger

Step 5: Enter url of your fanpage in case if you selected Facebook in step 4 or if you selected twitter or pinterest then enter usernames and click on next button.

page over facebook like button for blogger

Don't miss: How To Add Cool Twitter Follow Box To Blogger

Step 6: Now choose the style of your plugin, you have four options Bar, Model, Slider and Page Takeover. You can see preview of your plugin on right side of the page. You can choose any of the four styles but as I am creating this post for Pop Up Page Take Over Follow Buttons so I am choosing Page Takeover.

facebook, twitter, pinterest pop up follow buttons blogger

Step 7: Set up time delay for your plugin and click on next.

facebook pop up page over plugin blogger

You can also enable Animations for your facebook pop up plugin.

Step 8: Select a color for your page over plugin using the color selector and click on next.

facebook, twitter follow popup gadget

Step 9: Add a Headline to your gadget e.g Like us on Facebook or Like my Facebook page, it will show up above the like button as shown in below image, you have other options too, customize your gadget and click on next.

101helper blogger gadgets

Step 10: Set targeting settings of your gadget, you can show it to everyone or to specific visitor if you have a pro account. Other option is to continuously show pop up or stop showing it when visitor provides a response. So choose the option which you like!

I suggest to choose "stop showing after visitor provides a response" because if you show pop-up on every page your visitors would surely be annoyed.

fb gadgets for blogger

Final step: Click on Save & Publish.

I have shown installing Facebook pop up page over plugin in this post but you can create others too like Twitter or Pinterest or Linkedin etc and you can also have different styles like bar or slide out.

I hope you enjoyed this post, you can use other Hellobar gadgets too to engage your visitors to your site. Don't forget to share this amazing post with others.

Search Tags: How to install facebook, twitter, linkedin, pinterest follow and share pop up page over gadget in blogger, pop up facebook like gadget for blogger, twitter pop up follow gadget,how to install hellobar in blogspot.

How To Add Youtube Channel Subscribe Button In Blogger

How-to-Add-a-YouTube-Subscribe-Button-in-Blogger

Video tutorials ofcourse is the best way of teaching or explain something and it has become very popular also thats why there are alot of blogs and sites which contains video content. Although video content doesn't make you eligible for  Adsense approval but you can monetize your videos(youtube ads) if they are not copied so making money with videos is also trending rather than creating blogs but as there is a common problem of getting traffic,seo and all that with blogs or sites the same problem is with video channels. Major reason for it is you don't have interesting videos or people can't reach to your videos so you need to get more subscribers so that they can find your videos and you get enough views. So this tutorial is basically about installing youtube subsribe button in blogger, it will help you to a greater extend in getting subscribers. So lets start, follow below mentioned steps to install youtube subscribe button in blogger:


Step 2: Replace GoogleDevelopers with your own channel's ID.

How to find Youtube Channel ID?

1. Go to Youtube Advanced settings page.

2. Copy your channel ID shown on Advanced settings page below user ID.


Step 3: After replacing GoogleDevelopers with your channel's ID, you will see your channel button in the preview below on the page. Now make customizations like Layout, Theme, Subscribe count.

how to add youtube channel button in blogger

Step 4: Finally copy code of your channel's subscribe button.

how to get code of youtube subscribe button in blogger

Step 5: Go to blogger dashboard > Layout and click on Add a gadget.

how to add a gadget in blogger 101helper

Step 6: Click on Html/Javascript.

how to add a gadget in blogger 101helper blogspot

Step 7: Paste the copied code and click on save.

That's it you have successfully installed your youtube subscribe button in your blog. If you want to get more subscribers try adding the same code in your posts or below post header or footer. I hope you like this post. Follow our channel on youtube and stay in touch with us on social networks. Thanks for visiting 101Helper.

Search tags: How to install youtube channel button in blogger, how to get youtube subscribers fast, how to add youtube channel subscribe button in blogger blog, how to get youtube channel id,101helper blogging tutorials.

How To Install "Get Site Control" Widgets In Blogger

getsitecontrol widgets for blogger

Bloggers always search for widgets which are better than others and must have qualities like responsiveness, fast(better performance), unique, stylish and impressive. But its hard to find widgets having all these qualities at once. So most of webmasters who have programming knowledge are creating and sharing their widgets with others but as others these widgets have same better performance problems. So new companies like Addthis, share this etc are creating widgets for blogger, wordpress etc.

Among these companies a new company has impressed me very much that is "GetSiteControl". This company provides you following widgets with all qualities and 100% customization and analytics of your widgets. First we'll discuss features of these amazing widgets.

Features Of Get Site Control Widgets:

1 - It is available for blogger, wordpress, weebly or any other blog or website for free as well as pro accounts are also available with all features unlocked.

2 - All widget are compatible with all devices e.g tablets, mobile, PC, laptops etc.

3 - Responsive design with alot of styles e.g slide up, slide out for right or left, pop-up, top widget, bottom widget etc.

4 - It has no affect on site performance.

You can read more features of widget at Get Site Control.

Positions Of Widgets:

Following positions of widgets are available for all Get Site Control widgets.

get site control widgets positions

Types Of Widgets:

Get Site Control provides you with following widgets. You can see their images an see live demo too! 

survey widget for blogger
Survey Widget - Survey widget is a great widget to get feedback from your visitors. You can create a survey for your posts like "Was this post Helpful?" And give options like "Yes or No". So you can see analytics of your answers from visitors and improve your posts. You can install this widget in nine different positions e.g pop-up as shown in image, on the top and slide up from bottom etc. Try it live here.


contact us form for blogger,contact us pop-up for blogger widgetContact Widget - With this widget you can let your visitors contact you from any of posts they don't need to go to your contact page. So you can get responses of your widgets. They can send you complains or suggestions easily. Also if they need help they can contact you. Further more Get site control contact us widget has a profession style so your blog or site will look more profession if you install this widget. And like survey widget you can install this widget in header, footer, floating, pop-up etc. You can try Live positions of this widget here.

You Might Also Like:
 
How To Add Skype Contact Button In Blogger 
How To Design Contact Form For Blogger Contact Page
    Promo Widget - With this widget you can promote your posts which have too less views or a post which is older and people don't reach to it. So by using this widget you can promote your older posts. You can try live demo of Promo widget here.

    You Might Also Like: Grabable Responsive Promotion Bubble Gadget For Blogger


    Subscribe Widget - This widget has an exciting look. Its not like other regular Email subscribtion widgets but its special. It has so good look that people would definitely like to subscribe to your blog or site's feed. You can install this widget in all positions like other widgets. See a live demo here.

    Don't Miss: Email Subscription Widget With Follow Buttons For Blogger

    More Widgets:

    getsitecontrol widgets for blogger and wordpress
    How To Install GetSiteControl Widgets In Blogger?

    Follow below steps to install any of the above gadgets in your blog or site:

    Step 1: Go to GetSiteControl and sign-up for a new account.


    Step 2: Sign in to your account.

    Step 3: Click on "Site settings" and press "Install" button.

    how to install best stylish responisve wordpress gadgets in blogger

    Step 4: Copy the code given on the page.

    install slide up, slide out gadgets in blogger

    Step 5: Go to   Blogger Dashboard  and navigate to template and click on  Edit Html .

    how to install gadgets in blogger, edit blogger html

    Step 6: Search for  <head> 

    Step 7: Paste the copied code just below it.

    how to edit html in blogger help

    Step 8: Save your template and go back to GetSiteControl Dashboard.

    Step 9: Click on Create Widget button and choose widget which you want to install in your blog.

    As an example I am setting up "Promo widget"!

    survey,contact,promo,subscribe,follow,share,chat widgets for blogger

    Step 10: Customize your widget, you can see a preview of your widget on right side of the page.

    Appearance

    - Choose position for your widget.
    - Select colors for background, text, button etc.
    - Choose font of your widget you can choose inherit to let your widget apply font of your blog.
    - Choose animation e.g slide up, slide out, fade out, pop-up etc.

    how to add responsive gadgets in blogger
    Content

    - Change the text of your widget.
    - Change color of font.
    - Decorate it e.g bold, italic, underlined.
    - Change button text and its color.
    - Add a url to the button.
    - Check open in new tab if you want.
    - You can also add a note.
    - Mobile preview is also available!

    Set the behavior and targeting settings of your widget and click on ok. That's it just wait for some seconds to see your widget. You can install more widgets also just click on create widget to begin. You don't need to add codes again and again in your template. The code should be once inserted in your template and its done when you install your first widget!

    You can see analytics of your widgets in your GetSiteControl account.

    I hope you ? this post. I tried my best to write a good post for you now its your turn to share it with others. Come on don't be so selfish :P. Thanks for visiting 101Helper. Keep visiting, liking, reading, sharing, following...

    Search tags: How to install animated wordpress widgets in blogger,how to install survey,contact,share,follow,promo,chat widgets in blogger,animated slide up,slide out widgets for blogger,install email subscribsion widget in blogger.

    Kategori

    Kategori