Articles by "Blogger Tutorials"
Showing posts with label Blogger Tutorials. Show all posts



Step 1

Log in into Blogger Watch the below Tutorial then follow


How to create Facebook like box popup in blogger lesson 12 from Hamza Shafiq on Vimeo.
youmazaa jo blue color ka hai . wahan pr apny page jo enter kren

Step 2
Find below Code With the help of CTRL+F
 
 </body>

Step 4

Copy and Paste below code before </body>:

start fb

<style type='text/css'>
#haakblogFBpop {
position:fixed !important;
position:absolute;
top:-1000px;
left:50%;
margin:0px 0px 0px -182px;
width:300px;
height:auto;
padding:16px;
background:#FEFEFE;font:normal Dosis, Georgia, Serif;
color:#111;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
#haakblogFBpop a.haakblogclose {
position:absolute;
top:-10px;
right:-10px;
background:#fff;
font:bold 16px Arial, Sans-Serif;
text-decoration:none;
line-height:22px;
width:22px;
text-align:center;
color:#000000;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:22px;
-moz-border-radius:22px;
border-radius:25px;
cursor:pointer;
}
</style>
 <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
$(window).bind(&quot;load&quot;, function() {
// Animate Top
$(&#39;#haakblogFBpop&#39;).animate({top:&quot;150px&quot;}, 1000);
// Widget by www.haakblog.com
$(&#39;a.haakblogclose&#39;).click(function() {
$(this).parent().fadeOut();
return false;
});
});
</script>
<div id='haakblogFBpop'>
<!-- Widget by www.haakblog.com Start -->
<center>
<b>Don&#39;t Forget To Join US Our Community</b></center>
<center>
<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fyoumazaa&amp;width=300&amp;height=258&amp;show_faces=true&amp;colorscheme=light&amp;stream=false&amp;show_border=false&amp;header=false&amp;appId=196282097100252' style='border:none; overflow:hidden; width:300px; height:258px;'/>
</center>
<!-- Widget by www.haakblog.com End -->
<a class='haakblogclose' href='#'>&#215;</a>
<center style='float:right; margin-right:10px;'>
<span style='font-size:xx-small; color:#000; text-decoration:none;'></span>
<a href="http://www.haakblog.com" rel="dofollow" target="_blank" title="blogger"><img src="https://bitly.com/haakblog" alt="blogger" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href='http://blogtutspk.blogspot.com/2014/02/how-to-add-facebook-like-popup-box.html' style='font-size:xx-small; color:#3B78CD; text-decoration:none;' target='_blank'>Widget</a></center>
</div>
end fb
How to get free two year (.co.vu) domain and transfer into your blogger?
Hi Friends
Step: 1 Go to this link http://codotvu.com/i/ci1m  you can see this page









Step: 2 Choose your domain name whatever you want and Click Register Domain
After you Register Domain you can see this page









Step: 3 Sign up to co.vu by filling your username, Password and Email
And Click Create my account.
After that you can go to your account and verify by clicking verify: yourmail@gmail.com something like that.












Step: 4 When you click verify you can see this page










Step: 5 Click my Domains then Click Blogger and follow the Instructions.
If you see Error 14 please contact me.
Thanks
 
We hate when someone copy our work, by Copying others content and ideas. 
What can be nastiest than that ??

For Protecting our blog's content from copyright the easiest way is to disable
mouse selection on our blogs by which no one can copy the text and images,
we can make it possible by using small JavaScript code which will
disable mouse selection on blog.
I hope it will helpful to you. watch and Enjoy.
 How To Disable Mouse Selection On Blogger in Urdu Lesson 13 from Muhammad Danish on Vimeo.


JavaScript Code For Disabling Mouse Selection which is highlighted in purple color.

 
 
<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false }
function reEnable(){
return true }
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else {
document.onmousedown=disableselect
document.onmouseup=reEnable }
</script>

 

In this Tutorial we can disable mouse selection in blogger, This script is working on all major browser which support JavaScript.


blogtutspk



Step 1

Log in into Blogger Watch the below Tutorial then follow


How to create Facebook like box popup in blogger lesson 12 from Pervez on Vimeo.
youmazaa jo blue color ka hai . wahan pr apny page jo enter kren

Step 2
Find below Code With the help of CTRL+F
</body>

Step 4

Copy and Paste below code before </body>:

start fb

<style type='text/css'>
#haakblogFBpop {
position:fixed !important;
position:absolute;
top:-1000px;
left:50%;
margin:0px 0px 0px -182px;
width:300px;
height:auto;
padding:16px;
background:#FEFEFE;font:normal Dosis, Georgia, Serif;
color:#111;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
#haakblogFBpop a.haakblogclose {
position:absolute;
top:-10px;
right:-10px;
background:#fff;
font:bold 16px Arial, Sans-Serif;
text-decoration:none;
line-height:22px;
width:22px;
text-align:center;
color:#000000;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:22px;
-moz-border-radius:22px;
border-radius:25px;
cursor:pointer;
}
</style>
 <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
$(window).bind(&quot;load&quot;, function() {
// Animate Top
$(&#39;#haakblogFBpop&#39;).animate({top:&quot;150px&quot;}, 1000);
// Widget by www.haakblog.com
$(&#39;a.haakblogclose&#39;).click(function() {
$(this).parent().fadeOut();
return false;
});
});
</script>
<div id='haakblogFBpop'>
<!-- Widget by www.haakblog.com Start -->
<center>
<b>Don&#39;t Forget To Join US Our Community</b></center>
<center>
<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fyoumazaa&amp;width=300&amp;height=258&amp;show_faces=true&amp;colorscheme=light&amp;stream=false&amp;show_border=false&amp;header=false&amp;appId=196282097100252' style='border:none; overflow:hidden; width:300px; height:258px;'/>
</center>
<!-- Widget by www.haakblog.com End -->
<a class='haakblogclose' href='#'>&#215;</a>
<center style='float:right; margin-right:10px;'>
<span style='font-size:xx-small; color:#000; text-decoration:none;'></span>
<a href="http://www.haakblog.com" rel="dofollow" target="_blank" title="blogger"><img src="https://bitly.com/haakblog" alt="blogger" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href='http://blogtutspk.blogspot.com/2014/02/how-to-add-facebook-like-popup-box.html' style='font-size:xx-small; color:#3B78CD; text-decoration:none;' target='_blank'>Widget</a></center>
</div>
end fb
Hi Friends I am Muhammad Danish, Today in this Urdu Blogger Tutorial Series I will tell you that how to create privacy policy for blogger in Urdu lesson 10 . Please leave comment if you face any problem to your blogger blog. you can follow us on facebook and Google also tweeter Thanks.





Today we will learn together that How to submit sitemap to Google blogger in Urdu Lesson 11
Follow video Tutorials and Learn that how to do it very easy method.



Past the below code after your blogger url to add sitemap.

atom.xml?redirect=false&start-index=1&max-results=500

Oho...nice to meet you guys and welcome back to http://bloggerstuts.blogspot.com/ in this lesson we learn together thathow to upload and add logo in blogger b=very easy method so lets start by watching this tutorial to learn how to do .

How to upload and install logo in blogger Lesson 8

 













In This Tutorials I will show you How to create your feed lesson 5 in your own blogger or site in Urdu Language , you can easily Learn with Urdu Tutorial.
If you face any problem to this Tutorial ,feel free to comment us, we will guide and help you.
Thanks

Create and Publish Your Blog Feed with Feed-burner In Urdu Lesson 5


www.blogtutspk.blogspot.com











In This Tutorial I will  show you that How to Create �The Perfect Blog Post�on blogger in Urdututorial? Lesson 4, just play this blogger tutorial. and enjoy friends
If you face any problem to this tutorial! just comment us, we will help you InshAllah.

How to create a post on blogger in Urdu tutorial? Lesson 4














In This Tutorial I will  show you that How to add a page to blogger in Urdu tutorial Lesson 3, just play this blogger tutorial. and enjoy friends
If you face any problem to this tutorial! just comment us, we will help you InshAllah. 
How to Create Static Pages in Blogger 





www.blogtutspk.blogspot.com



















In This Tutorial I will  show you that how to install blogger template in Urdu tutorial, just play this blogger tutorial. and enjoy friends
If you face any problem to this tutorial! just comment us, we will help you InshAllah.