Featured post
Showing posts with label Blog Tutorial. Show all posts
Showing posts with label Blog Tutorial. Show all posts
Thursday, 5 March 2020
How to Anti AdBlock Script For Blogger
Hello Guys, welcome to the My Tech4Spoort Blogger In this tutorial today I will show you how to insert add
Tuesday, 11 June 2019
Monday, 10 June 2019
Wednesday, 29 May 2019
Tuesday, 28 May 2019
Sunday, 26 May 2019
Saturday, 25 May 2019
Sunday, 21 April 2019
Tuesday, 9 April 2019
Monday, 1 April 2019
Monday, 11 March 2019
Wednesday, 6 February 2019
How To Remove Powered By Blogger Attribution in Blogger
Hello Guys, welcome to My Tech 4 Support Blogger In Blogger today I will show you how to remove/delete powered by blogger attribution widget in Blogger blog with Text and pictures or remove footer credit link from blogger template.
Monday, 4 February 2019
Wednesday, 23 January 2019
How To Upload a Files For Download In Blogger Post
Hello Guys, welcome to my Tech 4 Support Blogger today Tutorial I will show you how to Upload a Files For Download In Blogger Post blog with pictures and Text and download data Files like a word document, pdf file, Songs, Images, Games, Movies, Videos Songs, Animation, Software.
Saturday, 12 January 2019
Random Posts Widget for Blogger With Thumbnai
Hello Guys, Welcome to my Tech 4 Support blog. In this tutorial, I will show you how to add a random post to the widget to blog. We can add different types of random posts widget in different places of our blog. But before adding, we should think what type of widget should be added to get optimum result. According to me, if we use a random posts widget for a blogger with the thumbnail, it will help us to get more reader attraction. Therefore I will recommend this one for your blog.
Actually, it is a very lightweight random posts widget for blogger. This widget has also many customization and configuration options. You can change some basic styles of this widget within a few clicks. Moreover, the default design of this widget will suit any type of blog.
How to Add Random Posts Widget to Blogger
Hello Guys, Welcome to my blogger Tech 4 Support /Today I will show you how to add a random post on the widget.we have already seen some amazing and stylish random posts widget for blogger. Now it is time to add them to your blog. As a matter of fact, adding one of these widgets is very easy and needs some few clicks. Simply follow my step by step instruction.
Wednesday, 9 January 2019
Embed Youtube Video to the Blogger
Hello Guys, welcome to my Tech 4 Supports Blogger In this tutorial I will show you how to Embed Youtube video in Blogger blog with Text and pictures.
After that, we insert or upload the video on Youtube and Now we want the video also show visible on our website or blog, then I Will tell you the best method to add video on blog or website.
These are Some Following Steps to Use:-
Step 1: Open Your YouTube and select the video that you want to and click SHARE link then click on blog image.
then click on blog image.
Step 2: After that copy the embed code.
Step 3: Now we will go to Blogger post where we add YouTube video and click on the link to edit them on the post.
Step 4: After all work will be done then click the HTML button and paste where you want then click the update button.
Step 5: At the end Now open the blogger blog.
To Download My Blogger App From Google Play store.
Click Here: Tech 4 Support
I hope you enjoy this Post. If any problem comments it.
Daily Tech Update Check and Join Us :
Tuesday, 8 January 2019
How To Add Floating Pop Up Ads To Blogger
Hello Guys, welcome to my Tech Tech 4 Support Blogger and Today tutorial I will show you how to add floating pop up ads to Blogger blog with pictures.
In This post may sure help you to maximize your earnings From Blog but here you don’t show any Google Adsense ads because when you do Google Adsense ban your account, so read Google’s Terms and Conditions carefully. Here I am adding Hostgator affiliate ads on it.
Step 2: After That click anywhere in the code and press Ctrl+F finds </body> tag then paste the code in the </body> tag like the given image.
$('.cb_splash_ads .close').click(function(event) {
event.preventDefault();
$('.cb_splash_ads').slideUp('slow');
});
});
$(window).load(function(){
setTimeout(function(){
$('.cb_splash_ads').slideUp('slow');
},3000);
});
</script>
Step 3: Then Press Again Ctrl+F At This time We Will find <body> tag and paste the II code blew the <body> tag.
<!--Splash Popup Ads Start-->
<style>
.cb_splash_ads {
background-color: rgba(0,0,0,0.8);
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
}
.cb_splash_ads .pop {
background-color: #fff;
margin: 10% auto 0;
padding: 5px;
position: relative;
max-width: 300px;
}
.cb_splash_ads .pop img {
width: 100%;
vertical-align: middle;
}
.cb_splash_ads .close {
opacity: 1;
position: absolute;
right: -9px;
top: -9px;
}
.cb_splash_ads .close img {
height: 32px;
width: 32px;
}
@media only screen and (max-width:768px){
.cb_splash_ads .pop {margin-top:25%;}
}
@media only screen and (max-width:320px){
.cb_splash_ads .pop {margin: 25% 3% 0;}
}
</style>
<div class='cb_splash_ads'>
<div class='pop'>
<a class='close' href='#'><img alt='' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtL4UPRkdyrQ44dzIKD7S_52MOcf2AGJZIjrQ2Mj71kpH_HwHN7D_13t-kfjh80cPRCfThopg5sOBdmKRvzenad-4J3b8NhwR0iO-QfZkie3TUuhmQfYut-JWYiBaXVAYxr61emkbzk3U/s1600/close.gif'/></a>
Here paste your 300x250 banner ad code
</div>
</div>
<!--Splash Popup Ads End-->
In This post may sure help you to maximize your earnings From Blog but here you don’t show any Google Adsense ads because when you do Google Adsense ban your account, so read Google’s Terms and Conditions carefully. Here I am adding Hostgator affiliate ads on it.
These are Some Following Steps:-
Step 1: First of all Open Your Blogger theme option and And then click Edit HTML button.
Step 2: After That click anywhere in the code and press Ctrl+F finds </body> tag then paste the code in the </body> tag like the given image.
<script>
$(document).ready(function($) {$('.cb_splash_ads .close').click(function(event) {
event.preventDefault();
$('.cb_splash_ads').slideUp('slow');
});
});
$(window).load(function(){
setTimeout(function(){
$('.cb_splash_ads').slideUp('slow');
},3000);
});
</script>
Step 3: Then Press Again Ctrl+F At This time We Will find <body> tag and paste the II code blew the <body> tag.
<!--Splash Popup Ads Start-->
<style>
.cb_splash_ads {
background-color: rgba(0,0,0,0.8);
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
}
.cb_splash_ads .pop {
background-color: #fff;
margin: 10% auto 0;
padding: 5px;
position: relative;
max-width: 300px;
}
.cb_splash_ads .pop img {
width: 100%;
vertical-align: middle;
}
.cb_splash_ads .close {
opacity: 1;
position: absolute;
right: -9px;
top: -9px;
}
.cb_splash_ads .close img {
height: 32px;
width: 32px;
}
@media only screen and (max-width:768px){
.cb_splash_ads .pop {margin-top:25%;}
}
@media only screen and (max-width:320px){
.cb_splash_ads .pop {margin: 25% 3% 0;}
}
</style>
<div class='cb_splash_ads'>
<div class='pop'>
<a class='close' href='#'><img alt='' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtL4UPRkdyrQ44dzIKD7S_52MOcf2AGJZIjrQ2Mj71kpH_HwHN7D_13t-kfjh80cPRCfThopg5sOBdmKRvzenad-4J3b8NhwR0iO-QfZkie3TUuhmQfYut-JWYiBaXVAYxr61emkbzk3U/s1600/close.gif'/></a>
Here paste your 300x250 banner ad code
</div>
</div>
<!--Splash Popup Ads End-->
Step 4: At the end Open The Blogger Blog.
To Download My Blogger App From Google Play store.
Click Here: Tech 4 Support
I hope you enjoy this Post. If any problem comments it.
Daily Tech Update Check and Join Us :
Subscribe to:
Posts (Atom)