How to install the Spotback widget on new Blogger platforms:1. Log in to your account
2. On the dashboard press on
Template 3. check the Expand Widget Templates box
4. Insert the spotback widget code in these 2 places:
the slider:After: <p class='post-footer-line post-footer-line-2'>
<span class='post-labels'>
<b:if cond='data:post.labels'>
<data:postLabelsLabel/>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
</b:loop>
</b:if>
</span>
</p>
Insert : <b:if cond='data:post.dateHeader'>
<script>var sb_post_date = "<data:post.dateHeader/>";</script>
</b:if>
<script>var sb_url_to_rate = "<data:post.url/>";</script>
<script>var sb_rated_title = "<data:post.title/>";</script>
<script>try { var sb_dp = Date.parse(sb_post_date + ' ' + "<data:post.timestamp/>"); var sb_rated_creation = isNaN(sb_dp)? new Date() : new Date(sb_dp); } catch (e) { sb_rated_creation = new Date(); }</script>
<script src='http://spotback.com/scripts/widgets/load.js?wid=
The id number you gor from the builder' ></script>
<noscript><a alt='Rate everything widget' href='http://spotback.com'><img alt='user rating' expr:src='"http://spotback.com/images/rating.gif?q=" + data:post.url'/></a></noscript>
And also The recommendation/top story box: After: <a class='profile-link' expr:href='data:userUrl'><data:viewProfileMsg/></a>
</b:if>
Insert : <script src='http://spotback.com/scripts/widgets/load.js?wid=
The id number you gor from the builder'></script>
Press save template
------------------------------------------------------------------------------------------
Another way to install the recommendation/top story box:1. on the dashbord press "layout".
2. press "Add a Page Element".
3. choose "HTML/JavaScript" and press "add to blog".
4. give it a title and in the content put this code:
<script src='http://spotback.com/scripts/widgets/load.js?wid=
The id number you gor from the builder'></script>
5. press "save changes".
6. now you can change the "box" location simply by drag and drop.
If your main interest is page load time, checkout:
http://forum.spotback.com/viewtopic.php?f=6&t=47