Instal Widget LinkWithin Related Stories Secara Manual Di Blogspot

LinkWithin is a widget that links to related stories from your archive under each story on your blog. This widget links to stories that are relevant and interesting to readers of a particular story, keeping them engaged with your blog, and therefore increasing page views and traffic.

1. Go to www.linkwithin.com.
2. In the boxes provided for, put your email, blog link and platform (Blogger).
3. Click "Get Widget". A new page will open.
4. Click "Install Widget" to open Blogger in a new window. Login if required.
5. Unlike in Method No. 1, you don't have to click "Add Widget". Instead, click and expand "Edit Content".
6. Take note of the LinkWithin Site ID assigned to your widget. Write it on a piece of paper if desired.
7. Now, in your Blogger Layout page, go to "Edit HTML" and click "Expand Widget Templates".
8. Look for <div class='post-footer'> (press Ctrl+F to find) and paste the following code ABOVE it:
<b:if cond='data:blog.pageType == "item"'>
<div>
<!-- LinkWithin Widget BEGIN -->
<script type='text/javascript'>
var linkwithin_site_id = [LinkWithin Site ID];
(function () {
var elem = document.createElement('script');
elem.type = 'text/javascript';
elem.src = 'http://www.linkwithin.com/widget.js?rand=' + Math.random();
document.getElementsByTagName('head')[0].appendChild(elem);
})();
</script>
<a href='http://www.linkwithin.com/'><img alt='Related Stories Widget by LinkWithin' src='http://www.linkwithin.com/pixel.png' style='border: 0'/></a>
<!-- LinkWithin Widget END -->
</div></b:if>
9. Replace [LinkWithin Site ID] with your own Site ID in #6.

10. Click "Save Template" and you're done.