1. For New Blogger : Blogger del.icio.us categorising, pinging, and trackback helper

    body

    I have made some minor bug fixes to this script, as well as made it so that it saves the trackback URLs when you save a draft.

    Some time ago I married Johan's del.icio.us and pinging script with my own trackback script into one new script. That script does not work on the new version of Blogger, and the trackback feature has been glitchy for some time. Outgoing trackback is still something we need on the new version of Blogger, and the pinging services provided by this script might even be useful on other blogging services. Del.icio.us posting? Now that we have labels? Well, Freshtags, my calendar widget, and just tag management in general, will work better if you use del.icio.us. If you disagree, this part of the script is optional.

    This script does not overwrite the old script. Running both simultaneously will look dumb on the Blogger Classic interface (there will be duplication), but will not break anything. If you only run on the new Blogger, please remove the old script (if you have it installed).

    Install the new script

    Userscripts.org entry

    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.

    55 Comments

    1. Comment at 2007-01-10 06:10 by CANADA Aditya
      body

      Thankyoozy for update! :D

    2. Comment at 2007-01-30 21:06 by CANADA Ariel
      body

      This is the update I've been looking for! Question, though: What do I need to do to make the del.icio.us tag field show up? I'm getting the trackback field, but no place for tag input. Thanks in advance.

    3. Comment at 2007-01-31 11:32 by CANADA Singpolyma
      body

      @Ariel - the del.icio.us link draws tags from the 'labels' field of the new Blogger :) no more need for a separate field!

    4. Comment at 2007-02-01 12:10 by CANADA Ariel
      body

      the del.icio.us link draws tags from the 'labels' field

      That's genius. So will clicking on the labels take readers to the del.icio.us pages, as previously?

    5. Comment at 2007-02-01 12:23 by CANADA Ariel & Lindsay
      body

      I should probably clarify a little more. With the previous hack, I liked having the del.icio.us tags appended to the posts, and got a fair bit of traffic from del.icio.us as people launched from one post and then clicked around the index, related tags, etc. Any way that can still be done, in preference to Blogger labels? I have a pretty massive del.icio.us index for my blog which would take a lot of time to bring over.

      Thanks again!

    6. Comment at 2007-02-01 12:24 by CANADA Ariel
      body

      That last comment was me.

    7. Comment at 2007-02-01 13:45 by CANADA Singpolyma
      body

      To make the links point to your del.icio.us account, as previously, change the label-link generating code in your template to this:

      <b:if cond='data:post.labels'>
      <div class='tags'> Tags:
      <ul>
      <b:loop values='data:post.labels' var='tag'>
      <li><a expr:href='"http://del.icio.us/USERNAME/" + data:tag.name' rel='tag'><data:tag.name/></a></li>
      </b:loop>
      </ul>
      </div>
      </b:if>

    8. Comment at 2007-02-02 12:22 by CANADA Ariel
      body

      Great! A tip that may be useful… I've found that by changing the "Tags" or "Labels" text to "Read more:" I get many more pageviews.

    9. Comment at 2007-06-09 12:42 by UNITED STATES Windows XP Mozilla Firefox 2.0.0.4 Daethian
      body

      Where do I insert this script???

    10. Comment at 2007-06-09 13:38 by CANADA Ubuntu Linux Mozilla Firefox 2.0.0.3 Stephen Paul Weber
      body

      You have to have Greasemonkey installed :)

    11. Comment at 2007-06-16 17:56 by UNITED STATES Mac OS X Mozilla Firefox 2.0.0.4 Brian
      body

      I've got it installed and the option to enter a trackback URL now appears on my Blogger (new Blogger) post page… but after I publish my posts I'm not seeing the trackbacks displayed in the posts I'm referencing. Is there something I might be doing wrong?

    12. Comment at 2007-06-18 08:09 by SPAIN Windows XP Mozilla Firefox 2.0.0.4 Tragy
      body

      I'm trying to use this script on New Blogger, but I can't have good results for the trackback feature… I can see the textbox where I put the urls to ping, but when I click Publish, nothing happens…

      I write from spain, so my blogger account is using spanish language… I don't know if it's cause of this…

      Any tips to follow?

    13. Comment at 2007-06-18 20:53 by CANADA Ubuntu Linux Mozilla Firefox 2.0.0.3 Stephen Paul Weber
      body

      The ping is supposed to happen on the next page, it should show status. Are you using blogger FTP? I have not tested on the Spanish blogger, not sure if that's it. Does your Javascript console log any errors?

    14. Comment at 2007-06-18 20:55 by CANADA Ubuntu Linux Mozilla Firefox 2.0.0.3 Stephen Paul Weber
      body

      If you put in the proper trackback URL and see the status says success it should be fine…

    15. Comment at 2007-06-18 21:41 by SPAIN Windows XP Mozilla Firefox 2.0.0.4 Tragy
      body

      I was fool… Since I'm not using del.icio.us, I was thinking that I had to click on cancel everytime I post, cause I don't have any name to enter on the diagbox… Now I know that I have to click OK on all diags, and it works fine…

      Yeah, I look like a noob… :(

      Sorry for bothering you… And nice work with your code, it works 100% :)

    16. Comment at 2007-06-27 05:45 by UNITED STATES Mac OS X Mozilla Firefox 2.0.0.4 Paul
      body

      Doesn't seem to work for me. I get the new Trackback URL field, but when I click publish, I don't see the status line that it worked, and when I edit the post, the trackback URL is gone (field is empty again).

    17. Comment at 2007-07-12 12:09 by CANADA Ubuntu Linux Mozilla Firefox 2.0.0.4 Stephen Paul Weber
      body

      @Paul — this script has not been tested with Blogger blogs not at blogspot.com. If you give me the contents of the JS error console (Firefox or similar) I may be able to fix it for you. The trackback box does not store the URLs, so that's normal.

    18. Comment at 2007-07-13 21:53 by UNITED KINGDOM Windows XP Mozilla Firefox 2.0.0.4 The Old Vic
      body

      Hi,
      I wonder if you can help - I am getting the same problem as Paul above. I have installed Greasemonkey and the widget for the new blogger. I get the new window called trackback but nothing happens. I put the address in the window plus /trackback but no trackback takes place as far as I can tell. Any advice would be much appreciated. Vic

    19. Comment at 2007-07-17 10:34 by CANADA Ubuntu Linux Mozilla Firefox 2.0.0.4 Stephen Paul Weber
      body

      @The Old Vic - I have the same thing to say. If you blog is not at *.blogspot.com it may not work because I have no way of testing it in that environment. Send me the JavaScript console contents if you can and maybe I can debug.

    20. Comment at 2007-07-24 20:07 by UNITED STATES Windows XP Mozilla Firefox 2.0.0.5 Tor
      body

      Hey, thanks. I've been in a cryogenic chamber for six months, and am just now needing to deal with all this.

    21. Comment at 2007-07-26 14:10 by UNITED STATES Windows XP Mozilla Firefox 2.0.0.5 Paul
      body

      Oh, I'm sorry. How do I just install this to my blogspot blog?

      I am just trying to have trackback to give credit to other blog that I have copied stuff.
      Where would I paste this code in the html template?
      Also I don't have or use delicious…

      thanx
      –Paul

    22. Comment at 2007-07-26 16:38 by CANADA Ubuntu Linux Mozilla Firefox 2.0.0.5 Stephen Paul Weber
      body

      @Paul — this is a greasemonkey script, get greasemonkey

    23. Comment at 2007-08-09 14:29 by UNITED STATES Windows XP Mozilla Firefox 2.0.0.6 JB
      body

      Ok, this is a really newbie question. I just got into the Trackback concept recently, so since I use the new blogger, I've been looking for something that works with it. I've found this script, so I've installed it (after greasemonkey) and it seems to be OK. When I post (or edit) a new article, the TrackBack field is there. Ok, now the stupid question: what should I put in that box? I've noticed that when I click on the TrackBack blue word, it asks me for my del.icio.us user. I don't know if this is necessary.

      Thanks a lot in advance and sorry for such a newbie question.

    24. Comment at 2007-08-09 18:00 by UNITED STATES Windows XP Mozilla Firefox 2.0.0.6 Bobby Revell
      body

      Great article! You have answered my question:)

    25. Comment at 2007-08-10 14:31 by CANADA Ubuntu Linux Mozilla Firefox 2.0.0.6 Stephen Paul Weber
      body

      @JB — You put in the trackback URL (linked to from the pot on sites that support it)

    26. Comment at 2007-08-10 14:33 by CANADA Ubuntu Linux Mozilla Firefox 2.0.0.6 Stephen Paul Weber
      body

      The del.icio.us information is ONLY for if you want to tag your posts on del.icio.us — nothing to do with trackback

    27. Comment at 2007-11-10 11:17 by UNITED STATES Mac OS X Mozilla Firefox 2.0.0.9 Chris
      body

      Thanks for writing this script, but as you can probably guess I have a problem. It's the same as what Brian posted on 6/16.

      I installed GreaseMonkey successfully. And I installed the script. I'm using New Blogger. I can see the Trackback box on my post template. I insert the trackback URL. I get a success message. I see the link in del.icio.us. But when I look at the blog I'm citing, nothing is displayed. My trackback doesn't appear.

      Am I doing something wrong?

      Thank you for your time.

    28. Comment at 2007-11-14 13:15 by CANADA Ubuntu Linux Mozilla Firefox 2.0.0.8 Stephen Paul Weber
      body

      @Chris — if you are not putting the trackback URL it may or may not give an error. Make sure you are using the trackback URL, NOT the post URL (unless they are the same, which is rare). If nothing is displayed still that may have to do with haw their blog is configured to display things.

    29. Comment at 2008-04-19 23:45 by UNITED STATES Windows XP Mozilla Firefox 2.0.0.13 LC
      body

      Thanks a ton for this SPW. A huge help to those who need to issue trackbacks out to others and are stuck at Blogger.

    30. Comment at 2008-04-22 15:24 by UNITED STATES Mac OS X Mozilla Firefox 2.0.0.14 Anacher Forester
      body

      Stephen,

      I've been using this script to great effect for some months now. Unfortunately, Blogger tweaked their system on April 18 and now The trackback box is now 3x as wide. It obscures most of the editing functions. Also, it seems to disable the "Preview" function. What gives?

      -AF

    31. Comment at 2008-04-22 15:54 by POLAND Windows Vista Mozilla Firefox 2.0.0.14 Andy Beard
      body

      I have just been told that there is a problem now with a new update to Blogger that messes up the layout.

      p.s. It is great to see the pingback from one of the people scraping me listed here and not my own article.

    32. Comment at 2008-04-23 14:02 by Windows Vista Mozilla Firefox 2.0.0.14 Stephen Paul Weber
      body

      @Andy - do you mean that the script breaks on recent versions of Blogger? I can reinstall it and try to debug.

    33. Comment at 2008-04-23 14:25 by POLAND Windows Vista Mozilla Firefox 2.0.0.14 Andy Beard
      body

      Currently the last comment on my article from Anacher
      http://andybeard.eu/2007/06/blogger-trackback.html

    34. Comment at 2008-04-30 13:51 by UNITED STATES Mac OS X Mozilla Firefox 2.0.0.14 Anacher Forester
      body

      Stephen,

      Any luck thus far in debugging your trackback script for Blogger? It worked so amazingly well for me until that Blogger update two weeks ago. I haven't been able to find a comparable script anywhere. :?(

      Cheers,

      AF

    35. Comment at 2008-04-30 17:09 by UNITED STATES Mac OS X Mozilla Firefox 2.0.0.14 Anacher Forester
      body

      Uggh. Sorry for the comments in triplicate. Firefox crashed on me and my first comment did not show up once let alone twice!

      -AF

    36. Comment at 2008-05-01 21:37 by CANADA Linux Flock 1.1.2 Stephen Paul Weber
      body

      There was indeed a layout problem caused by some changes to Blogger - I have fixed them. If you reinstall the script you should be good :)

    37. Comment at 2008-05-03 13:28 by UNITED STATES Mac OS X Mozilla Firefox 2.0.0.14 Anacher Forester
      body

      Thanks much Stephen!

      -AF

    38. Comment at 2008-05-24 01:17 by UNITED STATES Mac OS X Mozilla Firefox 2.0.0.14 Anacher Forester
      body

      Hullo again Stephen,

      FYI, another Blogger update earlier this month seems to have made this script a little buggy again. It's the same issue as last time.

      Cheers,

      AF

    39. Comment at 2008-05-24 02:45 by UNITED STATES Mac OS X Mozilla Firefox 2.0.0.14 Anacher Forester
      body

      PS It works fine until the "draft auto-saved" kicks in. Then it goes all screwy.

    40. Comment at 2008-06-14 11:13 by AUSTRALIA Windows XP Mozilla Firefox 2.0.0.14 Wildy
      body

      Hi.

      I installed the new script and now I don't get a trackback field at all. Any ideas?

      I mean the script is enabled, and is for the correct blogger but I don't see the field. Did you remove it by chance?

    41. Comment at 2008-06-15 13:45 by UNITED STATES Windows XP Mozilla Firefox 2.0.0.14 Jenn
      body

      I was very excited to find this script but I've just installed it and don't see the trackback box. I have Blogger's backlinks enabled - does that matter?

    42. Comment at 2008-06-18 08:41 by CANADA Linux Mozilla Firefox 3.0b5 Stephen Paul Weber
      body

      @Anarcher @Jenn - I will try to look into this when I get some time :)

    43. Comment at 2008-06-27 04:40 by UNITED KINGDOM Linux Mozilla Firefox 2.0.0.14 Graham White
      body

      I'm getting "Component is not available" on the firefox error console with this script now, the error is from line 398. Wondering if I could have done something silly or if there's an easy fix before I look at debugging in more depth?

    44. Comment at 2008-06-27 05:04 by UNITED KINGDOM Linux Mozilla Firefox 2.0.0.14 Graham White
      body

      Bonus, solved the problem. I forgot to mention I was getting the same issue where the trackback box wasn't being show, this was because the script was barfing!

      The solution seems to be that greasemonkey have reserved the name onclick so if you rename the onclick function and the one line that calls it, this script works nicely again. For me that means changing line 360 to myonclick, and line 397 to myonclick too.

    45. Comment at 2008-06-30 09:46 by CANADA Linux Mozilla Firefox 3.0b5 Stephen Paul Weber
      body

      @Graham Thanks! I have changed that in the script itself now.

    46. Comment at 2008-07-04 13:43 by UNITED KINGDOM Windows XP Mozilla Firefox 2.0.0.14 Graham White
      body

      You're welcome! Thanks for the script, works nicely!

    47. Comment at 2008-08-01 10:34 by AUSTRALIA Windows XP Mozilla Firefox 3.0.1 Wildy
      body

      Does anyone else find the trackback box obscures the buttons on the editor when it autosaves?

    48. Comment at 2008-08-01 11:02 by UNITED KINGDOM Linux Mozilla Firefox 3.0.1 Graham White
      body

      Yes, I find the same problem. I tend to work around it by disabling Greasemonkey while I write a blog post, then turning it back on again when I want to submit. Would be nice to have it fixed though. Perhaps the simplest fix might be to move the trackback box to the bottom of the page perhaps but I've not looked into what causes this one. Oh, for the record I'm using Firefox 3.0.1 but it happened on FF2 as well.

    49. Comment at 2008-08-04 19:51 by CANADA Linux Mozilla Firefox 3.0.1 Stephen Paul Weber
      body

      @Wildy Blogger keeps changing their CSS slightly, causiong this problem :P If you or someone else fixes it I'll gladly apply the patch to the script :)

    50. Comment at 2008-08-11 12:04 by UNITED KINGDOM Linux Mozilla Firefox 3.0.1 Hunter
      body

      The error from the console for attempting to use this script with a blogspot blog is:

      Warning: Expected declaration but found '*'. Skipped to next declaration.
      Source File: http://www.sphere.com/widgets/sphereit/css?siteid=wordpressorg
      Line: 30

      What changes need to be made to make it work for Blogspot? Thanks! I'd love to get this working…

    51. Comment at 2008-08-19 06:09 by INDIA Windows XP Mozilla Firefox 3.0.1 video communication
      body

      Thankyou for this wonderful work

    52. Comment at 2008-08-26 04:11 by INDONESIA Windows XP Mozilla Firefox 3.0 icang
      body

      wew,thanks for this script, it did help a lot , since blogger.com doesnt provide way to trackbacking. i notice that the trackback url will show my blog title not my post title ,is there anyway to change it so it will use the post title instead of blog title,thanks in advance

    53. Comment at 2008-08-26 08:46 by Linux Mozilla Firefox 3.0.1 Stephen Paul Weber
      body

      @icang The script sends out all information according to the trackback protocol - how it is displayed is up to the other site.

    54. Comment at 2008-09-12 00:42 by UNITED STATES Windows XP Mozilla Firefox 3.0.1 Anonymous
      body

      Hi Steve, thanks a lot for this. It works great but noticed a small bug: When typing a post, Blogger automatically saves the draft post every so often. When this happens, the trackback box moves to cover part of the formatting tools, so I'm forced to disable the script, then re-enable it for the box to go where it should, but when Blogger saves again, the box goes back and covers the toolbar. This make sense? I'm using FF 3.0.1 if it matters.

    55. Comment at 2008-09-16 01:33 by UNITED KINGDOM Linux Mozilla Firefox 3.0.1 Graham White
      body

      Mr Anonymous, other people have reported this problem too (see above). I spent some time trying to solve the issue yesterday but I've so far been unable to determine what's causing the shift in position of the google RTF box. The only cludgy fix I could come up with was to increase the top padding of the RTF box itself to ensure it's always moved down the page slightly. If I find a decent fix I'll post it (as should anybody else) and I'm sure Steve will update the script.

    4 Trackbacks

    1. Trackback at 2007-06-22 10:49 by GreaseMonkey & Firefox - How To Send a Trackback With Blogger (Part 2) | Search Engine Optimization India
      body

      [...] If you are using New Blogger, you can use this trackback script for greasemonkey. [...]

    2. Trackback at 2007-08-31 06:25 by Thank you « Sunil Joseph's Weblog
      body

      [...] backlinks, I guess. And for those of you who want to install Trackback URL on Blogger head on to SingpolymaThanks a lot [...]

    3. Trackback at 2007-10-31 03:30 by Sam Freedom's Internet Marketing Controversy Blog
      body

      A Trackback Widget for New Blogger - Ok Its a Mash…

      Look, New Blogger! It's a trackback widget! It's a trackback mashup! It's a trackback hack! No, it's Super New Blogger Trackback Widget Mashup Hack!…

    4. Trackback at 2008-04-01 22:26 by UsuárioCompulsivo
      body

      Backlinks e Trackbacks no Blogger (Parte 4)…

      Continuando a série Backlinks e Trackbacks no Blogger, vou mostrar como enviar Trackbacks para blogues que não suportam Backlinks, usando o Mozilla Firefox*.Os Backlinks do Blogger, são totalmente aut……

    Reply / Comment

    advanced comment form |