Kamis, 17 September 2015

How To Submit Blogger Sitemap To Bing Webmaster Tools

How-To-Submit-Blogger-Sitemap-To-Bing-Webmaster-Tools-101helper

I am sure Bing doesn't need to be introduced. Everybody knows Bing. It is the second most used search engine after Google which makes it important for bloggers and webmasters who are trying to promote their newly created site. One of the most important step to promote a blog or site is to submit its sitemap to every search engine so that it can be indexed and people can reach it though search engines. And that's why I created this post to help newbies how to submit blogger blog's sitemap to Bing Webmaster Tools. It will help Bing to crawl your blog and index every post you create. So follow below steps to submit your blog's sitemap to Bing. If you have any questions you can ask me in comments below.

You Might Also Like Reading:
  1. How To Add Your Blog To Google Webmaster Tools
  2. How To Submit Blogger Sitemap To Yandex
  3. Submitting Sitemap To Google Webmaster Tools
  4. How To Setup Google Custom Search Box In Two Pages In Blogger
  5. How To Fix Blogid,Postid,Image_url,Updated Errors In Blogger
Requirements:
How To Submit Sitemap To Bing In Blogger?

Step 1: Go to Bing Webmaster Tools and sign-in using your Microsoft account.

Step 2: Click on Add a Site in the menu above Dashboard.


how-to-submit-blogger-sitemap-to-Bing-webmaster-tools

Step 3: Enter your blog's Homepage link and below it enter your blog's sitemap link. Leave the third option as it is.

I recommend you to use http://www.yourblog.blogspot.com/sitemap.xml as your sitemap url.

how-to-submit-blogger-sitemap-to-Bing

Congratulations! you are done successfully now its time to verify your ownership so follow below steps.

How To Verify Ownership In Bing Webmaster Tools?

Step 1: Click on Configure My Site below Dashboard in the menu and click on Verify Ownership.

how-to-verify-ownership-in-bing

Step 2: On the verification page there are three ways to verify your bing webmaster tools but we will choose the second option which is meta tag verification. So copy the meta tag of your webmaster tools as shown in below image.

how-to-verify-ownership-in-bing-webmaster-tools

Step 3: Now go to Blogger Dashboard > Template and click on Edit Html.


Step 4: Click inside the code and search for <head> by using Ctrl+F on your keyboard.

verify-bing-ownership-blogger-tutorial

Step 5: Paste the Bing meta tag below <head> as shown in above image.

Step 6: Click on save template and go back to Bing verification page.

Step 7: Click on Verify button in the bottom and you are done.

Congartulations! Now your blog is verified in Bing Webmaster Tools. Bing will process your sitemap as soon as possible and index all your pages.

bing-webmaster-tools-tutorials-blogger

Important Note: Never remove Bing meta tag from your blog template even after verification because if you do so Bing will not index any of your page and start removing the already indexed pages.

After submitting your site to Bing Webmaster Tools wait for bing to index your pages meanwhile you may make some changes in your Robots text to indicate Bing which pages are to be indexed and which not.

Check Out: How To Use Robots Text For Better Seo

I hope you liked this post. If yes please share your views by leaving a comment below and share this post with others. Follow and subscribe to newsletter for latest updates about webmaster tools tutorials or blogging.

Search Tags: How to submit sitemap to webmaster tools, bing webmaster tools, blogger sitemap, blogger tutorials webmaster tools, 101Helper webmaster tools tutorials for blogger, How To Submit Blogger Sitemap To Bing Webmaster Tools,boost traffic,seo.

Selasa, 15 September 2015

How To Make Gadget Sticky/Float In Blogger

Make-a-gadget-sticky-in-blogger-101helper

Making a gadget sticky or floating means to make it fixed in a position when page is scrolled down and it is possible with javascript. Gadgets are made sticky to provide visitors a good user experience such as a menu which floats with user so now he doesn't need to scroll up again and again to navigate through your blog. Similarly more gadgets are also made sticky such as ads or email subscription widget to get more clicks on ads and to get more subscribers respectively. You can see a live demo of making a gadget sticky on right side of this page(Recommended Articles). I have made it sticky to help visitors reach all of my content. Similarly you can also do it by following this post. So if you want to make any of your widget sticky then follow below steps.

 Don't Miss: 
How To Make A Gadget Sticky Or Float In Blogger:

Step 1: Go to blogger dashboard and navigate to layout.

Step 2: Add a gadget or edit an existing gadget which you want to make sticky.

Step 3: Copy its ID as shown in below image:

how-to-get-id-of-a-gadget-in-blogger


Step 4: Go to template and search for </body> by using Ctrl+F.

Step 5: Copy below code and paste it just above </body>.

<style>.sticker {background:#F5F5F5;position:fixed; top:0px; z-index:99;}</style>
<script>
//<![CDATA[
bs_makeSticky("HTML6"); 
function bs_makeSticky(elem) {
    var sticky = document.getElementById(elem);
    var scrollee = document.createElement("div");
    sticky.parentNode.insertBefore(scrollee, sticky);
    var width = sticky.offsetWidth;
    var iniClass = sticky.className + ' sticky';
    window.addEventListener('scroll', sticker, false);
    function sticker() {
        var rect = scrollee.getBoundingClientRect();
        if (rect.top < 0) {
            sticky.className = iniClass + ' sticker';
            sticky.style.width = width + "px";
        } else {
            sticky.className = iniClass;
        }
    }
}
//]]>
</script>

how-to-make-gadgets-sticky-float-in-blogger

Step 6: Replace HTML6 with your gadget's ID which you found in step 3.

Step 7: Click on save template and you are done. 

Customization:

(1). To change background color or your floating widget replace #F5F5F5 with desired color code.

You Might Also Like: How To Get Code Of A Color, Color Code Generator.

(2). To Change the height of your floating widget(height from top) make changes in top:0px;

I hope you like this post and it was helpful to you. Follow and subscribe to our newsletter or stay in touch with us via social networks to get latest updates about blogger tricks. Thanks for visiting 101helper.blogspot.com. Share this post with others and help me spread my blog.

Search Tags: Sticky gadget blogger, jquery tricks blogger, make a div float, javascript tricks blogger, 101helper blogging tricks, make a widget floating or sticky in blogger.

Sabtu, 12 September 2015

How To Earn Money With Chitika In Blogger

how-to-earn-money-blogging

Chitika is one of the highest paying ad network and very suitable for blogger blogs. It has good ppc rates and tracks traffic very accurately. It is very easy to use chitika for blogger because of its easier integrating service. It has all types of ad units e.g text ads, slide out ad, hover ads(appear when text is selected) and banners of every size. Chitika has started referral program also so now you can double your earnings by referring others to Chitika. Chitika payout method is paypal. In this tutorial I will show you how to earn money with chitika in blogger.
Requirements:
  1. A blog - Create a blog if you don't have one.
  2. Chitika account.
  3. Paypal account - To payout.
How To Sign-Up For Chitika?

Step 1: Go to Chitika.

Step 2: Enter your Email address and click on GO!

how-to-sign-up-chitika

Step 3: Open your Email and open the recent mail by Chitika.

Step 4: Click on Complete My Application.

how-to-apply-chitika-blogger

Step 5: Fill out the form. Enter your name, username, website url, password and select your country.

how-to-set-up-chitika-account-blogger

Step 6: Click on submit and wait for approval.

After approval you have to add ads in your blog to start earning money. So after approval follow below steps to add ads in your blog.

How To Add Chitika Ads In blogger?

Step 1: Go to Chitika and log in to your account using your email and password.

Step 2: Click on Ads and press Get code.

how-to-add-chitika-ads-in-blogger

Step 3: Scroll down to "Ad Code Generator" and select your ad using selector, you can see a preview of your ad below selector.

how-to-add-chitika-ads-in-blogger-101helper

You can customize your ad by clicking on Customize button

Step 4: Click on Get Code and copy the code.


Step 5: Go to blogger dashboard and click on layout.

Step 6: Click on Add a gadget and scroll down to Html/Javascript.

Step 7: Click on Html/Javascript and paste the code of ad.

Step 8: Click on Save and you are done.

How To Boost Your Chitika Earnings?

To boost your earnings you have to:
  1. Boost your traffic using seo .
  2. Attract visitors to your blog.
  3. Implement ads in right places to get maximum clicks on your ads.
  4. Refer other to chitika using refer banners provided by chitika.
I hope you like this post and it was helpful to you. Follow and subscribe for more blogger tutorials. Share this post with others and help me spread my blog. Thanks for visiting 101Helper.

Search Tags: Chitika Review, How to earn money with chitika, How to boost earnings, How to get more clicks on ads,Earn money blogging,Refer and earn,earn money online,101helper blogger tutorials.

Minggu, 06 September 2015

Related Posts Slide Out gadget For Blogger


"Slide out related posts gadget" is a gadget powered by addthis which works on jquery. It is one of the most important gadget that is very beneficial for those who have a very low traffic. This gadget slides up when a page is scrolled down and on every page it shows a different recommendation so every post is shown one by one which boosts your traffic stats. One more special thing about this gadget is that it doesn't affect your blogs speed. Moreover you can see analytics of  your slide out gadget which shows you "how many click you have got" on your recommendations. So you have a full information about your traffic stats. This gadget is available for both mobile sites and desktop sites. So now you can add this gadget in your mobile site as well as desktop site and start boosting your traffic.

In this post I will show you how to install slide out related posts widget  in blogger. Let us start adding it desktop first.

How To Add Related Posts Slide Out Gadget In Blogger Desktop Site?

This gadget is very easy to install. You can do it in just a few minutes. All you need is anAddthis account. So first signup for an Addthis account and after that follow below steps.

Step 1: Sign up for an Addthis account and sign in to your account.

Step 2: Click on TOOLS.

slide-out-related-posts-widget-blogger-101helper

Step 3: Scroll down to Recommended Content section and click on What's Next on the right side.

related-posts-slide-out-gadget-blogger-mobile

Step 4: Give a title to your slide out gadget that will appear above the post name and select theme of your slide out gadget.


<------------ Optional Part Of Post-------------->

Your gadget is almost ready but if you want you can make some customizations like:

(1). Hiding this gadget on specific pages of your blog.
(2). Position of gadget(left or right).
(3). Responsive width(width after which the gadget should slide up when page is scrolled).

So to make such customizations click on "Show more options"



To hide the slide out on Homepage select No option below it. And if you want to hide this slide out in certain pages then move to Hide On These Pages and add the links of these pages between * if you want to hide it on multiple pages then separate the links by come(,).

Below it there is an option to promote a specific page into the first slot but you can use this feature only if you have Pro(Premium) account.


latest-blogger-gadgets-101helper.blogspot

The next option is Responsive Width which is the width in pixels after which the gadget would slide up when a user scrolls down your page. Set the desired width by typing it.

And the last option is Offset which decides whether the related post slide out will be shown on right side or left side. Choose the desired option, you can see a preview of your gadget above.

slide-out-related-posts-widget-blogger-free

<------------ Optional Part Of Post Ends-------------->


Step 5: Copy the code and click on Activate.

slide-out-related-posts-widget-blogger-free

Congratulations! your gadget is activated now you have to install it in your blog.

Step 6: Go to blogger dashboard, navigate to template and click on Edit Html.

Edit-html-blogger

Step 7: Click inside your code and search for <head> by using Ctrl+F.

Step 8: Just below it paste the copied code.

how-to-use-blogger-template

Step 9: Click on save template and you are done.

How To Add Related Posts Slide Out Gadget In Blogger Mobile Site?


Step 1: Login to your Addthis account and navigate to tools as show above.

Step 2: Scroll to the end of the page and find What's Next Mobile.

slide-out-related-posts-widget-blogger-mobile

Step 3: Click on Setup and choose the desired options for your gadget e.g theme, title etc as shown above.

Must Read: Click on activate and you are done. If you have already added this gadget in your desktop them you don't have to follow next steps because you have already added the Addthis code to your blog. But if you haven't added Addthis code in your blog them follow next step!

Step 4: Copy the code and go to blogger > template and click on Edit Html.

How-to-edit-html-in-blogger

Step 5: Click inside the code and search for <head> by using Ctrl+F.

how-to-use-blogger-template

Step 6: Just below it paste the copied code and save your template as shown in above image.

If the gadget fails to appear in your blog's mobile site then go to template and switch your blog's mobile template from simple to custom.

how-to-create-mobile-site-blogger

If the widget still fails to appear in your mobile then optimize your blog's mobile site for phones or hire us to optimize it for you.

I hope this gadget was helpful to you and it didn't waste your time. Please share it with others and subscribe for latest blogger tutorial news. Share your views about this post in comments below. Thanks for visiting 101Helper.

Search Tags: Slide out related posts gadget for blogger, blogger mobile site gadgets, 101helper blogger tutorials, Related Posts Slide Out gadget For Blogger,New blogger widgets,Addthis tutorials for  blogger.

Kamis, 03 September 2015

Why A Website And Mobile Site Is Important?

                                                                              It sounds so interesting when you think of having your own website. And If you think and wish to have a website then you can create your own just in a few minutes. Creating a website has become so easy now a days that everyone can create a website because these days are gone when websites were owned by only those who had programming skills. Now the time has come that everyone is capable of creating his own site using online site builders. Websites are mainly of two types e.g personal and business websites. Most of the sites are created for businesses or to earn money online.

Why Do I Need A Personal Website?
business-personal-website-design

Personal websites are those websites which a individual creates so you can use your website for any purpose. Most of the personal websites are created for following purposes.
  • To educate people.
  • To teach people some personal skills e.g cooking, magic, martial arts etc.
  • To earn money from home.
  • To promote personal skills like music albums.
There are several other reasons for creating a personal website. A personal website could be used for any purpose but most of the personal websites are created either to earn money online or to promote personal skills like music albums, newly formed band, paintings etc.

Why Do I Need A Business Website?

business-website-designYou might be surprised when you come to know that there are many small businesses which don't have websites which is not good for a business because creating a business website is like opening your door and inviting your customers. So if you own a business you can create a website to increase your sales as well as promote it through internet. Major benefits of a business website are mentioned
below:
  • It is the best way to promote your business through internet all over the world.
  • If you own a shopping business you can allow your customers to buy and pay online.
  • Business website is good for reputation of your business also.
  • People can know and reach your business though your website.
After creation of website another things come which also needs attention. Like promoting your site, making it ready for all devices e.g mobiles phones, tablets, PC etc. 

A website can be promoted thought advertising or by seo(search engine optimization).

Read more about importance of having a website for business at dogulindigital(A well known business analyst site).

Mobile Ready Websites:

mobile-ready-sites
If you are a webmaster or you have a little concern with internet then you must know the importance of a mobile ready sites. Especially now a days its very important to have a website ready for mobiles because mobile phones are used more the computers for all purposes e.g shopping, gamming, office work, social interaction etc. So if you own a website whether it is business or personal you need a mobile site too and these days it's very easy to create a mobile site.

Its not easy to create a mobile site for blogger but if you are using an online website builder then its very easy because you don't have to do any thing. You just have to grab and drop items and your mobile site is ready.

Some benefits of having a mobile ready website are mentioned below:
  • The most important reason for having a mobile ready site is search engines like websites which are mobile friendly.
  • If you own a website for business then it will increase your customers because mobile phone is rarely used.
  • Mobile ready websites look professional also, so you have a good impression if you have a mobile friendly site.
It doesn't ends with the above benefits. These are the major benefits of having a mobile friendly site, there are many other small benefits which you can read at MOZ.

Final words:

This article ends here with mobile friendly site's benefits, it is an ultimate guide about having a website, its benefits and why so you build a site. In the end of the post I would like to tell you about some best website builder so click here to read about them. I would be glad to know your views about this post. Hope you like this post, share it with others are help me spread my blog. 

Rabu, 26 Agustus 2015

Link/Text Only Related Posts Widget For Blogger With 6 Different Styles

simple-related-posts-widget-for-blogger-style

"Simple Related Posts Widget For Blogger" is the most frequently searched on search engines because it is a very important gadget for blogger. It helps visitors to reach more posts on your blog and hence it helps you to multiply your traffic. Related posts widget plays a role of internal linker as it link one post with other so it has a great impact on your traffic as well as seo. Because internal linking is a part of off-page seo. As this gadget is so important for blogger therefore some websites are also formed which provides related posts plugin for your blog but if a website's plugin is used then it may slow down your blog which is not good.
People wish to add related posts widget to multiply their traffic but without affecting there blog's speed so most of the bloggers use simple/link/text only related post widget because it doesn't slow down blog and boost traffic.

I also recommend to use simple/link only related posts widget because thumbnails loads so slow and visitors hate slow loading. I have shared many types of related posts widgets for blogger and in this post I am back with simple/link only related posts widget with 6 different styles.

I hope you will like this post. I would like to know how was this post so leave a comment below the post. To add this widget in your blog and start multiplying your traffic follow below steps:

Click Here To Add Simple Related Posts Widget In Blogger Mobile Site!

Step 1: Go to blogger dashboard.

Step 2: Navigate to template and click on edit html.


Step 3: Search for </head>.


Step 4: Copy code of desired related posts widget from below and paste it above </head>.

Style 1:


<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
#related-posts {margin: 10px 5px;}
#related-posts h2 {letter-spacing: 1px;font-size: 18px; color: #222;margin-bottom: 15px;position: relative;left: 5px; top: 10px;}
#related-posts a {font-size: 14px; color: #999;text-transform: capitalize;}
#related-posts a:hover {text-decoration: none;color: #555;}
#related-posts ul {list-style-type: none; margin: 0 0 0px 0;padding: 5px;}
#related-posts ul {list-style-type: none;}
#about {position: absolute;right: 1%;font-weight: bold;}
#related-posts li {padding: 12px;border-bottom: 2px solid #fff;border-left: 5px solid #BCC2B9;background-color: #F4F4F4;}
#related-posts li:hover {background: #F4F4F4;font-weight:bold;background-color: #eee;border-left: 5px solid #188DD7;}
</style>
<script type='text/javascript'>
  var relatedpoststitle=&quot;You Might Also Like Reading:&quot;;
</script>
<script src='http://googledrive.com/host/0B-3SIKm-BBF_cWhGT2ptWHZUOE0' type='text/javascript'/>
</b:if>

Style 2:


related-posts-widget-for-blogger-style-2

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
#related-posts {margin: 13px 5px;background-color: #20DD71;}
#related-posts h2 {color: #FFFFFF;margin-bottom: 13px;left: 7px;top: 10px;font-family: Trebuchet ms;}
#related-posts a {font-size: 14px;color: #999;text-transform: capitalize;}
#related-posts a:hover {text-decoration: none;color: #555;}
#about {position: absolute;right: 1%;font-weight: bold;}
#related-posts ul {list-style-type: none;margin: 0 0 0px 0;padding: 5px;}
#related-posts li {padding: 12px;border-bottom: 3px solid #eaeaea;background-color: #FFFFFF;}
</style>
<script type='text/javascript'>
  var relatedpoststitle=&quot;Related Posts:&quot;;
</script>
<script src='http://googledrive.com/host/0B-3SIKm-BBF_cWhGT2ptWHZUOE0' type='text/javascript'/>

</b:if>

Style 3:


<b:if cond='data:blog.pageType == &quot;item&quot;'><style type='text/css'>
#about {display: none;}
#related-posts {margin: 10px 0px;background-color: #eee;}
#related-posts h2 {letter-spacing: 1px;font-size: 18px;color: #222;margin-bottom: 10px;position: relative;left: 10px;top: 10px;}
#related-posts a {position: relative;bottom: 4px;font-size: 15px;color: #999;text-transform: capitalize;}
#related-posts a:hover {text-decoration: none;color: #555;}
#related-posts ul {list-style-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_NQCxQzej2kmPY3nM3EhNE24vFcuGG5JAnavywDgF8epSqDBnlxTHpk-2lZn8Ijp6xtBxOJQdjq6qSpWPw5uMy8iE_xe3kN7wm2otNR6NI-oTHz0wcYebceQt7RwuFWA28ENF6n_ziyY/s1600/rsz_1rsz_icon256.png');margin: 0 0 0px 0;padding: 5px;position: relative;left: 30px;}
#related-posts li {width: 94%;}
#related-posts li:hover {font-weight:bold;}
</style>
<script type='text/javascript'>
  var relatedpoststitle=&quot;You Might Also Like Reading:&quot;;
</script>
<script src='http://googledrive.com/host/0B-3SIKm-BBF_cWhGT2ptWHZUOE0' type='text/javascript'/>
</b:if>

Style 4:


related-posts-widget-for-blogger-style-4

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
#about {display: none;}
 #related-posts { margin: 10px 0px; background-color: #eee; }
#related-posts h2 { letter-spacing: 1px; font-size: 18px; color: #222; margin-bottom: 10px; position: relative; left: 10px; top: 10px; }
#related-posts a { position: relative; bottom: 5px; font-size: 15px; color: #666; text-transform: uppercase; }
#related-posts a:hover { text-decoration: none; color: #555; }
#related-posts ul { list-style-image: url(&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsTVlvebv0a2xQg2ltkYJ9QKIcz6G6YWsLUHAbbLLjvjvAv8qsQ_xPmQx6xu8nOiQwLE_JV3IZhyphenhyphenjHk99LkoZQ_VcCmPADspTB3-8D34UuGbF_-hWZnw85zrpddt9fQ9ncFC3rNMUv9EM/s1600/rsz_logo-favicon-large.png&#39;); margin: 0 0 0px 0; padding: 5px; position: relative; left: 30px; }
#related-posts li { padding: 0%; margin-bottom: 7px; width: 94%; border-bottom: 1px dashed #666; }
#related-posts li:hover { font-weight:bold; }
</style>
<script type='text/javascript'>
  var relatedpoststitle=&quot;You Might Also Like Reading:&quot;;
</script>
<script src='http://googledrive.com/host/0B-3SIKm-BBF_cWhGT2ptWHZUOE0' type='text/javascript'/>
</b:if>

Style 5: 




<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
#related-posts h2 {letter-spacing: 1px;font-size: 18px; color: #222;margin-bottom: 15px;position: relative;left: 5px; top: 15px;}
#related-posts a {font-size: 14px; color: #fff;text-transform: capitalize;text-decoration:none;}
#related-posts ul {list-style-type: none; margin: 0 0 0px 0;padding: 5px;}
#related-posts ul {list-style-type: none;}
#related-posts li {border-radius: 2px;padding: 10px;margin-top: 3px;background-color: #777777;    border: 1px solid #777777;}
#about {position: absolute;right: 1%;bottom: 50px;font-weight: bold;}
#related-posts li:hover {background: #F4F4F4;border: 1px solid #3079ED;background-color: #4D90F0;}
</style>
<script type='text/javascript'>
  var relatedpoststitle=&quot;You Might Also Like Reading:&quot;;
</script>
<script src='http://googledrive.com/host/0B-3SIKm-BBF_cWhGT2ptWHZUOE0' type='text/javascript'/>

</b:if>

Style 6:



<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
#related-posts h2 {letter-spacing: 1px;font-size: 18px; color: #222;margin-bottom: 15px;position: relative;left: 5px; top: 12px;}
#related-posts li {font-size: 15px;}
#about {position: absolute;right: 1%;bottom: 65px;font-weight: bold;}
#related-posts a,a:hover {text-decoration:none;color: #2288bb;}
</style>
<script type='text/javascript'>
  var relatedpoststitle=&quot;You Might Also Like Reading:&quot;;
</script>
<script src='http://googledrive.com/host/0B-3SIKm-BBF_cWhGT2ptWHZUOE0' type='text/javascript'/>
</b:if>

Step 5: Now search for below piece of code:

<div class='post-footer'>

Step 6: Copy below code and paste it just above the above code:

<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&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop>
<script type='text/javascript'> var maxresults=6; removeRelatedDuplicates(); printRelatedLabels(&quot;<data:post.url/>&quot;); </script><a href="http://101helper.blogspot.com/2015/08/linktext-only-related-posts-widget-for-blogger.html" id="about" rel="nofollow" style="color: #888;">101Helper</a></div></b:if>

You may find <div class='post-footer'> several times but you have to paste above code above the second one.


Step 7: Click on save template and you are done!

Note: Make sure to label every post of your blog otherwise this widget will not work.

Customization:

Number of posts:

To change number of posts change 6 with desired number of posts in maxresults=6

Title of related posts:

To change title of your related posts widget just replace "You Might Also Like Reading" with your desired title.

How To Show Simple Related Posts Widget In Blogger Mobile Site Under Posts?

related-posts-widget-for-blogger-mobile-site

If you are wishing to show show a simple related posts widget below your posts in mobile view too then follow below steps. Don't worry it won't effect your mobile site speed! You don't need to follow all steps again, once you have installed this widget in your desktop site then you just have to use the code of step 6 with a little bit changes(I have made). So follow below steps


Step 1: Optimize your blog for mobiles first (Use Custom Blogger Mobile Template).

To use blogger custom template go to Blogger Dashboard > Template > Click on Blogger Mobile Settings Icon as shown in below picture.

how-to-use-blogger-mobile-custom-template

Now switch your mobile template to Custom.

how-to-use-blogger-mobile-custom-template-101helper

Step 2: Copy below code:

<b:if cond='data:blog.isMobile == &quot;true&quot;'><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&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop>
<script type='text/javascript'> var maxresults=6; removeRelatedDuplicates(); printRelatedLabels(&quot;<data:post.url/>&quot;); </script><a href="http://101helper.blogspot.com/2015/08/linktext-only-related-posts-widget-for-blogger.html" id="about" rel="nofollow" style="color: #888;">101Helper</a></div></b:if></b:if>

Step 3: Go to template > Edit Html and find below piece of code in your template:

<b:if cond='data:top.showMobileShare'>


how-to-add-related-posts-widget-in-blogger-101helper

Step 4: After finding <b:if cond='data:top.showMobileShare'> scroll a little bit up and find below code:

<div class='post-footer'>

related-posts-widget-for-blogger-mobile-site-101helper

Step 5: Just above paste the copied code(step 2).

how-to-add-related-posts-widget-in-blogger-101helper

Step 6: Click on save and you are done!

I hope you like this post and it was helpful to you. If you have any question ask me in comments. Share this post and help others. Follow and subscribe for latest blogging tutorials, gadgets, widgets, tips and tricks. Thanks for visiting 101Helper.

Search tags: Simple related posts widget blogger,Related posts widget for blogger,stylish related posts widget,links,text only related posts widget,101helper blogger gadgets

Senin, 17 Agustus 2015

How To Add "Read More" Link In Blogger After Post

How to add read more link in blogger after posts

You might have noticed that in most of blogs these is a small description of a post and after that there is a "Read More" button to read full post. This read more button is addedbecause of  Jump Break. If a post have no jump break your blog will show full post and it may slow down your homepage and other pages. But it happens only in simple templates, if you are using a custom template you may don't encounter this problem.

All though "Read More" button has no effect on seo but it can help you speed up your blog. You can add this to your posts very easily, there is no need to touch code. It is done when you have completed your post.

Also Read: How To Customize Read More Link/Button In Blogger

In this post I will show you how to add "Read More" in posts by using jump break. So follow below steps:

Step 1Go to blogger dashboard and write a new post or edit an existing one which doesn't have read more button.


how-to-add-read-more-button-in-blogger-101helper

Step 2: Choose the location or area of post which you want to show before "Read More"button or find the position where you want to place jump break.


Step 3: Click after that area which you have chosen to show and click on Insert jump break button as shown in below image:


Step 4: Click on publish and open your homepage to see changes.

101Helper grow. Follow and subscribe to get instant news about new posts.

Search Tags: How To Add "Read More" Link In Blogger Post, Read morebutton in blogger posts,Small post description and read morebutton,blogging tutorials 101helper