Saturday, May 12, 2012

5 Ways To Keep Readers On Your Blog Increase Traffic



Keeping your blog updated, looking good and sporting solid posts can be difficult and time consuming. In our crowded blogosphere, you need to stand out. I extend a warm congratulation if you’ve achieved that.
Now that you have, though, you want people to do more than read one post and move on. While great content will invite readers to continue through to other posts, attention spans wane, and it’s easy to lose even an interested reader.
Get your readers to linger a little longer with 5 simple steps.
  1. Link within the blog
    You don’t write a great blog post for it to be archived three days later. If you have posts that can be made relevant again through another post, use it! When you link to other stories within your blog, it encourages further exploration. Not only does this give your story more meat, but shows the reader that there are more interesting posts they have yet to discover. Regardless of whether they leave after that first post or not, you’ve given them reason to come back.
  2. Related posts plug-in 
    When your visitor finishes the post they came for, you intend for them to move onto another. What you should remember here is that the reader isn’t going to want to work, so you have to do it for them. By installing a related post plug-in you’ll be able to help them easily access another article they’ll like with a simple click. No looking around, no fussing with your archives or home page. Most plug-ins allow for customization as well. You can decide how it chooses the posts based on content, title, tags, etc.
  3. Video content
    While people love great written content, video takes the cake. With over 48 hours of content being uploaded on YouTube every minute, web surfers are becoming more and more attached to online video content. Even better, there are two positives to adding video.
    • At the very least, giving the reader a video to watch simply means that they will spend an extra few seconds on the post than they would have before.
    • Adding video can also help broaden your readership. While many people bounce through blogs because they enjoy reading great content, YouTube gets over 2 billion views a day.
  4. Suggest another post
    At the end of every post you want to present your reader with a suggestion to do something. When you compel readers to interact within your blog, you’re inviting exploration. There are a few ways you can do this.
    • You can ask a question and suggest they give their opinion in the comments section. That extra two minutes they take to comment might make the difference between whether they look around more or not.
    • You can suggest they check back in a couple days for a follow up blog, etc. If you’ve put together a good post, this will give them a reason to come back when they have more time.
    • You can point them in the direction of a previous post that backs your point or emphasizes what you’ve discussed in the text. If you gained their trust in the article, they are likely to read another one based on your recommendation.
  5. Make use of your widgets
    Within your blog, you can do so much more than write a post. With the addition of widgets, you can add more depth. Giving your readers more to interact with will give them a reason to stay longer.
    • You can use a Polling Widget for multiple things, including emphasizing or enhancing a particular post.
    • A Top Commenters widget may give avid readers a reason to be more active, coming back to read and comment more frequently.
    • Adding a Twitter Widget can give them better access to your posts. ATechnorati study found that more than half of bloggers use Twitter to promote their posts. Assuming this is a tactic you use, they can easily click through to new blogs as they are updated on your Twitter feed.
Your blog is your baby. For those of you who put a significant amount of time into crafting great posts, there is a sense of pride in the work that you do. Whether for personal or business, you want to get the most out of the hard work put in. By enacting various tactics you can get your readers to stay longer, and perhaps grow your readership as well. You put a lot of effort in your content, so don’t let it all go to waste.

How To Add Pinterest Pin It Button To Blogger Post



In case you are unfamiliar, Pinterest is an online pinboard that allows users to share images they find over the web -by “pinning” them on their boards.  A description and original link location are added to the pinned image, giving users the chance to visit the source directly.
A Pin It button is what Like button is to Facebook or Tweet button is to Twitter, as it allows users to share your posts without having to leave your blog. Installing it on each post will surely lets readers pin your posts with ease.
Now let’s proceed with the tutorial:
  1. Go to Design > Edit HTML  (New interface: Template > Edit HTML).
  2. Back up your template.
  3. Check the Expand Widget Templates checkbox on top right of the HTML window.
  4. Look for the following data tag in your HTML. This is the tag for the post content:
    1<data:post.body/>
    Normally there are two instances of the tag present in your template. Locate the the first (from top) one. 
  5. Paste the following code immediately below (after) it: This code is made up of a combination of two different codes -Pinterest’s bookmarklet and Pin It button.
  6. Button configuration
    You can customize the layout of Pin It button & counter by changing the value of count-layout attribute in line 4. Refer to the table below for the available types and their settings.

    Button type
    count-layout value
    margin-left (in line 5) value
    pinterest pin-it button vertical
    vertical
    -46px
    pinterest pin-it button horizontal
    horizontal
    -93px
    pinterest pin-it button no count
    none
    -46px
  7. Button placement 
    The steps above position the button on bottom left of each post. To change the button position, do the following:
    • Position it on top of post 
      Place the button code before <data:post.body/>, instead of after.
    • Button alignment 
      Change the value of text-align property in line 3: 
      Align right: set it to right; 
      Align center: set it to center;
  8. Click Save.
  9. View your blog. The button should appear on post pages.
Update:

Adding Pin It button as a widget

To put Pin It button outside post area e.g in sidebar or footer, paste the following code into a HTML/Javascript gadget. The button will appear on all pages (not just post pages), but it comes without the counter.
01<a href='javascript:void(run_pinmarklet())'><imgsrc="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWRAR8-aedn4zTykfmENTEHOZxkc4Mg3Xt6IOuKCq5PcYiB_hAonDLg3OI-GR7f_4Gn8UEMqGYBwtrnBm0j0opKf_sd1dWe6Q5DUxTpkLiYtdTOEgK9oxVkdJIs49UhaagNjUCA-s6L9Jw/s1600/pinmask2.png"style='margin:0; padding:0; border:none;'/></a>
02<script type='text/javascript'>
03function run_pinmarklet() {
04    var e=document.createElement(&#39;script&#39;);
05    e.setAttribute(&#39;type&#39;,&#39;text/javascript&#39;);
06    e.setAttribute(&#39;charset&#39;,&#39;UTF-8&#39;);
07    e.setAttribute(&#39;src&#39;,&#39;http://assets.pinterest.com/js/pinmarklet.js?r=&#39; + Math.random()*99999999);
08    document.body.appendChild(e);
09}
10</script>
Enjoy!
 

Tags

Site Info

Followers

blogscenters Copyright © 2009 Blogger Template Designed by Bie Blogger Template