Google plus ones are very important to get high rank on google search engine.It is not easy to get much plus ones as we hope.In one of my previous post I have show the way to get unlimited plus one as you want.If not read it yet you can read it here
Get unlimited google plus 1s(ones)
Adding a popout plus one button is good way to get more plus ones.Nothing to worry It is a one time popout box.Let's see how to add it.
Log in to your blogger account and go to design>>>edit html
Press ctrl +f and search for ]]></b:skin> tag.
Paste the below code just above it.
/*Subscription Pop Up Css*/
#popupContactClose{
cursor: pointer;
text-decoration:none;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:200px;
width:300px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
/*End Subscription Pop Up Css @ http://www.tech-cave.com */
Copy and paste the below code before it
<!--Pop Up Subscription--> <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js' type='text/javascript'/> <script src='http://dinhquanghuy.110mb.com/jquery.cookie.js' type='text/javascript'/> <script type='text/javascript'> var popupStatus = 0; //loading popup with jQuery magic! function loadPopup(){ centerPopup(); //loads popup only if it is disabled if(popupStatus==0){ $("#backgroundPopup").css({ "opacity": "0.7" }); $("#backgroundPopup").fadeIn("slow"); $("#popupContact").fadeIn("slow"); popupStatus = 1; } } //disabling popup with jQuery magic! function disablePopup(){ //disables popup only if it is enabled if(popupStatus==1){ $("#backgroundPopup").fadeOut("slow"); $("#popupContact").fadeOut("slow"); popupStatus = 0; } } //centering popup function centerPopup(){ //request data for centering var windowWidth = document.documentElement.clientWidth; var windowHeight = document.documentElement.clientHeight; var windowscrolltop = document.documentElement.scrollTop; var windowscrollleft = document.documentElement.scrollLeft; var popupHeight = $("#popupContact").height(); var popupWidth = $("#popupContact").width(); var toppos = windowHeight/2-popupHeight/2+windowscrolltop; var leftpos = windowWidth/2-popupWidth/2+windowscrollleft; //centering $("#popupContact").css({ "position": "absolute", "top": toppos, "left": leftpos }); //only need force for IE6 $("#backgroundPopup").css({ "height": windowHeight }); } //CONTROLLING EVENTS IN jQuery $(document).ready(function(){ if ($.cookie("anewsletter") != 1) { //load popup setTimeout("loadPopup()",5000); } //CLOSING POPUP //Click the x event! $("#popupContactClose").click(function(){ disablePopup(); $.cookie("anewsletter", "1", { expires: 7 }); }); //Click out event! $("#backgroundPopup").click(function(){ disablePopup(); $.cookie("anewsletter", "1", { expires: 7 }); }); //Press Escape event! $(document).keypress(function(e){ if(e.keyCode==27 && popupStatus==1){ disablePopup(); $.cookie("anewsletter", "1", { expires: 7 }); } }); }); </script> <!--End Pop Up Subscription @ http://www.bloggertricksandtools.com -->
Now save your template
Then press ctrl+f and serach for </body> tag.
Paste below code just before it
<div id='popupContact'>
<a id='popupContactClose'>x</a>
<h2>Add Google Plus One-+1
It Will Be a Great Help For Us </h2>
<p id='contactArea'><center><!-- Place this tag where you want the +1 button to render -->
<g:plusone size='tall'/>
<!-- Place this render call where appropriate -->
<script type='text/javascript'>
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script></center><h5>Click Anyware On Blog Background To Close</h5>
<a href='http://www.tech-cave.com/' target='_blank'>Get This Widget</a>
</p>
</div>
<div id='backgroundPopup'/>
Now save your template.You are done.
If you got something don't forget to leave a comment.
4 comments:
Google +1 button on your website and start improving your internet ranking instantly. The presence of Google Plus 1 button not only helps promote the web content rapidly, but also lends a highly professional feel to it.
wow nice...
please visit
floating footer using mixed css3 and Jquery
Can you make one for a google+ follow instead of a plus one? Or one with a plus one AND a follow button, because I think a follow button is essential. And if you can, can you make it so that it pops up on every visit but, only for people who did not follow? The plus one isn't important to me.
Great, it works. Adding Facebook and Twitter to it would be great. Thanks
Post a Comment