Showing posts with label related posts. Show all posts
Showing posts with label related posts. Show all posts

Saturday, November 7, 2009

How to add related posts with thumbnails using LinkWithin

linkwithinpic LinkWithin is a free service offered by a small team based in New York. With LinkWithin, users can display related posts linking to the related stories from your blog archive under each individual postings. Related posts is a good thing to have on your blog because it keeps your readers engaged with your content, thus, increasing page views on your blog. The LinkWithin related posts widget generates a minimally styled design to blend in with your site and best of all, its free, ad-free, and only takes a minute to get the widget up and running on your blog with no signup required.

Steps to follow:

1. Visit the LinkWithin website here.

2. Enter your email, blog link, and under platform option, select “Blogger”, and for the width, choose how many items you want to display for your related posts (3, 4, or 5 stories). Select the “My blog has a light text on a dark background” if that pertains to your template and then hit the “Get Widget!” button. Here’s a screen shot of mine:

linkwithin
3. After you clicked the “Get Widget!” button, LinkWithin takes you to the installation page. Select the “Install Widget” button to open Blogger up in a new window.

linkwithin2
4. Next, select a blog, if you have more than one, then click “Add Widget

linkwithin3
5. Once your LinkWithin widget has been added to your blog, it will appear on the sidebar widget, but move it under your “Blog Posts”. Here’s a screenshot of mine:

linkwithin4

6. Next, select save and your done. Your LinkWithin widget should now appear on your blog.

** Tutorial completed.

Tuesday, June 9, 2009

How to add related posts underneath your posts

related_posts From this tutorial, you will be able to add a related posts widget right under your posts. Having a related posts section for your blog can really be user friendly for your readers and definitely boost the average time on site. Most of the time, readers who find your post interesting will dig in for more, and what’s more user-friendly then a related posts section right under that post.

You will need these file(s) for this tutorial:

js_file related_posts.js
 Made on a Mac!

exclusive for Smashing Magazine rss.png
 Made on a Mac!

exclusive for Smashing Magazine relatedposts.zip

To add related posts underneath your posts:

1. From your Blogger dashboard, navigate to Layouts and then Edit HTML.

2. Add the following javascript link below right after the opening head tag of your blog: <script src='../related_posts.js' type='text/javascript'/>

3. Next, you will need to search for this section code: <data:post.body/> and copy and paste the section code below right after it.

Add style with CSS:

4. Next, you will need to add the CSS section code the footer. To do this, copy and paste the following section code below right before: ]]></b:skin>

Note: Remember to change “../rss.png” to your link location.

5. You should preview your blog first to see if all codes have been implemented correctly. If so, save your template and you’re finished.