How To Remove Swipe "next" And "previous" From Blogger Mobile Site

Have you swiped next or back while surfing your blog's mobile site on your phone? If yes then you might have wished to remove this thing from your blog because sometime it is swiped next or back without intention and it is a negative thing for your user experience. Mostly it happens if your mobile site page e.g a post has a html table or it has a big image because of with content is bulging out of your main post body which causes the user to swipe next or back without intention and if it happens 2-3 times the visitor just leave and stop visiting your blog. May be they don't leave but it is not a good visitor experience. I personally don't like swiping pages without next.

how-to-remove-swipe-next-and-previous-from-blogger-mobile-siteAnyway, suppose your visitor is reading a long story on your blog page on his mobile and he is in the middle of the page and just swipe to next page although he doesn't want to do so but by mistake he did it so now he has to go back and scroll to the middle and find where he was? so he will definitely not like it. Because most of the mobile sites do not have this feature so everybody don't know about it so this mistake occurs often on blogger sites. So to avoid this bad user experience you can remove it.

Unfortunately it is not known that how blogger add this swipe next and back because you don't find any script for it in blogger templates so we have to add a script to remove this swiping rather than to remove a script.

So in this post I am going to show you step by step how to remove swipe next and back from blogger mobile site. In my next post I will show you how to add sticky next and back buttons in your blogger mobile site so that if a user wants he can go to next or previous post by intention without any mistake.

How To Remove Swipe "next" And "previous" From Blogger Mobile Site?

Step 1: Go to blogger > Theme > Click on Edit HTML.

how-to-edit-html-in-blogger-template-theme

Step 2: Click in your theme code and use CTRL+F to open theme search box.

Step 3: Search for </body>.

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

<b:if cond='data:blog.isMobile'>
    <script>
      document.getElementById('main').addEventListener = function() {}
    </script>
</b:if>

add-javascript-in-blogger-theme-template

Step 5: Save your theme and visit your site on your phone, swipe next or back and see its removed!



I know it is not a long post and just simple 5 steps post but many people ask how to do it so I decided to do a post on it. If you like it share it with others and if you don't leave a comment below.

Thanks for visiting 101Helper. Follow oon Google+ or Pinterest and like on Facebook for updates.

Search keywords: How To Remove Swipe "next" And "previous" From Blogger Mobile Site, add next and prev button in blogger, remove swipe from blogspot mobile,how to modify blogger mobile template,blogger mobile template help,101helper mobile blogging

Tips To Get Sitelinks In Google Search Results - Blogger

Sitelinks are some links that are showing below site in search engines. Its not just in Google search results but in Bing, Yahoo and also in Yandex. There is no idea how to get sitelinks, even Google says that sitelinks are automatically generated links to help visitors reach important pages of your site. Also you have no control over which page you want in sitelinks and also there is no code which can do it. You might be thinking that if nothing is known about sitelinks, how am I going to get it for my site ? Well, the answer is simple you will get it as I got them !


What Are Google Search Result Sitelinks:

sitelinks-in-google-search-results

Above is the sceenshot of sitelinks of my blog. If you search "101helper" oon Google you will see the sitelinks live. These are featured links from my blog and are shown to visitors to help them reach deeper pages or help them to reach the content of interest on a site.

Note that sitelinks never remain the same they change time to time and we have no control over it. Google allowed webmasters to remove certain links from sitelinks but now this feature is gone from webmaster tools so you can't remove URLs from sitelinks even if these are not of visitor's interest.

Though, you can control it indirectly by blocking these pages from index using meta tag or robot.txt.


Why Sitelinks Are Important ?


1. Sitelinks Increase CTR(Click through rate):

If you search a site and it doesn't have sitelinks, you will just click on the main site URL because you have no other option but if you search a site and it has sitelinks, you may like to click on something from the sitelinks which will grab your interest. So it increases your pageviews plus CTR.

If your site doesn't have sitelinks yet then before using tips below go to your webmaster tools and click on search analytics, take a sceenshot and compare it later with your click-through-rate. You will see an increase in CTR and also traffic.


2. Sitelinks Increase Visitors Trust:

Sitelinks makes a site look professional and increases visitors trust in your site which results in more bookmarks and more visiting because they trust your site.


3. Sitelinks Shows Your Rank:

Sitelinks are shown only below these sites which have a good rank. Rank is improved when you have good content, good traffic and your site is more social. So your fans will see that your site has a good rank so it improves your reputation.


4. Sitelinks Shows Featured Content From Your Site:

If you have sitelinks below your site it may show featured links like link to best post of your site or links to certain category where your visitor can read many posts with same label so it is good for your site because visitors can visit these links directly before visiting your main site so it will increase your traffic.


Google Search Sitelinks Mobile And Desktop Site:

As we know that Google is working on mobile sites and improving user experience on mobile because people use smartphones more than computers to visit sites so Google is working more on mobile site rather than desktop. Google has enabled carousel schema for mobile sites and shows many websites(news sites mostly) posts in carousel which shows how importance mobile site experience is.

So if your blog has a separate template for desktop and separate template for mobile then you have to optimize both of them to show sitelinks in mobile and desktop.

Here is a sceenshot of how sitelinks appear in mobile devices.

google-search-sitelinks-schema-mobile-site


How To Get Sitelinks In Google Search Results ?

Here are some tips to get sitelinks below your site in search engines.

1. Make Content:

I got sitelinks below my site first time when my posts were above 50 and appeared only when I searched "101helper" on google.com not on google.com.pk or google.co.in so it means that sitelinks may take more posts to appear on country specific Google.


2. Submit Site To Webmaster Tools:

Its the 2nd most important thing to do after making content, every single post you publish should be on Google. How To Add Blogger Sitemap To Google Webmaster Tools

Its best to submit your blog to all search engines i.e bing and yandex also.

googl-webmaster-tools-101helper


3. Markup Your Site Navigation:

Your blog menu or navigation should be markedup with schema, it means alot because after marking up site navigation with schema you are actually telling search engines that certain part of your site is navigation and later the menu items start appearing as sitelinks. How To Markup Site Navigation In Blogger For Seo


4. Customize Your Blog's Robots.txt:

Make sure that the robots.txt you are using is not blocking pages from crawling or not disturbing index status in any way. You can see your blog's robot.txt by visiting http://yourblog.blogspot.com/robots.txt. If you can see that these is no blocking then it good. Many bloggers disallow static pages(contact page, about page and sitemap page etc) in robots text which results in disappearance of these pages in search results. So if you have done this then even if you makeup your menu or navigation and your menu items include sitemap page, contact page etc, you will never see these pages in sitelinks and also it may take some more posts for sitelinks to appear because more content means sitelinks. If you have disallowed pages from appearing then only posts will appear as sitelinks.

Useful Post: How To Use Robots Text For Better Seo In Blogger


5. Be More Social:

Share your posts and blog URLs as many time as you can, join facebook groups, Google groups and other sites where you can get your URLs shared, it will not only bring you some social traffic and followers but also it will improve your sites social impact and improve your search rank.


6. Choose A Unique Short Name For Blog :

By choosing a short and unique name for your blog, your visitors don't only remember your site but also use it in search and when there are more searches, you start getting sitelinks and popularity. Like for example my blog's name is 101Helper, Do your remember it easily ? if you do then you will surely search it on Google and you will see that my blog has sitelinks and I get many visitors daily which use "101Helper" as keyword to reach my blog.


7. Interlink Your Content:

Make a habit to interlink your older content with newer, show useful links of other posts in your new posts. It will increase your pageviews also because interlinking is good for multiplying traffic.

I hope you found this post helpful, if not please let me know by leaving a comment below. Share it if you found it helpful. Thanks for visiting 101Helper.

Search keywords: How to Get Google Sitelinks on Your Blog, google search sitelinks guide for blogger,show sitelinks in google,bing,yahoo,blogspot search engine and seo guide,benefits of sitelinks,how to get sitelinks quickly tips

How To Markup Site Navigation In Blogger For Seo



There are certain things about seo and blogging that only professional bloggers and webmasters know and are not told to everyone and if told everybody don't understand it. One of these things is marking up site navigation with schema which helps search engines know what is site navigation element and it is helpful to get sitelinks below site in google search results.

Its a little bit complicated to markup site navigation with schema but I will show you step by step and after final step we will verify if we correctly marked up site navigation or not. Popular websites and blogs are using this method to tell Google what is in menu and hence in the sitelinks these menu is shown.

Although it is not guaranteed that you will get sitelinks below your site in search results but it will markup your navigation and whenever you will get sitelinks, your menu items will be included in sitelinks. I am not guaranteeing because according to Google sitelinks are automatically generated links below websites to help visitors reach what they are looking for. It is also unknown what is the criteria for showing specific items in sitelinks but marking up site navigation has impact on it as I experienced !

So lets start marking up site navigation with schema for search engines.

Step 1: Go to your blog theme or layout where your menu code is.

Step 2: Add below line inside your menu's <div> or <nav> or <ul>:

itemscope='itemscope' itemtype='http://schema.org/SiteNavigationElement' role='navigation'


like this:

<nav class='main-nav' itemscope='itemscope' itemtype='http://schema.org/SiteNavigationElement' role='navigation'>

Step 3: Add  itemprop='url'  to your menu's every item "link attribute" like this:

<li><a href='https://101helper.blogspot.com'  itemprop='url' >Home</a></li>


Step 4: Now add  itemprop='name'  to your menu item names, you can't add it directly so use <span> attribute and add  itemprop='name'  as I did for my menu, look it below:

<li><a href='https://101helper.blogspot.com/search/label/Blogger%20menus'  itemprop='url' ><span   itemprop='name'  >Blogger menus</span></a></li>


Step 5: Do it for all your menu items one by one.

Note: If your menu items do not have <li> attribute, it doesn't matter but you need to markup all the <a> and <span> attributes.

Step 6: After you are done go to Google Structured Data Testing Tool.

Step 7: Put your blog URL and  RUN TEST .

how-to-use-google-testing-tool-schema-org-sitenavigation-markup-blogger

Step 8: Look for SiteNavigationElementif you found it and there is no errors or warnings then its cool and you did it correctly, Congratulations !

sitenavigationelement-google-seo-schema-org-blogger

sitenavigationelement-google-seo-schema-org-blogger-101helper

Let Google crawl your site and see your site performance after markingup navigation. Follow on Google +101helper or Like on Facebook to get more posts like this.

Thanks for visiting 101Helper.

Search keywords: sitenavigationelement json-ld,How to Add Schema.org Markup on Site Navigation? How To Markup Site Navigation In Blogger For Seo, hoow to use schema.org markup in blogger,blogspot seo tutorials,101helper.blogspot seo

Backlinks Violating Google's Guidelines (Autobacklinks Pros & Cons)

My blog reader asked me to write a post about auto backlinks building and its cons and pros so I decided to tell you about auto backlinks building and other backlinks that violate Google's guidelines for webmasters so you can avoid these backlinks generating methods and save your blog from Google penalties.

Before telling you about types of backlinks that violate Google's guidelines, let me tell you first what is autobacklinking. Auto backlinking is a way to get free backlinks without working hard, though it is easy way and works for sometime but if you get penalized then all your work go in vain.

There are many software that do it all you need is to put your link and make backlinks, some online tools are also available for this work. But I don't recommend it because these backlinks are not from sites which are similar to your site topic and these backlinks doesn't have value. Also there is a high risk of penalty.

So auto backlink generating methods are not successful and you should avoid them, here are some more backlink generating methods that should also be avoided. I recommend you to create backlinks on big websites that allow "dofollow" backlinks like Pinterest. Here is a list of dofollow backlinks websites and directories List Of "Dofollow" Websites And Directories.

To check if you are penalized by Google, check your blog or site stats from the day you started creating backlinks and if you have a decreased organic traffic(traffic from search engines) it means your site is penalized. Other ways to check is to search your indexed URL's on Google by using this link site:yoursitelink.com if you can see your site indexed then it means your site is not penalized and you are still on Google.

Still other ways to find if you are penalized you can search for online tools.

Types Of backlinks That Violate Google Webmaster Guidelines:

1. Paid Backlinks:

seo-paid-links-blogger-penalty-google

Ofcourse if you are buying backlinks to improve your search rank you are doing black hat seo and its against Google's guidelines. So avoid it.

2. Backlinks Exchange:

link-exchange-blogger-backlinks

Some people exchange backlinks to help each other improve site rank and it works fine unless they start link exchanging with more and more sites and when they do it, their improved rank is noticed by Google and Google Penalize them because it is a black hat seo technique to improve rank, also most of the link exchangers do not have good engaging content so penalty becomes must as it is proved that without having good content how can a site get so many backlinks.

3. Irrelevant Backlinks:

irrelevant-backlinks-blogger-google-penalty

Irrelevant backlinks are those links which are from sites which are not similar to your site for example if you have a blog about PC games or fashion and you have backlinks from sports or movie blog then these backlinks are considered to be irrelevant and it happens when you are using auto backlinks generator or you are exchanging links.

4. Links From Sites with broken links:


broken-links-to-backlinks-blogger

If you have backlinks from sites or blogs which have many broken links then these are bad for seo. Broken links are not even good for that site then how can these sites improve your rank which have so many broken links ?

5. Automatically Generated backlinks:

autobacklink-generator-blogger

If you search on Google or on Fiverr or any other freelancing site or even on Facebook groups you will find guys which offers you to buy their package and get 10K to 15K backlinks for just $5 or less or more but never accept such offers. It sounds so good to have 10K or 15K backlinks overnight but it will penalize your site within days or weeks so all your work will be wasted. All these backlinks are generated by bots and software and are usually on blanks pages or high ranked website or in forums or in comments. Avoid Automatically generated backlinks if you don't want your website to be penalized.




6. Backlinks From Other Language Websites:

backlinks-from-foreign-language-sites

It does not have a major role because my blog(101Helper) also have backlinks from websites with other languages e.g Hindi, Russian, Spanish etc but all these websites are similar to my blog so it is not considered a bad seo technique but if you have backlinks from websites with other languages and also it is irrelevant then its not good and you can get penalized.

7. Generating Backlinks With Coding:

backlinks-hacks-blogger-google-penalty

If you are generating your blog or site link on other websites by using CSS or Javascript or other programming language and hiding them then its against Google's guidelines, If your links comes with plugins and is for copyright reason then its fine but if you are hiding them and the person doesn't know that certain code is making links on his site then it will become the reason for your site to get penalized. So avoid it!

8. Backlinks From Sites With Duplicate Content:

google-panda-duplicate-content-300x252

If you have backlinks on websites with same and duplicate content then it will affect your rank and you can get penalized so avoid this backlink technique.

9. Low Quality Guest Posting/Blogging:

low-quality-content-backlinks

Ofcourse guest blogging is best way to get quality backlinks and this technique will never die but low quality guest posting which is just to get backlinks is not good for seo.

There are many other ways to get backlinks but all these are black hat seo techniques which should be avoided otherwise your website will be destroyed.


How To know If My Blog Is Penalized By Google ?

If you see a major drop in organic traffic from Google then its a symptom that you are penalized by Google and to confirm it you can use online Google penalty checker and also you can check it manually by searching your site on Google using this link: site:yoursite.blogspot.com other way to confirm it is to look at your site index stats in Google webmaster tools.

How To Recover If My Blog Is Penalized By Google ?

Well, if you are penalized by Google for certain activities, I recommend you to reverse everything you did. Its like undoing all the bad seo activities. If you have generated low quality backlinks or if you have used a software for autobacklinking then use online backlinks remover or manually remove it.

In my opinion best way to get quality and safe backlinks is quality guest blogging and commenting manually on forums and blog and dofollow social networks like Pinterest, Linkedin etc.

After reading this post you should get idea how to avoid Google's penalty and get quality backlinks. If you found this post helpful, share it and if you have any suggestion leave a comment below.

Thanks for visiting 101Helper.

Search Keywords: Backlinks Violating Google's Guidelines, autobacklink software,get quality backlinks,google penalty bad backlinks, how to avoid google penalty,types of backlinks against google guidelines,backlinks in seo, google backlinks generator,how to get google backlinks,google backlinks tool

How To Use Sumo Tools In Blogger To Boost Traffic,Mail List And Followers

I am frequently posting about plugins that are useful to boost traffic, grow email list, get followers and more, So far I have posted about Hellobar plugin, Getsitecontrol plugin, Addthis plugins and also about shareaholic, engageya recommendation widgets. All these external plugins are really useful to increase pageviews and some of them also helps you to increase followers like Hellobar and Getsitecontrol.

In this post I am going to tell you about Sumo tools, the reason for posting about this plugin is I am impressed by their new ideas like legendary email collector(slides down from the top and covers the whole page and ask for email, with a "no thanks and arrow" button which slides it up in case if user do not want to subscribe.

It also have other innovative tools like "highlighter" which shows tweet and facebook share button when a text is highlighted by a visitor so it increases your social shares upto 300%. Other tools include a wide range of share buttons layout and a full control over it. You can show share buttons anywhere on your page just by selecting the desired layout.

Let me discuss the features of Sumo tools one by one below so if anyone wants to skip the into he can read the features below before using sumo tools.

Features Of Sumo Tools:

1. Free & Pro:

Sumo tools are free to use but you can upgrade for more features like more websites, limitless features, suggestions to improve site, boost traffic and organic ways to get free traffic from search engines. So if you want you can use free sumo tools and if you want you can upgrade anytime to pro account for more features.

2. Innovative Tools:

Sumo tools are innovative and different from other tools. Some of them are legendary email collector which slides down from top of the page, take over the whole page and asks for email and it is the best tool to grow email list, I have used this tool and received +50 emails in a week and you can get more with this. This tool works better than popup email collector. Other innovative tools are highlighter tools which shows Facebook and twitter share buttons when a word or sentence is selected on your site so it can increase your social shares. Other innovative tools include heatmaps which records your visitors clicks so you know where they click and you can show ads or interactive content there. More tools include Pinterest, Facebook, Twitter popups so you can get more likes or followers.

3. Easy to install:

Sumo tools are easy to use and install, although it is not a unique feature but it is a feature.

4. No render blocking scripts:

Sumo tools doesn't have any render blocking script so it does not slow down your site.

There are more tools and features which you can read at Sumo.

You may also like similar tools:

1. How To Install "GetSiteControl" Widgets In Blogger ?

2. How To Use Hellobar Tools In Blogger ?

3. How To Use Addthis Tools In Blogger To Improve Traffic And Shares ?

How To Install & Use Sumo Tools In Blogger ?

Step 1: Go to Sumo.

Step 2: Enter your Site / Blog url and click on Get it free.

Note: If the site design is changed you may need to follow the instructions from Sumo so skip signup process.

Step 3: Enter you email address and password and click on Signup.

how-to-use-sumo-tools-in-blogger-101helper

Step 4: Copy the Javascript code and go to Blogger > theme and click on Edit HTML.

how-to-use-sumo-tools-in-blogger-blog-101helper

Step 5: Click inside your theme code and search for <head>.

how-to-add-sumo-code-in-blogger-blog

Step 6: Paste the copied code and click on save theme button.

Note: Activate your sumo account by clicking on activation link in your email.

Step 7: Go back to sumo tools by visiting sumo.com.

Step 8: Click on Manage.


Step 9: Now select desired tools in the menu and customize them, you can use share tools, list builders heatmaps, image share buttons etc.

Its done, now you have setup sumo account and you can make popups, page take over, share buttons by logging in and making these gadgets. These tools will start showing up on your site.

I hope you found this post helpful, if not tell me by leaving a comment below. Thanks for visiting 101Helper. If you need any help contact me or leave comments below.

Search keywords: sumo tools for blogspot blog,legendary email collecting tool for blogger,popup gadgets for blogger,increase page views,mail list,followers,likes using sumo tools,how to increase blog traffic using sumo tools in blogger.

How To Earn Money From Propeller Ads / Earn Money Faster In Blogger

Do you want to earn money faster from blogging ? then you are at right place. So far I have created many posts about earning money from blogging like adhitz, infolinks, revenue hits, chitika and affiliate networks but today I am going to tell you about propeller ads which is a faster way to earn money. Its one of the best way to earn faster from blogging with only one disadvantage and that is its first minimum payout is $100 and after that you can payout if you reach $25.

Don't leave this network because of a higher payout rate. Just give it atleast a try and you will see that its easier to earn from propeller ads as compared to other ads and also you can reach this high threshold because of there great ads.

Propeller ads advantages:

1. Accepts any site easily, no minimum traffic is required.

2. All ad sizes are available(square, rectangle, 800X600, 160X600 etc).

3. Payment methods include PayPal, Bank Wire, Payoneer Prepaid Mastercard ®, Payoneer Global Bank Transfer, ePayments, EPESE and Webmoney.

4. Higher revenue generating Mobile ad units are available.

5. Higher CPM(cost per 1000) - $3, $2, $1 minimum CPM rates.

propeller-ads-high-cpm-101helper-blogger

6. If you don't have a blog or site you can still earn money with propeller ads using these native ad links, these links generate high revenues. So you can earn per view.

7. It is a pay per view ad network, its native ad links earn you per view. You can earn $0.20 to $0.50 per day with even low traffic.

8. Propeller ads referral program is really really good, you can earn $1 to $2 from 5 referrals per month. So more referrals equals to more money.

9. Ad units do not slow down your site, these are really optimized for faster performance.

10. Real time analytics of how your ad units are performing, updated every minute.

11. On-click / popup ads are also available and you can customize them to maintain your visitors experience while serving ads. You can allow 2 popups per visitor which means if you have 100 views per day your ad gets 200 views per day and that can generate you good rates depending on region of your traffic.

12. If you have videos on your blog or you have a blog only about videos then propeller ads can help you with it, they have video ads too.

13. You can use it with Google Adsense but don't use pop-ups, you can use interstitial ads.

Propeller ads Disadvantages:

1. Minimum payout is $100 for the first payout and after that you can payout with a minimum threshold of $25.

So these were the advantages and disadvantages of propeller ads. With only one disadvantage which is also for the first and last time, I consider this network good and recommend it. So if I am able to convince you then give it a try and share your experience with me by leaving a comment below.
How To Earn Money From Propeller Ads ?

Step 1: Sign up for a Propeller Ads account as publisher.

Step 2: Go to your email and verify your account.

Step 3: Login to your Propeller ads account.

Step 4: Click on Sites in the menu on left side.

Step 5: Click on + Add new site button.

Step 6: Paste your blog link and click on submit

how-to-add-site-to-propeller-ads

Step 7: Verify domain by copying the meta tag and paste it in your blog theme just after <head>.


Step 8: Save your theme and go back to your propeller ads account and click on verify.

Step 9: Once you verify your account you can make a banner.

how-to-create-banners-in-propeller-ads-101helper

Step 10: After making a banner, just copy its code and go to blogger layout and click on add a gadget, select HTML/Javascript and paste your ad code.

Step 11: Save and you are done.

Tips To Increase Earnings In Propeller Ads:

If you want to get CPM upto $5 then use following:

1. Native Direct ads
2. Popup ads in blogs which do not have Adsense.
3. Mobile Interstitial and dialog ads.
    Use popup boxes in your blog with checkuout this offer buttons or fixed bars with buttons and use the native ads links, it will increase your earnings for sure.

    You can also use native ads links in posts, sidebars and anywhere where they can be visited.

    How To Use Propeller Ads To Earn Money From Facebook Page, Twitter Account Or Social Network ?

    If you have a Facebook page or twitter account with a huge audience then you can double up your earnings. How ? follow below steps:

    Step 1: Go to propeller ads and login to your account or sign up and then login.

    Step 2: Click on sites and click on Add new channel.

    Step 3: Create a Native Direct Ad.

    how-to-create-banners-in-propeller-ads

    Step 4: Copy the link and post it on your Facebook page, Tweet it Or share it on Instagram and earn money for every view.

    Join Propellers Ads with QR Codes



    Search keywords: propeller ads earnings,propeller ads tutorial,propeller ads cpm rates,payout propeller ads vs adsense propeller ads review 2017,earn money from faster in blogger from propeller ads,earn money fromfacebook,twitter

    Addthis Pop-up Social Sharer Widget For Blogger

    Pop-up Social Sharer Widget For Blogger

    We all know that popups are really beneficial to get followers, likers and traffic and thats why tools like Hellobar is used by many. I also use Popups because my visitors give response more to popups rather than sliders or fixed content. Similarly its very hard to get content shared so popups work for it too. And its important to get content shared because more sharing equals to more traffic. Popup share buttons are not new, many of use have used them but popup have either 5 or 6 buttons so visitor is limited to share content only to some social networks and may be he or she is not using any of these networks so it will be a waste of time you will not get content shared.

    So I brought you a new idea, Why don't we use addthis popup sharer, it has all social buttons plus it doesn't need long coding and too many scripts so it doesn't slow down our blogs. So in this post I am going to share addthis popup sharer along with some customization. So you can get popup by the time when you want.


    How To Insall Addthis Pop-up Social Sharer Widget In Blogger ?

    Step 1: Go to your blog theme and edit your HTML.

    Step 2: Search For   </head> 

    Step 3: Just above it paste the following script.
    <script src='https://code.jquery.com/jquery-1.10.2.js'/>

    Step 4: Now just below  </head>  paste the following code
    <script>
    $(function() {
        setTimeout(function() {
            $(&#39;.addthis_button_compact&#39;).trigger(&#39;click&#39;);
        }, 120000);
    });
    </script>

    Step 5: Save theme and go to layout.

    Step 6: Click on add a gadget and select HTML/Javascript.

    Step 7: Paste below code in HTML/Javascript window.
    <a class="addthis_button_compact"></a>
    <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-55f1e2dc50b66fd0" async="async"></script>
    });
    </script>

    Step 8: Save you gadget and view blog to see sharer popup.


    Modifications:

    You can't modify it too much because its all created by addthis, we are just automatically triggering it using the script in step 3 and step 4. When you add the script of step 7 in you layout you are actually adding addthis sharing button and by the scripts you are triggering it to popup, so if a visitor wants he can intentionally open the popup by clicking on addthis button  + 

    To change popup time of widget, make changes in the highlighted[120000] part of code given in step 4120000 means 120 seconds = 2 mintues.

    I hope you found this post helpful. If not tell me in comments below. If you have any opinion or suggestion you can share in comments of contact me.

    Thanks for visiting 101Helper.

    Search keywords: Pop-up Social Sharer Widget For Blogger,Popup share buttons,Facebook, twitter,google+,pinterest,addthis share buttons,boost social sharing,get traffic from social networks