AjmalWeb: Blogger

The Way Of Online Learning Of Blogging WordPress Google AdSense

Showing posts with label Blogger. Show all posts
Showing posts with label Blogger. Show all posts

Thursday, 16 June 2016

How To Auto Share Blog Post On Facebook Twitter And All Other Social Media

08:28:00 46
How To Auto Share Blog Post On Facebook Twitter And All Other Social Media
How To Auto Share Blog Post On Facebook Twitter And All Other Social Media

Here is service How To Auto Share Blog Post On Facebook Twitter And All Other Social Media. Social signal is very important for every blog post. Sometimes we forgot to Auto Share Blog Post On All Social Media. Here is many ways to Share Blog Post On Social Media Let's start this simple article.

#Step 1 
Go to http://twitterfeed.com/ 




Click on Register now  from your Gmail fill up form and  then click on Create New Feed 



#Step 2
Enter your blog name and URL then click on Continue to Step2 button 



#Step 3
Now see all available services and add all your social media you want to  Auto Share Blog Post On Facebook Twitter And All Other Social Media  



Enjoy the  Auto Share Blog Post On All Other Social Media 

Friday, 27 May 2016

How To Create HTML Sitemap Page In Blogger

05:02:00 2
How To Create HTML Sitemap Page In Blogger

How To Create Sitemap Page On Blogger


What Is Sitemap Page ?

List of your blog posts which usually helps property of blog. New sitemap page has all of your blog posts listed in a label category.

Here are the Demo of HTML Sitemap Page 



Creating Sitemap Page In Blogger 

#1. Go to Blogger Dashboard > Pages > Create New Page > Click On HTML mode

#2. Insert Page Title Of You Want 

#3. Paste this following code in HTML mode save and  publish  your post 

<style type="text/css">
#toc{
width:99%;
margin:5px auto;
border:1px solid #2D96DF;
-webkit-box-shadow:4px 4px 8px 2px rgba(0,0,0, 0.2);
-moz-box-shadow:4px 4px 8px 2px rgba(0,0,0, 0.2);
box-shadow:4px 4px 8px 2px rgba(0,0,0, 0.2);
}
.labl{
color:#FF5F00;
font-weight:bold;
margin:0 -5px;
padding:1px 0 2px 11px;
background:-moz-linear-gradient(right,#C2EAFE 0%,#055A85 40%);
background:-webkit-gradient(linear,left 10,right 80,color-stop(0.20,#055A85),color-stop(1,#C2EAFE));
border:1px solid #2D96DF;
border-radius:4px;-moz-border-radius:4px;
-webkit-border-radius:4px;box-shadow:3px 3px 1px #bbb;
-moz-box-shadow:3px 3px 1px #bbb;-webkit-box-shadow:3px 3px 1px #bbb;display:block;
}
.labl a{
color:#fff;
}
.labl:first-letter{t
ext-transform:uppercase;
}
.new{
color:#FF5F00;
font-weight:bold;
font-style:italic;
}
.postname{
font-weight:normal;
background:-moz-linear-gradient(right,#C2EAFE 0%,#fff 40%);
background:-webkit-gradient(linear,left 80,right 10,color-stop(0.60,#fff),color-stop(1,#C2EAFE));
}
.postname li{
border-bottom: #ddd 1px dotted;
margin-right:5px
}

</style>


<br />
<div id="toc">
<script src="https://googledrive.com/host/0ByNodV_m9cVLR0pmWFgwZ1NmdW8/" type="text/javascript"></script>
<script src="http://www.ajmalweb.com/feeds/posts/default?max-results=9999&amp;alt=json-in-script&amp;callback=loadtoc">
</script></div>
Note : Replace www.ajmalweb.com with your own domain name 

#4. After publish your post view your Sitemap Page and see the beautiful Sitemap Page in blogger 

You have successfully created a cool label sitemap page for your blogger blog 

Sunday, 22 May 2016

How To Remove Showing Posts With Label In Blogger Blogspot

09:59:00 0
How To Remove Showing Posts With Label In Blogger Blogspot
How To Remove Showing Posts With Label In Blogger Blogspot


Any of the default Blogger template layout Showing Posts With Label message show up above the post each time when you click on label link 

Today i will show you " How To Remove Showing Posts With Label In Blogger Blogspot " Many people want to remove this message but don't know that how Remove Showing Posts With Label In Blogger. Follow these simple steps.

Step #1 Go to Blogger Dashboard > Template > Edit HTML

Step #2 Search this following code using "Ctrl+F"

<b:includable id='status-message'>

After found this code click on black arrow on left side expand the rest of code 


Step #3  The following code you need to remove 

<b:includable id='status-message'>
 <b:if cond='data:navMessage'>
 <div class='status-msg-wrap'>
 <div class='status-msg-body'>
 <data:navMessage/>
 </div>
 <div class='status-msg-border'>
 <div class='status-msg-bg'>
 <div class='status-msg-hidden'><data:navMessage/></div>
 </div>
 </div>
 </div>
 <div style='clear: both;'/>
 </b:if>
 </b:includable>



Step #4 Replace it with this below code 

<b:includable id='status-message'>
 <b:if cond='data:navMessage'>
 <div>
 </div>
 <div style='clear: both;'/>
 </b:if>
 </b:includable>

Step #5 Save template view your blog and also check result by clicking any of label. 

Now you have successfully removed "Showing Posts With Label.....show all posts"  there should be no box anymore.

Wednesday, 18 May 2016

Popup Email Subscribe Box For Blogger

19:33:00 0
Popup Email Subscribe Box For Blogger
Popup Email Subscribe Box For Blogger



How to install widget  Popup Email Subscribe Box For Blogger 

It is a blogger widget which is created CSS3 with JQuery. Adding this blogger widget you can increase your readers.

Hare is  Popup Email Subscribe Box For Blogger Subscribe For Latest Updates

1. Go to Blogger Dashboard > Template > Edit HTML/

Paste this below code before </Style> 
#sub-box {display:none;background:rgba(0,0,0,0.9);width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;}
#boxclose {width:100%;height:100%;-webkit-transform:translateZ(0);}
#boxview {background:#fff;border:8px solid #fff;width:600px;height:250px;position:absolute;top:33%;left:28%;}
#closebox {float:right;cursor:pointer;position:absolute;right:-1px;top:-2px;}
#closebox:before {content:&quot;Close&quot;;padding:5px 8px;background:#fff;color:#48cb7a;font-weight:normal;font-size:12px;font-family:Open sans;}
#boxlink,#boxlink a.visited,#boxlink a,#boxlink a:hover {color:#aaaaaa;font-size:9px;text-decoration:none;text-align:center;padding:5px;}
#subscribe-box {width:600px;height:250px;background-color:#02BA74;}
#subscribe-box p {font-family:&#39;Open Sans&#39;;font-size:18px;color:#fff;line-height:20px;padding:10px 20px 0 20px;margin:0;}
#subscribe-box .emailfield {padding:0px 20px 10px;}
#subscribe-box .emailfield input {background:#f9f9f9;color:#bbb;padding:10px;margin-top:10px;font-size:13px;font-family:&#39;Open Sans&#39;;width:96.3%;border:0;transition:all 0.4s ease-in-out;}
#subscribe-box .emailfield input:focus {background:#fff;outline:none;color:#888;}
#subscribe-box .emailfield .submitbutton {background:#444;color:#fff;text-transform:uppercase;font-weight:normal;font-size: 16px;border:none;outline:none;width:100%;cursor:pointer;border-radius:3px;transition:all 0.4s ease-in-out;}
#subscribe-box .emailfield .submitbutton:active {outline:none;border:none;background:#fff;color:#e25734;}
#subscribe-box .emailfield .submitbutton:hover{background:#fff;color:#444;}
Save the Template 

Now go to Layout > Add A Gadget > HTML/JavaScript and paste this below code 
<script type='text/javascript'>
//<![CDATA[
jQuery.cookie = function (key, value, options) {
// Pengaturan cookie
if (arguments.length > 1 && String(value) !== "[object Object]") {
options = jQuery.extend({}, options);
if (value === null || value === undefined) {
options.expires = -1;
}
if (typeof options.expires === 'number') {
var days = options.expires, t = options.expires = new Date();
t.setDate(t.getDate() + days);
}
value = String(value);
return (document.cookie = [
encodeURIComponent(key), '=',
options.raw ? value : encodeURIComponent(value),
options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE
options.path ? '; path=' + options.path : '',
options.domain ? '; domain=' + options.domain : '',
options.secure ? '; secure' : ''
].join(''));
}
// cookie
options = value || {};
var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent;
return (result = new RegExp('(?:^|; )' + encodeURIComponent(key) + '=([^;]*)').exec(document.cookie)) ? decode(result[1]) : null;
};
//]]>
</script>
<script type='text/javascript'>
jQuery(document).ready(function($){
if($.cookie('popup_facebook_box') != 'yes'){
$('#sub-box').delay(3000).fadeIn('fast');
$('#closebox, #boxclose').click(function(){
$('#sub-box').stop().fadeOut('fast');
});
}

});
</script>
<div id='sub-box'>
<div id='boxclose'>
</div>
<div id='boxview'>
<div id='closebox'>
</div>
<div id='subscribe-box'>
                 <center><p>Subscribe for Latest Update</p></center>
             <div class='emailfield'>
              <form action='http://feedburner.google.com/fb/a/mailverify?uri=YOUR-USER-NAME' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=YOUR-USER-NAME, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'>
               <input type='text' name='name' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Your Name&quot;;}' onfocus='if (this.value == &quot;Your Name&quot;) {this.value = &quot;&quot;;}' value='Your Name'/>
               <input type='text' name='email' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Your Email&quot;;}' onfocus='if (this.value == &quot;Your Email&quot;) {this.value = &quot;&quot;;}' value='Your Email'/>
<input name='uri' type='hidden' value='YOUR-USER-NAME'/>
<input name='loc' type='hidden' value='en_US'/>
                <input class='submitbutton' type='submit' value='Subscribe Now!'/>

              </form>
             </div></div> 
</div>
</div>
Note : Replace YOUR-USER-NAME with your own feedburner name 
Refresh the web page and you can the PopUp Email Subscription Box on your blogger  
Here is Method On How To Add PopUp Email Subscription Box On Blogger 

Sunday, 8 May 2016

Email Sign Up Subscription Box For Blogger

09:46:00 0
Email Sign Up Subscription Box For Blogger

How To Add Email Sign Up Box For Blogger


Adding Of Email Sign Up Subscription Box For Blogger 

Go to Blogger > Template > Edit HTML 

Add this code before </body>

<div class='modalDialog' id='signup'>
<div>
<a class='close' href='#close' title='Close'><i class='fa fa-times'/></a>
<div class='signup-container'>
<style>
.newsletter-sm {background:#fff; width: 100%; margin: 0; padding: 20px;}
.newsletter-sm h3 {color:#555; font-family: &#39;Maven Pro&#39;, sans-serif; font-size: 24px; font-weight: normal; text-align:center; margin-bottom: 10px;}
.newsletter-sm p {font-size: 14px; color:#555; line-height: 20px; font-family: &#39;Maven Pro&#39;, sans-serif;}
.newsletter-sm .newsletter-input-sm {border: 0; padding: 5px 10px; width: 360px; float:left; height: 40px; color:#555;border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.newsletter-sm .newsletter-sm-bot{background:#00aa9f url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbDsrnFkz1p48VAvGb209smf0FXdcuC0-L4jAWX5fO38FuWy0nphtnmPIKMVfGeLjv8-CGOx6lailYpjj4bbA2Bd2docbE90lgJkVOu6BtepRLxa1yL8ojVwzLtiB4-d1LBxtTwplAebE/s1600/bg.png) no-repeat; padding: 20px; margin: 0 -20px -20px; height: 80px;}
.newsletter-sm .newsletter-button-sm {float:right; height: 40px; display:inline-block; font-size: 14px; padding: 5px 10px; position: relative;color: #fff;text-align: center; background:#00aa9f;border: 1px solid #fff;cursor: pointer; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}</style><div class='newsletter-sm'><i class='fa fa-envelope-o' style='background:#00aa9f; color:#fff; width: 50px; height: 50px; display:block; line-height: 50px; text-align:center; font-size: 24px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; margin: 0 auto;'/>
<h3>Subscribe to Newsletter</h3><p style='text-align:center'>Sign up with your email address to receive news and updates straight in your inbox.</p><form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=BloggingEasier&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'><div class='newsletter-sm-bot'><input class='newsletter-input-sm' name='email' placeholder='Enter Your Email' type='text'/><button class='newsletter-button-sm' type='submit'>Subscribe</button>  </div><input name='uri' type='hidden' value='BloggingEasier'/>
</form></div></div></div></div>


Replace AjmalWeb  with your feedburner URL 

Add this code before ]]></b:skin> in Blogger Template 

/*--------------- MBA Modal Dialog ---------------*/
.modalDialog {
 position: fixed;
 font-family: Arial, Helvetica, sans-serif;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0,0,0,0.6);
 z-index: 99999;
 opacity:0;
 -webkit-transition: opacity 200ms ease-in;
 -moz-transition: opacity 200ms ease-in;
 transition: opacity 200ms ease-in;
 pointer-events: none;
}
.modalDialog:target {
 opacity:1;
 pointer-events: auto;
}
.modalDialog:target > div {
margin: 8% auto;
}
.modalDialog > div {
 -webkit-transition: all 100ms ease-in;
 -moz-transition: all 100ms ease-in;
 transition: all 100ms ease-in;
 width: 500px;
 position: relative;
 margin: 5% auto;
 background: #fff;
 min-height: 200px;
}
h2.signup {
background:#00aa9f;
border-bottom: 1px solid #008d84;
font-weight: normal;
text-align:center;
padding: 10px;
color:#fff;
font-size: 18px;
}
.close {
 color: #888;
 position: absolute;
 top: 1px;
 right: 1px;
 width: 30px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 font-size: 16px;
}

.close:hover { text-decoration:none; }
.close:hover { color:#555; }
 Finally save it template 
This is the method how to add Email sign up box for blogger For Newsletter 


Wednesday, 20 April 2016

Blogger Dashboard Complete Guide For Beginner

09:33:00 0
Blogger Dashboard Complete Guide  For Beginner
Blogger Dashboard Complete Guide  For Beginner


What Is Blogger Dashboard
When You Login To Blogger.Com a Screen Appear In Front Of  You Is Known As Blogger Dashboard. Which Is Divided Into Two Columns  Where All Your Blogs Are Listed . 

1.Overview 

On This Tab Summery Of Your Blog Performing You Can See The Weekly Page View Of Your Blog. It shows The Traffic Coming The Post With Highest Viewing and The Traffic Graph Displaying. Other Activities Like Comment Awaiting Moderation , Published Comment , Page Views Today, Posts , Followers Etc 

2.Posts 

This Tab Give You  All Articles You Posted . You Can Write New Post, Update Your Article , Edit , View , Share , Delete ,   and Select Label For Each Blog Post. It Also Shows The Page Views For Each Individual Post . Draft Post and Also Published Posts Are Shown. No Of Posts Views Along With The Data Which Post Are Created And Updated 
Related : How Write SEO Friendly Blog Post 

3.Pages

You Can Create Additional Page and Link Then To Homepage. You Can Create The Pages Like About Us, Contact Us , Privacy Policy, Sitemap, and Link Through The Widget To The Main Page. Pages Are Totally Different From Blog Posts And Even Homepage Of Your Blog.  

4.Comments 

From Here You Can Publish The Comment. Comment From Your Audience Are Listed Here. Take It Down Temporary Or Delete It . Span Message Are Also Automatically Caught Here . 

5.Google+

Your Google Profile Is Feature Here. You Will Find The Ways To improve Your Blog With Google+ Include The Option For Automatically Post Share On Google+ When You Publish An Article . Here You Can Control How Google Publish Your Post On Google+ Profile And Their Circle. You May Set Google +Comment System  To Your Blog 

6.Stats

This Is The Most Visited Panel Of Your Blogger Dashboard. This Panel Contains The Detailed Information Which Were Summarized In " Overview " Panel  . On This Tab Most Popular Article Is Traffic Source (URL, Site and Keywords) Geographic Location On Visitor (Country, Operating System, Browser) . No Of Pages Views Based On Now, Days, Week, Month, And All Time .You Can See How Your Blog Doing At Any Of These Time Duration. You Can Also See The Traffic To Your Each Post  The Source Of Traffic and Most important To SEO Optimization and The Keywords That Was Typed When Looking For Information On Your Blog. You Can Use Keywords To See Your Article Is Listed On Google Search And How To Optimize It To Rank Higher 

7.Earning 

This Panel Is The Dream Of Every Blogger User. Where You Apply For Google Adsense (When You Are Ready) Where You Monitor Your Earning In Your Adsense Account. This Is Most Important Panel. If You Want To Earn Dollar From Your Blog You Sign Up Google Adsense Through Blogger And Displaying Ads On Your Blog.

8.Compaigns

Grow Your Audience You Are Looking To Bring In New Reader Coming Back For More Adwords Help Your Blog Get More Visibility. Create Your Ad, People See Your Blog On Google, You Get More Readers. This Is The Least Visited Panel On The Dashboard. This Link Will Help You Millions Of Online Users And Making Them Regular Clients Of Your Blogger. 

9.Layout

This Tab Will Help You To Add , Remove ,Edit Gadget Including Favicon On Your Blog And Change Look and Layouts. If You Are Using Custom Template Download To Internet Top Row Is Pretty Useless and The Down Part Is The Layout Of Your Blog. Layout Is The Most Important Part Of Blogger Dashboard. The Widget Control The Additional Features Of Your Blog Are Arranged Here. You Can Move The Widget Around You Like To Enhance The Look Of Your Blog Just Click And Drag To Rearrange The Widget. 

10.Template 

This Is The Most Advanced Part Of Your Blogger Dashboard. Easy Part Of This Panel Is Where You Choose Mobile Template. The Difficult Part Is Click On " Edit HTML " . Even The Professional Are Always Use The Backup Of Blogger Template Before Editing The HTML. So Download Your Working Template and Save It On Your Known Location Before You Attempt Any Editing.  

11.Settings

Other Settings Like Title, Privacy, Blog Author, Description, Post , Comment, Search Preference and Etc. The Setting Panel Has Its Own Set Of Links Which Must Be " Used  With Care " . From Here You Can Perform Many Functions With Respect To The Administration Of Your Blog .You Can Change Your Blog Address From Blogspot To Custom Domain Name. How Your Audience Uses Their Blog. You Can Invite Other Person Through Google Account To Make Admin Of Your Blog To Post On Blog. You Control Comment Box How Appear On Your Blog Post. Control SEO (Search Engine Optimization)

Friday, 15 April 2016

How Create New Blog On Blogger Complete Guide For Beginners

04:51:00 0
How Create New Blog On Blogger Complete Guide For Beginners
Beginners Guide To Blogging With Blogger
In These Days Blogger  Has Become Time Pass For Many Of The People On Internet. Some People Create Blog For Make Money On Internet Through Blogger , Other About Current Events , Latest Jobs , Current News , Fashion Show , Showbiz and Many Other Purpose . I Found A Blogging In Easy With Blogger.com. If You want To Start Blogging With Blogger.Com On Internet Then Here Is Very Quite and Easy Steps Follow Me 

1.How To Create New Blog On Blogger.Com

Sign Up For Gmail If You Have Gmail Then Just Sign In To Your Gmail Account.
Go To Blogger.Com Put Your Gmail and Password  Then sign In To Blogger



2.Select Profile To Create Blogger Account

After Login To Your Account You Will Asked For Profile You Get Two Options Google+ Profile Or Blogger Profile You Can Choose Any One 

3.Create Blog and Save It 

After Select your Account You Get a Window In the Right Side Click On New Blog To Create Your Blog  To Fill Your Blog Detail . You Will Asked For Title And Address So Title Is The Name Of Your Blog and Address Is The Domain Of Your Blog Enter Detail and Select Template  Click On "Create Blog" and Save It. Now Blog Is Created On Blogger.Com