SkyUrdu | The Largest Hub Of Tutorials
Select Menu
  • Home
  • Google Adsence
    • Google Adsence Tricks
    • Supports Languages
    • 11 Tips For Adsence
    • 12 Tips For Adsence
    • 100% Approval Tip
    • Achievement Card
    • Adsense Revenue
    • Verify Account
  • Make Money
    • Earn With Bidvertiser
    • Earn With Freelance
    • Earn With Blogging
    • Earn With You Tube
    • Earn With Ads Cash
    • Earn With Adsence
    • Earn With Infolinks
    • Earn With Typing
  • Blogging
    • 404 ERROR Page
    • Google+ Fallow
    • BackUP/Restore
    • Mobile Templet
    • Custom Domain
    • Blogger Tricks
    • Custom Fonts
    • Templetes
  • SEO
    • Google Algorithm
    • Google Analytics
    • Select Keywords
    • Blogger Vistors
    • Alexa Ranks
    • Robots.txt
    • SEO Tricks
    • SEO Tools
  • Social Media
    • Whatsapp
    • Facebook
    • Pinterest
    • Google+
    • Twitter
    • Skype
    • Imo
    • VK
  • Networks
    • Easypaisa
    • Mobicash
    • Mobilink
    • Telenor
    • Warid
    • Ufone
    • Zong
  • Much More
    • How To
    • Much More
Home » Blogger Tricks » Much More » Arrow Key Navigation for Blogger

Arrow Key Navigation for Blogger

Unknown
Add Comment
Blogger Tricks, Much More
Arrow Key Navigation for Blogger
Navigating through a website using the keyboard arrow keys is really useful as you don’t have to look around the page for the Newer or Older page links. You might have already seen this feature on many top blogs.It’s really easy to implement this feature on your Blogger Blog.You just have to add the arrow key navigation widget to your blogger blog.
This is a really simple and clean widget and you can see a demo of this widget right on this page. If you use the Right and Left arrow keys, you will be able to navigate to different pages on this blog. This works not just on the post pages, but also on the blog’s home page and label pages.The Arrow Key Navigation Widget will be disabled when you are typing something into a text box on the blog(This was done to avoid the page from being changed when the user is typing something into a text box and uses the arrow keys to move around this text.).

Why should I add this widget

This is a simple light weight widget which doesn’t depend on any external libraries and it’s really easy to install as well. It will give users a better experience when they are navigating across different pages of your blog.They won’t have to scroll all the way down to the bottom of the page and look for the Older and Newer page links.

How to add this Widget

You can add this widget by using the below one click installer.

Add the widget to your sidebar or footer and the Arrow Key Navigation will be activated on your Blog.The Widget title won’t appear on your Blog. So you can give it any appropriate name which will help you in identifying the widget on the layout page.

How to let readers know of this Widget

You might want to add some text to your blog which suggests that your Blog can be traversed using the keyboard arrow keys.Something message similar to “Use the Left or Right Arrow keys to navigate through this blog” might help.

How to Remove the Widget

If you want to remove this widget at any time, you can do that by removing the Arrow Page Navigation Widget from the Layout page.

How this works

If you are curious about how this works, then below is the actual code behind the widget. The code listens for Keyboard inputs and if detects an Arrow Key event, it will redirect the user to the newer or older page. The code picks the newer and older page links from the Blogger’s Page Navigation Links.


<script type='text/javascript'>
document.onkeyup = function(event)
{
if (document.activeElement.nodeName == 'TEXTAREA' || document.activeElement.nodeName == 'INPUT') return;
event = event || window.event;
switch(event.keyCode)
{
case 37:
var newerLink = document.getElementById('Blog1_blog-pager-newer-link');
if(newerLink !=null) window.location.href = newerLink.href;
break;
case 39:
var olderLink = document.getElementById('Blog1_blog-pager-older-link');
if(olderLink!=null) window.location.href = olderLink.href;
}
};
</script>
Share This!--- Facebook Twitter Google+

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Search Hare

Populer Posts

  • Auto Post in Multiple Facebook Groups In Single Click
    facebook is 1 social networking website. It is the best place for all blogger actually not only for blogger, but also its good place for ...
  • Best URL Shorteners to Making Money
    I already shared many articles on Facebook , Blogging and other tricks. Today I am going to share a first article about making money whic...
  • Make Money with Bidvertiser (PPC) Network
    Bidvertiser:  is an easy way to make money online from your blog & website. Bidversiter is a PPC network that allows publishers...
  • Blogger Lab Full Width Version Responsive Blogger Template
    After successful response from user I have released today Blogger Lab v1.1 and also releasing Blogger Lab Full width v1.1. I hope thi...
  • How to Earn $100 With Adcash Advertising Network
    AdCash is another most popular Google Adsense alternative network and it is online high quality ads advertising company. Adcash – A...
  • How To Create A SEO Friendly robots.txt in Blogger
    Do you want to create your own robots.txt file for your Blogger? If yes, this post will guide you in easy steps. Here I will discuss ...
  • Best Top 3 Blogging Sites To Make Money Online
    WordPress.com WordPress is the best choice of Bloggers to make money online. Almost everything is free on WordPress. it is providi...
  • How to make money on YouTube by Uploading videos?
    Capture the nature videos and beautiful images in your camera and upload them on the YouTube. This is enough for you to earn. How to make ...
  • Auto Likers Facebook On Status/Photos Of Profile/Page On Your Risk
    Facebook is best place for connecting with people. We use Facebook daily to do chatting, calling, sharing Status and Photos which we fi...
Template by Malik HassanHome - Sitemap - Privacy Policy - Terms And Conditions - Disclaimer - Author