Thursday, 10 September 2015

// // Leave a Comment

How To Add Search Description To Individual Post In Blogger

SEO is the most important part of any post and when done correctly, it rewards you with tons of traffic. One of the important part of SEO is meta description or tags. Adding search description to individual post is very useful to rank higher and faster. A clear and brief search description helps your post to get more number of clicks.

How To Add Search Description To Individual Post In Blogger


In this post, I will show you how to add a search description or meta tags to a specific post in blogger. First we have to enable search description from bloggers account settings and then we will we able to add search description to our individual posts. Follow the simple steps given below carefully.

Add Search Description To Individual Post In Blogger

Step 1 : Open your blogger's dashbaord. Go to Settings > Search Preferences > Meta Tags.
Enable the description setting and Save it.

How To Add Search Description To Individual Post In Blogger

Step 2 : Now, write a new post or edit the previous one. You will see a new 'Search Description' button at the right side of the page as shown below.

How To Add Search Description To Individual Post In Blogger

Step 3 : Click on it and write a brief description of your post and click on 'Done'. Don't use more than 150 words.
How To Add Search Description To Individual Post In Blogger

Publish the post and that's it. You have successfully added the search description to your post.

This was a very simple tutorial on adding search description in individual post in blogger blog. I hope you liked it. If you have any problem related to this then don't hesitate to ask me. I will be happy to help you.
Read More

Monday, 31 August 2015

// // Leave a Comment

How To Share Your Post To All Facebook Friends And Groups With a Single Click

When you write a new post, the next important task is to share your work with the world. The most important tool which almost everyone uses is Facebook. Sharing new post on Facebook groups and with your friends gives you lot of traffic.

This task seems to be easy but in reality, it takes too much time. Each time you need to open a group, then paste your link manually inside it. This is a very slow process and if want to share your post in atleast 50 groups, then you have invest around 1-2 hours in this task.

How To Share Your Post To All Facebook Friends And Groups With a Single Click


Today, In this post, I will show you a very smart way of sharing a new post with Facebook friends and groups. Using this method you will be able to do this work in less than 5 minutes. Follow the steps given below carefully.

Share Your Post To All Facebook Friends/Groups With a Single Click

Step 1 : Go to Share This and register a new account.

Step 2 : Select the platform on which your blog is hosted. Customize the sharing options of the widget and don't forgot to add Facebook Send button on it.

Step 3 : After completing all the steps, you will get a HTML code. Copy the code and paste it into a new widget in your blog.

Step 4 : Now below your every post, you will see a set of sharing buttons on different social media. Now, click at the Facebook Send button.
How To Share Your Post To All Facebook Friends And Groups With a Single Click



Step 5 : Now, add many as recipients as you want. You can add your friends and groups on which you want to share it. It will not take more than 5 minutes in doing this work. Click on send button and your content will be shared with everyone.

How To Share Your Post To All Facebook Friends And Groups With a Single Click


I hope you liked this tutorial on sharing new post in all Facebook groups with just a single click. If you have any query then don't hesitate to ask in the comments below or you can also contact me on Facebook or G-mail. Also, share this trick with your friends too.
Read More

Tuesday, 5 May 2015

// // Leave a Comment

How To Add a Forum To Your Blogger Blog

A forum is a platform where everyone can put their opinions, ask questions, reply to someone's query or just participate in a discussion. It is always good to have a forum in your website or blog. It gives your user a way to interact with you and other users of the same website. Also, they have more chances of getting their question answered.

Although, users can also interact through comments but, asking a question in a comment which is not related to that post, feels awkward. So a forum gives them the freedom to start a whole new conversation.

How To Add a Forum To Your Blogger Blog


Adding a forum in a blogger blog is a tough task. Blogger is a free platform so it lacks of so many features. But, we can still add a forum to our blog using Google Groups. Google Group provides you with a free forum with high flexibility. It's a free tool and you can customize it any time very easily. In this post, I will show how to add Google Group forum to your blog. Follow these steps carefully.

Add a Forum To Your Blogger Blog

Step 1 : First, you have to log in to your gmail account. Now, go to https://groups.google.com/forum/?fromgroups#!myforums and click on 'Create Group' as shown below.

How To Add a Forum To Your Blogger Blog

Step 2 : Now, you will see a form. Fill the the required details. All the points are explained below.

How To Add a Forum To Your Blogger Blog

Group name : Write a name for your new forum. It will be good to choose a name related to your subject. You can also rename it any time.

Group email address : A group email address will be created automatically according to the group name. For example, if you write "Marketing" in the group name then you will be provided with marketing@googlegroups.com as group email address.

Group description : Write a small description about your forum so that the visitor could understand about it.

Group's primary language : Select the language for your forum according to you. Most of the people select the English and it is by default selected English only.

Group type : This option you have to select according to your need. You will get four options i.e Email list, Q&A Forum, Web Forum, Collaborative inbox. Depending on your requirement , select the one out of four.

Basic permission : In this section, you have to decide the basic permissions about your forum which you want to give to your users.

Once you filled all the information correctly, click 'Create' button. Now your group is successfully created.


Step 3 :  Now open your blogger account. Go to Pages and create a new page. Edit the Page in HTML form.

How To Add a Forum To Your Blogger Blog

Step 4 : Now copy and paste the following code there.
             <iframe frameborder="0" height="1000px" id="forum_embed" scrolling="no"
src="javascript:void(0)" width="100%">
    <br />
</iframe>
<script type="text/javascript">
    document.getElementById("forum_embed").src =
        "https://groups.google.com/forum/embed/?place=forum/yourgroupname" +
        "&showsearch=true&showpopout=false&parenturl=" + encodeURIComponent(window.location.href);
</script>

Replace yourgroupname with the name of your group.


Step 5 : Publish the page and you are done with it.

Congrats !! You have successfully created and added a forum to your blog.

I hope this tutorial helped you to add forum to your blog/website. If you faced any difficulty in doing it, then feel free to ask in the comments below.

Read More

Friday, 24 April 2015

// // Leave a Comment

How To Add Reblog Button In Your Blog

Re-blog button is a button below your post which allows the readers to post the same post in their blog also. This way the same post is shared on more than one blog and it helps the post to go viral.

You might be wondering that in this way you will lose all your hard-work to someone's else blog. But, by doing this you will also get a back link from them. Each time your post is shared using this button, you will get a back link from that blog. In this way you will get lots of back links and this will ultimately help your blog to gain more traffic and more subscribers.


Add Reblog Button In Your Blog


In this post, I will show you how to use this amazing back link creating trick on your blog also. Just follow these simple steps given below.

Add Re-Blog Button In Blogger

Step 1 : Open your blogger dashboard. Go to 'Template' and edit your template in HTML form.

Add Reblog Button In Your Blog


Step 2 : Click anywhere inside the code and then using the keys Control+F, open the search box.
Add Reblog Button In Your Blog


Step 3 : Search for ]]></b:skin> 

Step 4 : Paste the following code just above it.
             .reblog {
color: #fff;
font-weight: bold;
font-size: 14px;
text-shadow: 1px 1px 0 #75a43b;
padding: 5px 10px;
display: inline;
border: 1px solid #69963b;
background: #7cc237;
border-radius: 2px;
background: -webkit-gradient(linear, left top, left bottom, from(#afd95b), to(#7cc237));
background: -webkit-linear-gradient(top, #afd95b, #7cc237);
background: -moz-linear-gradient(top, #afd95b, #7cc237);
background: -ms-linear-gradient(top, #afd95b, #7cc237);
background: -o-linear-gradient(top, #afd95b, #7cc237);
box-shadow: inset 0 1px 0 #d0e8a0;
-webkit-box-shadow: inset 0 1px 0 #d0e8a0;
-moz-box-shadow: inset 0 1px 0 #d0e8a0;
-o-box-shadow: inset 0 1px 0 #d0e8a0;
}

.blogthis a {
color: #fff; text-decoration:none;}

a.reblog:hover {
color: #fff;
background: #7cc62b;
background: -webkit-gradient(linear, left top, left bottom, from(#b5e261), to(#7cc62b));
background: -webkit-linear-gradient(top, #b5e261, #7cc62b);
background: -moz-linear-gradient(top, #b5e261, #7cc62b);
background: -ms-linear-gradient(top, #b5e261, #7cc62b);
background: -o-linear-gradient(top, #b5e261, #7cc62b);
text-decoration:none;
}


Step 5 : Again search for the following given line.
              <div class='post-footer'> 


Step 6 : Paste the following code just above it.
             <div class="reblogme"><li class='blogthis'><b:if cond='data:top.showBlogThisButton'>
<a class='reblog' expr:href='data:post.sharePostUrl + &quot;&amp;target=blog&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' expr:title='data:top.blogThisMsg' target='_blank'>Reblog This Post</a></b:if>
 </li></div>


Step 7 : Save the template and you done with it.


I hope this tutorial helped you to add reblog button on your blog. If you face any problem with it then feel free to comment your problem below.

Read More

Monday, 6 April 2015

// // Leave a Comment

How To Increase AdSense Earning By Using High Paying Keywords

Many new bloggers think that Adsense earning is directly dependent on the amount of traffic. But, this is not always right. There are some others factors which affects your earning. One of those factors is the keywords in your content. Adsense displays ads based on the content in your blog. If your blog is about health, then it will display ads related to treatment and medicines. If your content target about hosting and domain, then it will display ads related to hosting companies.

 Increase AdSense Earning By Using High Paying Keywords

There are many peoples earning very different amount from Adsense from the similar amount of traffic on their blog. This is actually what happening due to the keywords in their content. Some people earns 5$/click while others take 40-50 clicks to earn that 5$.

So the main reason of earning is the Keywords in your content. High paying keywords will make your blog to earn more money while low paying keywords just give you some pennies.

What Are High Paying Keywords ?

The keywords which have high CPC (Cost per click) are called high paying keywords. CPC means the amount paid by the advertisers per click on that keyword. The more is the bidding price, the more you will earn per click on that keyword. 

Now, you understands the basic meaning of CPC. The keyword having high CPC is known as high paying keywords. Usually, a technology blog earns more than a entertainment blog with the same amount of traffic because technology blog have high CPC keywords than a entertainment blog. 

You can find high paying keywords by doing a little bit of hard-work. Below you can learn some tips to find high paying keywords to help you to earn more money with AdSense.

How To Find High Paying Keywords ?

There are many tools available online to find high CPC keywords. You can use any tool and all will give you approximately the same result. The best tool that I will suggest you is SEMrush and Google AdWords. SEMrush came with both free and paid version. It will cost 69$ per month but it will give you all the information that you requires. Google AdWords is also a good tool and it is completely free to use.

Here I will show you how you can use Google Adwords to find a good high paying keywords.

1. First, sign in to your gmail account and then go to Google AdWords Keyword Planner by clicking here.

2. Now go to 'Search for new keyword and ad group ideas'. 

3. Write the name of any keyword, leave other fields blank and click on Get Ideas. Here I am taking the example of 'web hosting'.

 Increase AdSense Earning By Using High Paying Keywords

A part of result is shown below.

 Increase AdSense Earning By Using High Paying Keywords

Now you can see above, three keywords have the maximum price.
cheap web hosting - Rs 965.72
cheapest web hosting - Rs 1003.39
web hosting canada - 1028.42

If you target these keywords than your earning will be maximum than any other keyword from the above list. These are called high paying keywords because they have a high CPC. You can further increase your earning by making a combination of more than 1 keyword. Here, you can target 1 of the three keyword and earn accordingly but, if you target cheap web hosting canada or cheapest web hosting canada than your earning will be much more because you are making a combination of two keywords.

Here, I only talked about the high paying keywords and their CPC, there are other factors also like competition of that keyword. High competition means that it is difficult to rank for that keyword and lower ranking means you will get less traffic, so your earning will be less.

One more factor is the monthly searches of that keyword. If a keyword has high monthly searches than you will get more traffic and this will make your blog to earn more money.

So it is important that you should consider all the factors. Always try to find a keyword with high CPC, high monthly searches and competition low or medium.

I hope this post helped you in finding high paying keywords for your niche. This free tool is very useful and by spending few minutes you can make more money if you do a correct research.
Read More

Sunday, 29 March 2015

// // Leave a Comment

Importance And Advantages Of Email Marketing

With the last few years, the term 'Email Marketing' evolved rapidly. This is because Internet is spreading all over the world. More and more people are getting connected through this amazing tool. Also, it is increasing day by day and its probably never going to end. Therefore, more and more businesses are using this for promoting their products and services. Gone are those days when they rely on TV and radios. Email marketing providing them much better experience and result.

Importance And Advantages Of Email Marketing


What is Email Marketing ?

Email Marketing is a way to get connected with your clients and promoting your new services and products with them. Business owners easily getting their targeted customers and promoting their products without putting their money in print advertisement, TV, radio ,etc.

Email marketing is getting more common these days. Its because of its simplicity and time saving. It is more effective than any promotional method as it is usually used on targeted people. Also, it is not very costly.

In Email marketing, company sends a commercial Email to a group of people by using the Email list which they already have. They send Emails for promoting their new products, selling any popular product or to just update them about their changes and new features. They also use this to offer discounts and special offers to the customers.

Advantages of Email Marketing

There are so many benefits of promoting your business through Email marketing. It is one of the best method and becoming popular day by day.

Low Cost

If one has to choose between Email marketing and any other source of promotion on the basis of low cost, then 10 out of 10 people will go for Email marketing. The reason is that Email marketing is very low in the cost and you can maintain a Email list and promote your business with a very low priced marketing software. Aweber is the most popular tool to manage your Email list.

Targeted Audience

This is something the most useful part of marketing. It doesn't matters which way you promote your products, your main aim is to target the people who will actually take interest in them. Email marketing provides you this feature. You have flexibility to decide the people for your promotion. You can decide the location, gender, age of the people according to your need. 
Targeting the people always improves the results. It gives you the best result with the least cost. Also, any other promotion methods doesn't proven to provide the desired result when compared to Email marketing.

Easy to use

Email marketing is not a rocket science. It is just simple as sending a normal Email to your friend using Internet. You just have to maintain a Email list and that work also carried out by Aweber and similar to it. On the other hand, no other promotional method is simple than this. You have to contact other people, work to make a advertisement and then again wait for a little more time to see results.

Global Reach

In today's world, no country in the world is away from the reach of Internet. This makes Email marketing more favorable. It provides you with the options to choose and reach any region in the world for promotion of your business. 
Other options cannot provide you with this flexibility. There is a limitation of reaching more people from different countries and if you still use other methods to promote globally then it will going to be very costly. There is no sense in spending money this way.

Better Results

In the last, everyone wants good results. Email marketing gives the best results and this is the reason that it is getting popularity very rapidly. Its is giving the results with the least possible cost. All successful business are moving towards this method for their business promotion. 

I hope this small guide helped you to learn some basics benefits of Email marketing. Do let me know if you have any suggestion, just comment below and I am always here to reply you. 


Read More

Friday, 27 March 2015

// // Leave a Comment

Benefits Of Using a Custom Domain For Your Blogspot Blog

When you start a blog and you have don't any past knowledge, then it is likely to you to use free platform like Blogspot or Wordpress. You will have a domain name like name.blogspot.com and this is known as free domain name. A custom domain name don't have the word blogspot in it. It will look like name.com and you can see that the second one looks more beautiful.

Benefits Of Using a Custom Domain For Your Blogspot Blog


As a new blogger, you don't want to put your money at risk so you prefer to go with the free domain name, but if you are serious about blogging or you wants your blog to get good rank and earn money then it is the biggest mistake. In this post, I will tell you why this is the biggest mistake and why you must invest 10-12$ per year in your blog.

Many bloggers who are using free blog on Blogspot and Wordpress don't care to buy a custom domain for their blog. They just keep on blogging for several months and years. They starts to get a good traffic and then they realize to go for a custom domain name but it will be too late at that time. There are tremendous examples of free blogs which receives a good amount of traffic but still using free domain.

Their are so many benefits of using a custom domain and I think most of the bloggers already knows about it. They just think to establish that blog and pay the price of domain by earning from the same blog. They need to understand that profit comes after investment. Given below are some of the disadvantage of not using the custom domain right from the start.

Disadvantages of delaying the use of custom domain name 

  1. Suppose you are blogging for more than 1 year or may be 2. Then it is a sufficient period to get ranked well for a blog. Your blog will have a Google and Alexa rank depending on its content and backlinks. Now when you change the domain name from free to custom, then your new domain name will not have that same Google and Alexa rank. It will be treated as a new blog and you have to start from beginning. No doubt, this time your blog will rank faster than before, but you have to work again from the start.
  2. If you have a feed at feed burner for your blog, then you have to change its name. Doing this will lead to the unsubscription of some of your previously subscribed readers. This will directly reduce the amount of traffic on your blog and also the earning.
  3. If you are using Google analytic and webmasters tools, then you to update that also.
  4. Search engines would not index your newly added custom domain for few days. It will take some time for search engines to get updated your links from old domain to new custom domain.
  5. You will have to update your domain name on every social media platform which you are using to promote your blog.
  6. It may also happen that you will not get the name of your brand. For example, if your blog name is apple.blogspot.com then it may possible that you will not get the name apple.com for your blog. In that case you have to change your brand any other similar term like redapple.com. This will be a serious loss to your blog. You have to start building your name from the start. The previous reputation among the readers will be wasted.
  7. You have to submit your blog to Google and other search engine and directories.
  8. You will have to work again in building backlinks. Otherwise, you will not reach your old pagerank easily.
As you can see there are plenty of disadvantages of not using custom domain name right from the start. The cost of a domain name is nothing in front of the price which you will pay later. I know there is a risk that you may not make your blog to make money but in that case also, your major loss is the precious time which you invested in your blog and not the 10$ of domain name.

Now I described you about the disadvantage of delaying the use of custom domain name. Given below are some of the benefits of using custom domain name over free domain.

Benefits of using custom domain name

  1. Using the custom domain name from the start will help you to rank fast in the search engines. Search engines always prefer the clean domain name rather than free one, so you will have more chances to get your blog on higher search results.
  2. You can have your brand name from the start.
  3. Your blog will receive more traffic from the search engines and therefore it helps you to make more money.
  4. If you wants to monetize your blog with Google Adsense, then using a custom domain name increases your chances of getting approved. 
  5. Your Alexa rank will be improved much faster because Alexa don't like free domain names.
  6. Using custom domain name makes your blog more Search Engine Optimized. 
  7. The most important is that you don't have to suffer from the problems listed above. You just have to work on improving your blog and there is no looking back due to changing of domain name.
I hope you understands the importance of this point. If you are really serious about blogging and wishes to make money from blogging, then you must follow this important step. 
Read More

Monday, 23 February 2015

// // Leave a Comment

How To Add Popup Email Subscription Widget For Blogger

Adding a popup Email subscription widget in your blog, is one of the best step taken to improve your blogs audience. This widget is proven to increase the email subscription by more than 200% than using a usual subscription box in the sidebar. It doesn't matters, whats your niche is, this widget will always helps you to build your email subscription list.

How To Add Popup Email Subscription Widget For Blogger

In this tutorial, I will show you how to add a popup email subscription widget in your blog. Just follow these simple steps.

Add a Popup Email Subscription Widget in your Blog

Step 1 : Open your blogger dashboard. Now go to "Template" and then click on "Edit HTML".

How To Add Popup Email Subscription Widget For Blogger

Step 2 : Click anywhere inside the code. Now using the keys Control+F, open the search box.Write </head> in that box and hit enter to find it.

How To Add Popup Email Subscription Widget For Blogger


Step 3 : Now copy and paste the following line, just above it.
            <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>

Step 4 : Save the template and then go to "Layout" tab. Then click on "Add a Gadget" and then select "HTML/Javascript" from the list shown to you.


Step 5 : Now copy and paste the code given below inside that box.
           <style>
#backgroundPopup{ display:none; position:fixed; _position:absolute; /* hack for internet explorer 6*/ height:100%; width:100%; top:0; left:0; background-color: transparent;       background:rgba(0, 0, 0, 0.5);z-index:999; }
#popupContact{ display:none; position:fixed; _position:absolute; /* hack for internet explorer 6*/ height:350px; width:500px; background:#FFFFFF; border:4px solid #ddd; z-index:999; padding:8px; font-size:13px; }
#popupContactClose{    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdUsrj1kt7oUzNnv66wm9yrdvoc1b_ANbAIqYOch-Jt1dj8VrUlxMmaRkhc53fQKkj7zBp6cFY8VuKpCx6dmLIgeSyBbXOsRAXt2Mi8KEQhiaq8Kql4LTzsi2iP0OsK8MFiOi1UFcdw5Nz/s1600/close.PNG) no-repeat;    width:25px;    height:29px;    display:inline;    z-index:3200;    position:absolute;    top:-15px;    right:-16px;    cursor:pointer;    text-indent: -99999px;}
#description {    color: #AAAAAA;    font-family: times New Roman;    font-size: 25px;    font-style: italic;    line-height:30px; }
#description img {    float: left;    height: 80px;    padding: 0 25px 0 10px;    width: 80px; }
#btntfollowForm {  padding: 15px; }
#btntfollowForm img {  border:none; }
#btntfollowForm p {  margin: 0 0 10px;}
#btntfollowForm input:not([type="checkbox"]){ width: 93%; margin-top: 10px;        margin-bottom: 20px; padding: 10px 5px 10px 25px;  border: 1px solid rgb(178, 178, 178); -webkit-appearance: textfield; -webkit-box-sizing: content-box;   -moz-box-sizing : content-box;       box-sizing : content-box; -webkit-border-radius: 3px;    -moz-border-radius: 3px;         border-radius: 3px; -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;    -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;         box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset; -webkit-transition: all 0.2s linear;    -moz-transition: all 0.2s linear;      -o-transition: all 0.2s linear;   transition: all 0.2s linear; }
#btntfollowForm input:not([type="checkbox"]):active,
#btntfollowForm input:not([type="checkbox"]):focus{ border: 1px solid rgba(91, 90, 90, 0.7); background: rgba(238, 236, 240, 0.2); -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;    -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;         box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;} 
#btntfollowForm .button input{    background: none repeat scroll 0 0 #3D9DB3;    border: 1px solid #1C6C7A;    border-radius: 3px 3px 3px 3px;    box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0 0 0 3px #FEFEFE, 0 5px 3px 3px #D2D2D2;    color: #FFFFFF;    cursor: pointer;    font-family: 'Arial Narrow',Arial,sans-serif;    font-size: 24px;    margin-bottom: 10px;    padding: 8px 5px;    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);    width: 30%;    float: right; }
#btntfollowForm .button input:hover{    background: #4ab3c6; text-decoration: none; }
#btntfollowForm .button input:active,
#btntfollowForm .button input:focus{ background: rgb(40, 137, 154); position: relative; top: 1px; border: 1px solid rgb(12, 76, 87);   -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;    -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;         box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset; }
.btntFollowFooter {  color:#222;  text-align: center;    font: 10px Tahoma, Helvetica, Arial, Sans-Serif;    padding: 7px 0;    margin-top: 80px;    text-shadow: 0px 2px 3px #555;    position: absolute;    width: 500px; }
.btntFollowFooter a {    color: #222;    text-decoration: none; }
.btntFollowFooter a:hover {    color: #fff; }
<!--[if lt IE 7]>
#btnt-container a.btntCloseImg {    background:none;    right:-14px;    width:22px;    height:26px;     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdUsrj1kt7oUzNnv66wm9yrdvoc1b_ANbAIqYOch-Jt1dj8VrUlxMmaRkhc53fQKkj7zBp6cFY8VuKpCx6dmLIgeSyBbXOsRAXt2Mi8KEQhiaq8Kql4LTzsi2iP0OsK8MFiOi1UFcdw5Nz/s1600/close.PNG',sizingMethod='scale'); }
#btntfollowForm  input{ padding: 10px 5px 10px 32px;    width: 93%; }
#btntfollowForm  input[type=checkbox]{ width: 10px; padding: 0;}
<![endif]-->
</style>
<div id="backgroundPopup">
<div id="popupContact">
<a href="" id="popupContactClose">x</a>
<div id="btntfollowForm">
<img alt="Subscribe" border="0" float="center" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwDVJ5opO9up3tSOssU7M-nQ0eY2fYMnWloxxjeKikbaPYkOPuPJejNBiLOi1IQT9wMf4CRV3-jYuvIxr5sKrvguCwZ6cv2RKbNavwwU6w4Uaz5i4xKafDYasO2aFpSwk21O7vPDWTSu94/s1600/Subscribe+Via+Email.PNG" />
<div id="description">
<img alt="email" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1NqyemduIICL8ELxjGCOIWW1J7vTSxfsSUcd9t46ZoIu66hHqRBa5gKB578pTchWmOUtzqNnFAdMRuNxelLg1JENRAMOfXVSnZYmpuPzW-zyQO7III7ZMEtzTaeaB0tvwp4fQmvy54LW8/s1600/Mail.PNG" />Subscribe to our mailing list to get the updates to your email inbox...</div>
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=smartbloggingguide', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow">
<input name="email" placeholder="Enter Your Email..." required="required" type="text" /><input name="uri" type="hidden" value="smartbloggingguide" /><input name="loc" type="hidden" value="en_US" />
<div class="button">
<input type="submit" value="Subscribe" /></div>
</form>
</div>
<div class="btntFollowFooter">
Delivered by <a href="http://feedburner.google.com/" target="_blank">FeedBurner</a> | powered by <a href="http://www.smartbloggingguide.blogspot.com/" rel="dofollow" target="_blank">Smart Blogging Guide</a></div>
</div>
</div>
<script src="http://yourjavascript.com/24315621361/jquery.cookie.js" type="text/javascript">
</script>
<script type="text/javascript">
     var popupStatus = 0;
//this code will load popup with jQuery magic!
function loadPopup(){
    //loads popup only if it is disabled
    if(popupStatus==0){
        $("#backgroundPopup").fadeIn("slow");
        $("#popupContact").fadeIn("slow");
        popupStatus = 1;
    }
}
//This code will disable popup when click on x!
function disablePopup(){
    //disables popup only if it is enabled
    if(popupStatus==1){
        $("#backgroundPopup").fadeOut("slow");
        $("#popupContact").fadeOut("slow");
        popupStatus = 0;
    }
}
//this code will center popup
function centerPopup(){
    //request data for centering
    var windowWidth = document.documentElement.clientWidth;
    var windowHeight = document.documentElement.clientHeight;
    var popupHeight = $("#popupContact").height();
    var popupWidth = $("#popupContact").width();
    //centering
    $("#popupContact").css({
        "position": "absolute",
        "top": windowHeight/2-popupHeight/2,
        "left": windowWidth/2-popupWidth/2
    });
    //only need force for IE6  
    $("#backgroundPopup").css({
        "height": windowHeight
    });
}
//CONTROLLING EVENTS IN jQuery
$(document).ready(function(){
    if ($.cookie("anewsletter") != 1) {  
        //centering with css
        centerPopup();
        //load popup
        loadPopup();  
    }      
    //CLOSING POPUP
    //Click the x event!
    $("#popupContactClose").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>

Customization
Change the text in red color with your blogs feedburner username

Step 6 : Save the widget and you are done with it. You successfully added popup email subscription box in your blog.
Read More

Thursday, 19 February 2015

// // Leave a Comment

Add A Stylish CSS Animated Share Button On Your Blog

In this post, I will show you how to add this very beautiful CSS animated sharing buttons on your blog. It includes 4 social media sharing buttons, i.e, Facebook, Twitter, Google Plus and Pinterest. You can remove or add these buttons according tp your need. These diverse and attracting sharing buttons allow your readers to share your post with their friends. This widget is very useful for gaining traffic and also increases the beauty of your blog.

css animated sharing buttons in blogger

See the Demo Here


Add Cool CSS Animated Sharing Buttons in your Blog

Step 1 : Open your blogger dashboard. Go to 'Template' and click on 'Edit HTML'.

add css animated sharing buttons


Step 2 : Click anywhere inside the code and using the keys Control+F, open the search box.

add css animated sharing buttons


Step 3 : Type the following code given below and hit enter to find it.
             ]]></b:skin>

Step 4 : Copy and paste the following code just above it.
             .share_button { 
width: 300px;
height: 50px;
margin: 10px auto;
}
.share_button ul {
width: 50%;
height: inherit;
float: left;
list-style: none;
margin: 0 !important;
padding: 0 !important;
}
.share_button ul h1 {
margin-top: 9%;
overflow: hidden;
width: 100%;
color: #4889F0;
font-size: 18px;
text-shadow:2px 2px 2px #fff;
}
.share_button ul li {
position: absolute;
height: inherit;
width: 150px;
margin: 0 !important;
padding: 0 !important;
background: #EEEEEE;
-webkit-transition: all 600ms;
-moz-transition: all 600ms;
-o-transition: all 600ms;
-ms-transition: all 600ms;
transition: all 600ms;
text-align: center;
}
.share_button ul li h2 {
display: inline-block;
width: 32%;
height: 40px;
overflow: hidden;
margin-top: 5%;
cursor: pointer;
border: 0 !important;
}
.share_button ul:first-child li:first-child{
text-align: right;
}
.share_button ul:last-child li:first-child{
text-align: left;
}
.share_button ul:first-child li:last-child,
.share_button:hover ul:first-child li:first-child {
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
transform: rotateY(90deg);
}
.share_button ul:last-child li:last-child,
.share_button:hover ul:last-child li:first-child {
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-o-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.share_button:hover ul:first-child li:last-child,
.share_button:hover ul:last-child li:last-child {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}


Step 5 : Now again search the following term in the search box. You will find it twice. You have to look for second one.
<div class='post-footer'>

Step 6 : Copy and paste the following code just above it.
             <div class='share_button'>

<ul>
<li><h1>
Share t
</h1></li>

<li><h2>
<a expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.canonicalUrl + &quot;&amp;t=&quot; + data:post.title ' title='Share on Facebook'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3Jlf9FE4Z50JTGGHsEe5gpVN8KQqdQbceOyEIiK-Ta8IqK5LR_670iMGh_yULYseNoxu6HKkWJl7i5Mrd6gpNqYvz-n9RHI71P0UxKr4NzInOj3GbvHUL3pVUpCBuxgH4F-tdG9X1UzvS/s1600/Facebook.png"/></a></h2>

<h2><a expr:href='&quot;http://twitter.com/home?status=&quot; + data:post.title + &quot; &quot; + data:post.canonicalUrl ' title='Share on Twitter'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCgLl7nnC67wMOKUYJSCP6BpAg3XJR-QgF_1mj-x_Yvxqti2boZZGqdzWZfaDH5TD5cLXgsvLjnpFm4n4IrVdriBuils0m1VqIzmZ2Cs2k4ofVjO81Y4rDsXNRrSRcd7tO_z6c9jd_VHyP/s1600/Twitter.png"/></a></h2>
</li>
</ul>
<ul>
<li><h1>his page</h1></li>

<li>
<h2><a expr:href='&quot;https://plus.google.com/share?url=&quot; + data:post.canonicalUrl ' title='Share on Google Plus'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi02qBrAnPW4fdJlZLLlERSwd27xtm5VsNQvEoSzCzXs5aNkGpgVmuAT14_3Xyr-Xuowztr74AVDF2pvCvRQ0nxAuG_mQxDsUZXL2TFnv5KUlR7OYz_oez74GR6iK-X1SngnPyOeXwClb2Z/s1600/Google-plus.png"/></a></h2>

<h2>
<a href='javascript:void((function(){var%20e=document.createElement(&apos;script&apos;);e.setAttribute(&apos;type&apos;,&apos;text/javascript&apos;);e.setAttribute(&apos;charset&apos;,&apos;UTF-8&apos;);e.setAttribute(&apos;src&apos;,&apos;http://assets.pinterest.com/js/pinmarklet.js?r=&apos;+Math.random()*99999999);document.body.appendChild(e)})());' title='Share on Pinterest'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2LtLZaWS3bd-BSiingoNqELFqIzRYV5YnS6cM9bcnDqxFYYoawz2vNrcjymBJWSaEmz7N3Bq0wFB7Z0Qv1WBB_6EjddG44JW6jt2vcdOCXSJMlblrw1kpFz5YdyauB6Wl_CONfYOHb6LM/s1600/Pinterest.png"/></a>
</h2>
</li>
</ul>

</div>


Step 7 : Save the template and you are done with it. You will now see a css animated sharing button below your every post.

Read More

Wednesday, 18 February 2015

// // Leave a Comment

Submit Your Blog To More Than 100 Search Engine In 1 Minute

Submitting your blog to search engine is very important for new blogger those who are struggling to get traffic. Submitting your blog increases your visibility and helps your to blog to gain more traffic. You can only submit to search engines which you know but there are so many search engines which you don't know about them. But if you can submit your blog to these search engines then it very beneficial to your blog. In this post I will show you how you can submit your blog to more than 100 search engines within seconds.

submit your blog to more than 100 search engines

Submit your blog to more than 100 search engines

Step 1 : Go to Rank On Top .

Submit Your Blog To More Than 100 Search Engine In 1 Minute


Step 2 : Now in the given space write the URL of your blog and write your email.

Step 3 : Unmark the search engines which you don't want to submit.

Step 4 : Click on submit button and wait for few seconds while it submit your blog to all search engines.


Read More
// // Leave a Comment

Submit Your New Blog To Bing

Bing is a search engine similar to Google. Submitting your blog or site to Bing is a very simple process and it may rewards you with a great amount of traffic depending on the content of your blog. Indexing your blog in bing is also much faster than indexing in Google.

Submit Your New Blog To Bing

Follow these very simple steps and index your blog in bing.

Submit your new blog in Bing


Step 2 : Type the URL og your homepage and click 'Submit' button.

Submit Your New Blog To Bing

You have successfully submitted your site or blog in Bing. 
Read More

Tuesday, 17 February 2015

// // Leave a Comment

How To Add Recent Comment Widget In Your Blog

Comments are the real success of any blog. These are the people who reads your post from top to bottom and enjoyed enough to comment on that. In this post I will show you how to add a recent comment widget in your blog. Having a recent comment widget helps the readers to know what are the most trending post on your blog. It helps you to increase page views and force your readers to read more in your blog.


Follow these few steps and add a recent comment widget in your blog

Add Recent Comment Widget in your Blogger Blog

Step 1 : Open your blogger dashboard. Now go to 'Layout' and click 'Add a Widget'.

How To Add Recent Comment Widget In Your Blog


Step 2 : Now you will see a list of widgets. Select 'HTML/Javascript' as shown below.

How To Add Recent Comment Widget In Your Blog


Step 3 : Now copy and paste the following code in that box.
             <script style=text/javascript src="https://kdcode.googlecode.com/svn/trunk/recentcomment.js"></script><script style=text/javascript >var a_rc=5;var m_rc=false;var n_rc=true;var o_rc=100;</script><script src=http://smartbloggingguide.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments ></script>
<span id=mbw-cr><a href=http://smartbloggingguide.blogspot.com>Recent Comments Widget</a></span><style type=text/css> .rcw-comments a {text-transform: capitalize;} .rcw-comments {border-bottom: 1px solid #666; padding-top: 6px!important; padding-bottom: 6px!important;} #mbw-cr {font-family: Arial,Tahoma;font-size:8px;padding-top:6px;display:block;} </style> 


Note : Replace smartbloggingguide.blogspot.com with your blogs URL

Step 4 : Save the widget and you are done with it.

I hope this tutorial helped you in adding this widget in your blog. Please leave a comment, your comment makes me happy.
Read More

Monday, 16 February 2015

// // Leave a Comment

Auto Update Your Blog Posts in Your Facebook Page

Generally, Facebook is the first social media platform of every new blogger to promote the new post of your blog. Its a good thing to update your facebook page whenever you post something new to your blog. All bloggers have a Facebook page but most of them are unable to keep it updated as per their blog. This post will solve your problem and you don't need to worry or remember about your Facebook page.

RSS Graffiti is a Facebook App to automatically publish your Wordpress, Blogspot posts to your facebook business page. RSS Graffiti uses your RSS feed to post in your facebook page. Here is a tutorial to teach you to use RSS Graffiti on your blog.

Auto Update Your Blog Posts in Your Facebook Page

Step 1 : Login to your facebook account. Now go to http://app.rssgraffiti.com 

Auto Update Your Blog Posts in Your Facebook Page


Step 2 : Now click on 'Add New Publishing Plan' as shown above.

Step 3 : Write a name of your wish and then click on'Create Publishing Plan'.

Auto Update Your Blog Posts in Your Facebook Page


Step 4 : Click on 'New Source' as shown below.

Auto Update Your Blog Posts in Your Facebook Page

Step 5 : Now you will have to enter the RSS feed url of your blog and then fill some more details on the page shown to you.

Auto Update Your Blog Posts in Your Facebook Page


Step 6 : Now click on 'New Target'.

Auto Update Your Blog Posts in Your Facebook Page

Step 7 : Now select your Target Page and Save it.

Auto Update Your Blog Posts in Your Facebook Page

Step 8 : Now turn the 'Off' button to 'On' as shown below.

Auto Update Your Blog Posts in Your Facebook Page

That's it. You are done wiht it. I hope this tutorial helped you to use this amazing Facebook App to auto update your facebook business page. Feel free to comment here.
Read More

Wednesday, 11 February 2015

// // Leave a Comment

Add Meta Tags To Blogger To Make It Search Engine Optimized

Most important part of a good SEO is to add meta tags in your blog. It is strongly recommended that you must add meta tags in your blog if you wish to your blog to get more traffic and get good results. These are few things that a new blogger don't knows and they just give up without knowing that they are ignoring the most important part of blogging, i.e, SEO.

Add Meta Tags To Blogger To Make It Search Engine Optimized

Here is a small guide to help you to add meta tag to your blog

Add Meta Tag To Your Blog For Better SEO

Step 1 : Open your blogger dashboard. Now go to "Template" and click on "Edit HTML".

Add Meta Tags To Blogger To Make It Search Engine Optimized


Step 2 : Click anywhere inside the code box and then using the keys Control+F open the search box.

Add Meta Tags To Bloggers template


Step 3 : In search box write <head> and hit enter button to find it.

Step 4 : Now just below <head> , copy and paste the following given code.
<b:include data='blog' name='all head content'/>
<b:if  cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data.blog.pageName/> - <data:blog.title/></title>
</b:if>
<meta content='Write your blog description here' name='description'/>
<meta content='Write your keywords here' name='keywords'/>
<meta content='Your name here' name='Author'/>
<meta content='Your E-mail address' name='Email'>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<meta content='document' name='resource-type'/>
<meta content='all' name='robots'/>
<meta content='id' name='geo.country'/>
<meta content='index, follow' name='robots'/>
<meta content='id' name='language'/>
<meta content='1 days' name='revisit-after'/>
<meta content=global' name='distribution'/>
<meta content='Your country name' name='geo.placename'/>


Customization

 Write your blog description here : Replace it with the description of your blog. Write a small summary of your blog in around 120-150 words and tell what type of content your blog contains.

Write your keywords here : Replace it with 8-10 keywords of your blog subjects which your are using on your blog.

Your name here : Replace it with your name.

Your E-mail address : Replace it with your own Email address.

Your country name : Replace it with your country name.

Step 5 : Save the template.

That's it. You are done with it. I hope you successfully added meta tags in your blog.
Read More
// // Leave a Comment

How To Make Your Blog Dofollow To Get More Comments

Making your blog Dofollow is good thing especially for a new blogger because it increases the number of comments on a blog. People comments on another blog in search of backlinks because it helps to increase their rankings and they can get it on Dofollow blogs. If your blog is Nofollow then they will not get any backlink so usually less number of people will now comment on your blog. Moreover, making a blog Dofollow increases comments but it also increases SPAM in your comments, so you have to check all comments before publishing.

make your blog dofollow


Here is a small tutorial on how to make your blog Dofollow.

Make Your Blog Dofollow To Get More Comments

Step 1 : Open your blogger dashboard. Now go to "Template" and then click on "Edit HTML".

How To Make Your Blog Dofollow To Get More Comments


Step 2 : Click anywhere inside the code box and then using the keys Control+F open the search box.

Make Your Blog Dofollow To Get More Comments


Step 3 : Write the following given below line in that search box and hit enter to find it.
              rel='nofollow'

How To Make Your Blog Dofollow To Get More Comments


Step 4 : Now remove that line given above and save the template.

That's all. You are done with it. Your blog is now Dofollow and you will start getting more comments with SPAM also.

I hope this helped you to make your blog dofollow. Feel free to leave a comment here.
Read More