1. Backlinks on Main Page

    body

    This hack has been superceded by this better one.

    Getting Blogger baclinks to display on your main page is no picnic - wheather for peek-a-boo or permanent display. The way the script works direct from Blogger it assumes that it is running on a post page. So, after mor than a little fussing, I have come up with a hack that works for fixing this. The following will install peek-a-boo backlinks on your Blogger blog (template hackers will be pleased to know that the backlink template-tag section is still intact for your hacking pleasure) :

    1. Enable backlinks on your blog — an obvious, but necessary, step
    2. a - Put manual metadata in your template. Feedburner users have already done this. If you already have your metadata in your template manually for this or another reason, change this line:
      <script type="text/javascript" src="http://www.blogger.com/js/backlink.js"></script>

      To this:

      <script type="text/javascript" src="http://www.awriterz.org/etcetc/backlink.js"></script>

      Otherwise go on to 2b.

      b - Find this : '<$BlogMetaData$>', it should be somewhere near the top of your blog template. Replace it with this:

      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <meta name="MSSmartTagsPreventParsing" content="true" />
      <meta name="generator" content="Blogger" />
      <link rel="alternate" type="application/xml" title="<$BlogTitle$>" href="<$BlogSiteFeedUrl$>" />
      <link rel="service.post" type="application/atom+xml" title="<$BlogTitle$>" href="https://www.blogger.com/atom/<$BlogID$>" />
      <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.blogger.com/rsd.g?blogID=<$BlogID$>" />
      <style type="text/css">
       @import url("http://www.blogger.com/css/blog_controls.css");
       @import url("http://www.blogger.com/dyn-css/authorization.css?blogID=<$BlogID$>");
      </style>
      <script type="text/javascript" src="http://www.awriterz.org/etcetc/backlink.js"></script>
      <script type="text/javascript" src="http://www.blogger.com/js/backlink_control.js"></script>
      <script type="text/javascript">var BL_backlinkURL='http://www.blogger.com/dyn-js/backlink_count.js', BL_blogId='<$BlogID$>';</script>
      
    3. Put this code directly after that which you just inserted:
      <script type="text/javascript">
      //<![CDATA[
      function toggleitem (postid,linkid,newtxt) {
      var whichpost = document.getElementById(postid);
      if (whichpost.style.display != "none") {
         whichpost.style.display = "none";
      } else {
         whichpost.style.display = "block";
      }
      if(linkid) {
         var lnk = document.getElementById(linkid);
         lnk.href = "javascript:toggleitem('"+postid+"','"+linkid+"','"+lnk.innerHTML+"');";
      lnk.innerHTML = newtxt;
      }
      }
      //]]>
      </script>
      
    4. Find the section in your template that starts with '<BlogItemBacklinksEnabled>' and ends with '</BlogItemBacklinksEnabled>' and replace the entire thing (these tags included) with this code:
      <ItemPage><div style="display:block;" id="backlinks<$BlogItemNumber$>"></ItemPage>
      <MainOrArchivePage><div style="display:none;" id="bl<$BlogItemNumber$>"></MainOrArchivePage>
      <BlogItemBacklinksEnabled>
       <a name="links"></a><h4>Backlinks:</h4>
       <dl id="comments-block">
      <script type="text/javascript">backlink = new Array();BL_Backlinks = new Array();</script>
      <script type="text/javascript" src="http://www.blogger.com/dyn-js/backlink.js?blogID=<$BlogID$>&amp;postID=<$BlogItemNumber$>" defer="true"></script>
      <div id="blogger-dcom-block<$BlogItemNumber<div id="blogger-dcom-block<$BlogItemNumber<div id="blogger-dcom-block<$BlogItemNumber<div id="blogger-dcom-block<$BlogItemNumber<div id="blogger-dcom-block<$BlogItemNumber<div id="blogger-dcom-block<$BlogItemNumber<div id="blogger-dcom-block<$BlogItemNumber<div id="blogger-dcom-block<$BlogItemNumber$>" style="display:none">
      amp;gt;" style="display:none">
      amp;gt;" style="display:none">
      amp;gt;" style="display:none">
           <dt class="comment-title">
           <span class="comment-toggler"> </span>
           <a href="<$BlogBacklinkURL$>"><$BlogBacklinkTitle$></a>
           </dt>
           <dd class="comment-body"><$BlogBacklinkSnippet$>
           <br />
           <span class="comment-poster">
           <em>posted by <$BlogBacklinkAuthor$> @ <$BlogBacklinkDateTime$></em>
           </span>
           </dd>
       </div>
      <script type="text/javascript">BL_writeBacklinks('<$BlogItemNumber$>');</script>
       </dl>
       <p class="comment-timestamp"><$BlogItemBacklinkCreate$></p>
       </BlogItemBacklinksEnabled>
      </div>
      
    5. Find the code for the 'links to this post' link in your post footer template code and replace it with '<a href="javascript:toggleitem('backlinks<$BlogItemNumber$>');">links to this post</a>'
    6. Save your template and republish your blog!
    Creative Commons Licence © 2006-2008 Stephen Paul Weber. Some Rights Reserved.
    There is an RSS Feed for comments on this post.
    You can trackback from you own site.

    25 Comments

    1. Comment at 2005-12-31 17:32 by CANADA Trev
      body

      Not exactly a straightforward, easy hack, eh? :P

    2. Comment at 2006-01-01 22:29 by CANADA Singpolyma
      body

      Not the most straightforward, no. I wanted to leave the templtate tags mostly intact so that template hackers could still change the formatting. This was also a quick-fix version of this hack, I didn't do much research beforehand. I think eventually I'll make a much simpler, much smaller version that is XML-well-formed (this isn't because of the raw template tags). It'll be less customisable, but that's not really the end of the world.

    3. Comment at 2006-01-03 12:28 by CANADA Chaim
      body

      I love your site, I can't find your email anywhere, Id love the code for the show/hide sidebar hack. It's briliant. Can you please email me at whoknowsone2005@yahoo.com, thanks so much!

    4. Comment at 2006-08-15 01:18 by CANADA stefani
      body

      So following this I should be able to have peek-a-boo backlinks on my blog? Does this interfere with the peek-a-boo comments as the ItemPage section was removed when following Blogger help steps.

      Thanks,

    5. Comment at 2006-08-15 01:19 by CANADA stefani
      body

      So following this I should be able to have peek-a-boo backlinks on my blog? Does this interfere with the peek-a-boo comments as the ItemPage section was removed when following Blogger help steps.

      Thanks,

    6. Comment at 2006-08-18 07:03 by CANADA Singpolyma
      body

      It shouldn't interfere at all, but may take some minor tweaking :) Be sure to check out the newer version of this hack at:
      http://singpolyma-tech.blogspot.com/2006/01/new-backlinks-hack.html

    7. Comment at 2006-09-18 03:23 by CANADA home owner insurance online quote
      body

      " REL="nofollow">pharmacy tech online " REL="nofollow">betting casino roulette " REL="nofollow">online stock trading company " REL="nofollow">parfum perfume " REL="nofollow">no-fax payday loans

    8. Comment at 2006-09-18 03:30 by CANADA free mortgage quote rate refinance
      body

      " REL="nofollow">replica 007 omega watch " REL="nofollow">cingular ringtone wallpaper " REL="nofollow">ohip sclerotherapy " REL="nofollow">information skelaxin " REL="nofollow">myth private server soma

    9. Comment at 2006-09-18 03:38 by CANADA inguinal hernia repair
      body

      " REL="nofollow">small business home business webstore " REL="nofollow">best home rate refinance " REL="nofollow">indian horse racing " REL="nofollow">free hydrocodone online prescription " REL="nofollow">injury settlement lump sum

    10. Comment at 2006-09-18 03:45 by CANADA buying percocet
      body

      " REL="nofollow">bankruptcy loan personal unsecured " REL="nofollow">phentermine discounts " REL="nofollow">does it propecia work " REL="nofollow">1st 2nd mortgage refinance " REL="nofollow">24 replica rolex watch

    11. Comment at 2006-09-18 03:53 by CANADA winstrol zambon
      body

      " REL="nofollow">grapefruit interaction xanax " REL="nofollow">zenegra free shipping " REL="nofollow">gain weight zocor " REL="nofollow">creme zovirax " REL="nofollow">affect side zyrtec

    12. Comment at 2006-09-18 04:01 by CANADA columbus equity home loan ohio
      body

      " REL="nofollow">home loan refinance new york " REL="nofollow">free game horse play racing " REL="nofollow">hydrocodone ibuprofen " REL="nofollow">injury settlement soft tissue " REL="nofollow">affordable medical insurance plan

    13. Comment at 2006-09-18 04:08 by CANADA winter sonata piano score
      body

      " REL="nofollow">sports betting sports betting line " REL="nofollow">detection and removal remove spyware free " REL="nofollow">sign of stomach flu " REL="nofollow">site tenuate " REL="nofollow">thyroid stimulating hormone level

    14. Comment at 2006-09-18 04:17 by CANADA fioricet pill
      body

      " REL="nofollow">addiction flexeril " REL="nofollow">best forex trading platform " REL="nofollow">cheap generic viagra sale " REL="nofollow">hair laser manhattan removal " REL="nofollow">florida health insurance state

    15. Comment at 2006-09-18 04:25 by CANADA cheap hotel rooms uk
      body

      " REL="nofollow">cheap ticket from canada " REL="nofollow">plastic surgery double chin removal " REL="nofollow">allergic reaction to cipro " REL="nofollow">cleanse colon picture " REL="nofollow">free credit report

    16. Comment at 2006-09-18 04:33 by CANADA online valtrex
      body

      " REL="nofollow">viagra trial pack free consultation " REL="nofollow">best source vitamin " REL="nofollow">wellbutrin side effects " REL="nofollow">valium xanax " REL="nofollow">zenegra tablet

    17. Comment at 2006-09-18 04:42 by CANADA nadine zeno
      body

      " REL="nofollow">problem zocor " REL="nofollow">cold sore zovirax " REL="nofollow">breast feeding zyrtec " REL="nofollow">acne cool laser scar touch " REL="nofollow">adipex adverse reaction

    18. Comment at 2006-09-18 04:50 by CANADA casino hotel las stardust vegas
      body

      " REL="nofollow">college counseling degree online school wasc " REL="nofollow">125 casino gambling game online " REL="nofollow">phentermine online pharmacy " REL="nofollow">part roulette wheel " REL="nofollow">tip for online stock trading

    19. Comment at 2006-09-18 04:59 by CANADA diazepam intensol
      body

      " REL="nofollow">didrex cheap no rx " REL="nofollow">discount hotel military orlando " REL="nofollow">6 degree distance learning month " REL="nofollow">drug and alcohol treatment facility " REL="nofollow">stackers with ephedra

    20. Comment at 2006-09-18 05:08 by CANADA bank of america cash advance
      body

      " REL="nofollow">lawyer montana celebrex " REL="nofollow">air airfare cheap flight lowest " REL="nofollow">cheap discount discount free free plane ticket travel " REL="nofollow">chin photo reduction surgery " REL="nofollow">cipro dosage

    21. Comment at 2006-09-18 05:17 by CANADA laparoscopic lap band surgery
      body

      " REL="nofollow">california eye eyesurgerytoday.com laser surgery " REL="nofollow">laser resurfacing houston " REL="nofollow">buy generic levitra " REL="nofollow">side effects lipitor medicine " REL="nofollow">back cash loan mortgage refinance

    22. Comment at 2006-09-18 05:25 by CANADA viagra cialis
      body

      " REL="nofollow">cipro shelf life " REL="nofollow">dual colon cleanse " REL="nofollow">3 bureau credit score " REL="nofollow">credit card report " REL="nofollow">cyclobenzaprine side effects

    23. Comment at 2006-09-18 05:34 by CANADA neuroendocrine pancreas tumor
      body

      " REL="nofollow">de eau hilton parfum paris " REL="nofollow">military payday loans " REL="nofollow">short term personal loans " REL="nofollow">phentermine site " REL="nofollow">propecia tablet

    24. Comment at 2006-09-18 05:43 by CANADA filing bankruptcy in nassau
      body

      " REL="nofollow">bariatric lose memorial surgery weight.info " REL="nofollow">hand held video poker and black jack games " REL="nofollow">bontril side effects " REL="nofollow">after augmentation before breast mail " REL="nofollow">breast reconstruction after mastectomy

    25. Comment at 2006-09-18 05:52 by CANADA horny goat weed beauty
      body

      " REL="nofollow">hollywood horse park racing result " REL="nofollow">hydrocodone international pharmacy " REL="nofollow">knee injury settlement " REL="nofollow">canadian canadian canadian canadian immigrant insurance insurance insurance medical travel travel travel travelinsurance.com " REL="nofollow">foreclosure investing pre

    Reply / Comment

    advanced comment form |

Stephen Paul Weber