Simple Reach is one of the cool gadget for increase your blog/ website page preview. This tool can display similar post in your blog, after visitor scroll down page. This service provide you comprehensive page views, impressions, clicks and CTR repost. After you added this similar post displaying slide gadget it automatically index your blog within few seconds. However this simplereach developer not clearly defines how to add their gadget to blogger templates. Instead of that they display upload your blogger template to SimpleReach for add this gadget. But we can easily add this similar post gadget to blogger without uploading template.
How to add SimpleReach to blogger template.
First go to SimleReach web site and create a new account. After register automatically display your code, if it’s not display go to Manage> click Get code. Now under the Choose your platform tab select "Other" and copy your publisher ID numbers (only numbers).
Its look like this "{ pid: "4eb63dd3386cef3d540000" };"
Now go to blogger dashboard> Design> Edit HTML and check "Expand Widget Templates". Search this code in your template (Click "Ctrl" key with "F" then search box appear and past following code in it for search)
<b:includable id='main' var='top'>
Now copy following code and past it after the above code in your template.
<b:loop id='the_slide' values='data:posts' var='post'>
<b:if cond='data:blog.pageType == "item"'>
<script type='text/javascript'>
__spr_config = {
pid: 'PAST YOUR ID HERE',
title: "<data:post.title/>",
ckw: "<b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != "true"'>,</b:if></b:loop>",
pub: "<b:if cond='data:post.dateHeader'><data:post.dateHeader/></b:if>",
url: "<data:post.url/>"
};
(function(){ // The Slide by Simple Reach
var s = document.createElement('script');
s.async = true;
s.type = 'text/javascript';
s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/slide.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);
})();
</script>
</b:if>


No comments:
Post a Comment
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Make sure to click the "Subscribe By Email" link below the comment to be notified of follow up comments and replies.
2. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
3. Please "Do Not Add Links" to the body of your comment as they will not be published.
4. Only "English" comments shall be approved.
5. If you have a problem check first the comments, maybe you will find the solution there.