Showing posts with label blogger tricks. Show all posts
Showing posts with label blogger tricks. Show all posts

How To Show AdSense in Pop Up Box In Blogger


How to put your google adsense in pop up windows to get more CTR.I am sharing the tricks how to do this and its very easy





Discaimer:Do not do this because google do not permit this kinds of activity.sometimes visitors get irritated by pop up ads.You may loose visitors.So this is just for learn


Login to blogger then go to dashboard > design >page elements

Then click on add a widget button at any position and paste the following code including adsense in it.I recommend large rectangle of 325*280 ad


<style> #topbar { height:30px; width:auto; background: #FFFFFF url(''); background-repeat:repeat-x; text-align:left; padding-top:4px; } #adsground { height:auto; margin:0 auto; width: 500px; background:#FFF; border-bottom:2px #ffffff solid; border-right:2px #ffffff solid; border-left:2px #ffffff solid; text-align:Center; padding:4px; } #headlineatas { opacity:1.0; height:auto; width:auto; position:fixed; top:65px; left:170px; border-bottom:1px #ffffff solid; border-bottom:0px blue solid; color:#333; padding:0px; z-index:1001; font-size:13px;} </style><br /> <script type="text/javascript"> function getValue() { document.getElementById("headlineatas").style.display = 'none'; } </script><br /> <div id="headlineatas"><div id="topbar"><img align="left" style="padding-left:2px;" src="" /><br /> <span style="color:#fff;font-size:13px;font-weight:bold;text-shadow:black 0.1em 0.1em 0.1em"></span><br /> <span style="color:#fff;font-size:13px;font-weight:bold;text-shadow:black 0.1em 0.1em 0.1em;float:right;padding-top:3px;padding-right:10px"> <target="_blank" onclick="getValue()"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsJ42D1hi1uQzfldUFOsRg6Oh2_Eu_Evh51oXXvI3Xp6OFkGmJQxFxCwCSiiLyrUWEOr67KGoIk3-dK5DPt3t61fbMClNoSLAJ9h24J5kQZFxYM6NrttVUC_mG41HGLklQi9O3z5HubjI/s1600/window-close-3.png" /></target="_blank"></span><br /> </div><div id="adsground"><span style="font-size: x-small;">Get This Pop-Up Window at:</span> <b><a href="http://gj37765.blogspot.com/2011/07/new-pop-up-window-for-google-adsense.html">Making Different</a></b><br /> <p align="left"><h3></h3></p><table align="center" background="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfWIY2et6AaT4vRz2C0Fl-LTXYIvwpWNZsi-nhAZFenzbbzEFMwANyDN2LVHbD9rfc9yv63zKbqUbvvXX60goNGLDTG5u3whxJw0tDJ3TozlLmeBwXi2x1_DjGFYGs1HU4UyzxVFtslYzo/s1600/adsense+background+image%2528gj37765.blogspot.com.jpg.png" border="0" height="300" style="width: 505px;"><tbody> <tr><td height="350" width="505"><br /> <div align="right">your adsense code<br /> </div></td></tr></tbody></table></div></div>



You may also like this stndstill pop up window ad


<style type="text/css"> #gb{ position:fixed; top:10px; z-index:+1000; } * html #gb{position:relative;}   .gbcontent{ float:right; border:2px solid #A5BD51; background:#ffffff; padding:10px; } </style><br /> <script type="text/javascript"> function showHideGB(){ var gb = document.getElementById("gb"); var w = gb.offsetWidth; gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0); gb.opened = !gb.opened; } function moveGB(x0, xf){ var gb = document.getElementById("gb"); var dx = Math.abs(x0-xf) > 10 ? 5 : 1; var dir = xf>x0 ? 1 : -1; var x = x0 + dx * dir; gb.style.top = x.toString() + "px"; if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);} } </script><br /> <br /> <br /> <div id="gb"><br /> <br /> <div class="gbtab" onclick="showHideGB()"></div><br /> <br /> <div class="gbcontent"><br /> <br /> <div style="text-align:right"><a href="javascript:showHideGB()"><br /> .:[Click 2 times to close this ad]:.</a><br /> </div><center><br /> your adsense code<br /> <br /> </center><br /> <br />

Insert your adsense code in the place of YOUR ADSENSE CODE if you getting problem please comment here

Protect Your Blogger Site From Copy-Paste


This is very annoying when you find someone is copying your writings.Now question arise how to protect your blogger website from stealing your writings.now i share a tricks how can you save your blogger site from being copy paste.i mentioned a HTML code it will protect your only blogger site from copy paste


EDU Technology disable copy paste


Go dashboard > design tab


Click edit HTML


Press CTRL+F then find the code




Just easily paste the following code just before < / head >


<!-- Disable Copy and Paste-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function (&quot;return false&quot;)
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>




Now save the template congratulation now your blogger site is completely copy paste protected.Remember this code is secure and it does not harm your SEO

Related Posts With Thumbnail On Blogger


Today I will share a SEO related tricks.How to sustain your visitors in your blog.when a visitor from search engines make the end of your post he/she get out of your blog as usual but if you install a "related posts with thumbnail widget" under the very end of every post your blog visitor may go through related posts.You can get more visitors by this.


EDU technology Related Posts With Thumbnail On Blogger

Follow the steps that how you add related posts with thumbnail at the end of any related post

1.First login to blogger and go to dashboard and click on the design



EDU technology Related Posts With Thumbnail On Blogger

2.Click on edit HTML


EDU technology Related Posts With Thumbnail On Blogger

3.Tik on expand widget template


EDU technology Related Posts With Thumbnail On Blogger

4.Press CTRL+F and find the code




EDU technology Related Posts With Thumbnail On Blogger



5.Then paste the code following code just before it

<!--Related Posts with thumbnails Scripts and Styles Start-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type="text/css">
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:black;
}
#related-posts a:hover{
color:black;
}
#related-posts a:hover {
background-color:#d4eaf2;
}
</style>
<script src='http://blogergadgets.googlecode.com/files/relatedthumbs19.js' type='text/javascript'/>
</b:if>
<!--Related Posts with thumbnails Scripts and Styles End-->



6.Now press CTRL+F and find the code


7. After that paste the following code just after it


<!-- Related Posts with Thumbnails Code Start-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop><a href='http://bloggertipsandtemplates.blogspot.com/2009/09/related-posts-with-thumbnails-for.html' style='display:none;'>Related Posts with thumbnails for blogger</a><a href='http://bloggertipsandtemplates.blogspot.com/' style='display:none;'>blogger widgets</a>
<script type='text/javascript'>
var currentposturl=&quot;<data:post.url/>&quot;;
var maxresults=5;
var relatedpoststitle="Related Posts";
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs();
</script>
</div><div style='clear:both'/>
</b:if>
<!-- Related Posts with Thumbnails Code End-->

8.Now save the template and open any post then you will find related post with thumbnail widget

Default code enable 5 related post and title namely "related post" if you want to change title or number you can change customizing the code and its easy.You can increase it by changing this code var maxresults=5; (Just change the number)

If you getting problem please comment here or contact with us and thank you

Remove Navbar From Blogger Theme


In your default blogger template you see a navbar like the following image.Many of us dont like it.If you really want to remove it a little coding can help you remove the navbar and its very easy simply follow the instructions given below




EDU technology remove navbar from blogger


First login to your blogger blog and go to dashboard then click on the design tab and click edit HTML


press CTRL+F and find the code




Now paste the following code above it then save your template you will see a confirmation of deleting your navbar from template.just click to remove it







education and technology remove your navbar from blogger


Advantages of this Method

You will be completely removing the navbar and not hiding it. The navbar iframe codes wont be present in your blog’s HTML source and so the blog would be more SEO Friendly and your blog will have a more valid XHTML code


Disadvantages of this Method


You will no longer see the quick edit pencil image or wrench links quick-edit-wrench-blogger on your blog even if you are logged in. This is not a a big deal.You can edit the widgets from the layout > page elements page.You wont see the comment Delete icon near your comments even if you are logged in.But you can definitely manage the comments from the blogger comment Tab.It would also be a good idea to completely remove the quick edit and Wrench links from blogger


How to get back the navbar?


If you followed this method to remove the nav bar and now want to get it back, then delete the extra code that you added and save your template

Add Floating Share Button On Your Blog


social networking can create a massive traffic to your blog.i will share now how to add a splendid floating facebook like button,google+,twitter counter on your blogspot blog.here i go.First go to blogger > design Choose HTML/JavaScript Widget
And Paste the following code inside it





EDU technology social network








Replace bestrafi with your twitter username and save your widget now for your google +1 button go design > edit html and press CTRL+F and find the code < /head >
and paste the following code just above it and you are done




See your floating share button like this


EDU technology floating share button

Search

 

Popular Posts

Random Posts

Get Widget