{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "chem-bla-ics",
  "description": "Chemblaics (pronounced chem-bla-ics) is the science that uses open science and computers to solve problems in chemistry, biochemistry and related fields.",
  "home_page_url": "https://chem-bla-ics.linkedchemistry.info/",
  "feed_url": "https://chem-bla-ics.linkedchemistry.info/2007/01/09/delicious-tagometer-on-www2bloggercom.json",
  "icon": "https://chem-bla-ics.linkedchemistry.info/assets/images/chem-bla-ics_logo.png",
  "language": "en",
  "authors": [
    {
      "name": "Egon Willighagen",
      "url": "https://orcid.org/0000-0001-7542-0286",
      "_orcid": "0000-0001-7542-0286"
    }
  ],
  "items": [

    {
      "id": "https://doi.org/10.59350/m734k-e1938",
      "url": "https://chem-bla-ics.linkedchemistry.info/2007/01/09/delicious-tagometer-on-www2bloggercom.html",
      "title": "The del.icio.us tagometer on www2.blogger.com",
      "content_html": "<p>Yesterday I blogged about <a href=\"https://chem-bla-ics.linkedchemistry.info/2007/01/08/delicious-tagometer-on-blogspotcom.html\">how to include the new del.icio.us tagometer on a\nwww.blogger.com blog <i class=\"fa-solid fa-recycle fa-xs\"></i></a>,\njust like <a href=\"http://consumingexperience.blogspot.com/2006/12/delicious-tagometer-howto-manual-mode.html\">Improbulus did last December</a>\nas I discovered later. <a href=\"http://chemical-quantum-images.blogspot.com/\">Felix</a>\nasked me how it could be done on the new www2.blogger.com template system. Well,\nhere it is.</p>\n\n<p>Like with the old blogger.com template system, you need to add this to the header,\njust before the <code class=\"language-plaintext highlighter-rouge\">&lt;/head&gt;</code> end tag:</p>\n\n<div class=\"language-html highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"c\">&lt;!-- del.icio.us badge stuff --&gt;</span>\n<span class=\"nt\">&lt;script </span><span class=\"na\">type=</span><span class=\"s\">\"text/javascript\"</span><span class=\"nt\">&gt;</span>\n  <span class=\"k\">if </span><span class=\"p\">(</span><span class=\"k\">typeof</span> <span class=\"nb\">window</span><span class=\"p\">.</span><span class=\"nx\">Delicious</span> <span class=\"o\">==</span> <span class=\"dl\">\"</span><span class=\"s2\">undefined</span><span class=\"dl\">\"</span><span class=\"p\">)</span> <span class=\"nb\">window</span><span class=\"p\">.</span><span class=\"nx\">Delicious</span> <span class=\"o\">=</span> <span class=\"p\">{};</span>\n  <span class=\"nx\">Delicious</span><span class=\"p\">.</span><span class=\"nx\">BLOGBADGE_MANUAL_MODE</span> <span class=\"o\">=</span> <span class=\"kc\">true</span><span class=\"p\">;</span>\n<span class=\"nt\">&lt;/script&gt;</span>\n<span class=\"nt\">&lt;link</span> <span class=\"na\">id=</span><span class=\"s\">\"delicious-blogbadge-css\"</span> \n      <span class=\"na\">href=</span><span class=\"s\">\"http://images.del.icio.us/static/css/blogbadge.css\"</span>\n      <span class=\"na\">rel=</span><span class=\"s\">\"stylesheet\"</span> <span class=\"na\">type=</span><span class=\"s\">\"text/css\"</span> <span class=\"nt\">/&gt;</span>\n<span class=\"nt\">&lt;script </span><span class=\"na\">src=</span><span class=\"s\">\"http://images.del.icio.us/static/js/blogbadge.js\"</span> <span class=\"nt\">/&gt;</span>\n</code></pre></div></div>\n\n<p>And, for the blog entry template bit, look for this the <code class=\"language-plaintext highlighter-rouge\">&lt;p&gt;</code> element of class\n‘post-footer-line post-footer-line-3’, which was empty for me. Add this <code class=\"language-plaintext highlighter-rouge\">&lt;div&gt;</code>\nto that:</p>\n\n<div class=\"language-html highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"nt\">&lt;p</span> <span class=\"na\">class=</span><span class=\"s\">'post-footer-line post-footer-line-3'</span><span class=\"nt\">&gt;</span>\n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"delicious-blogbadge-line\"</span> <span class=\"na\">expr:id=</span><span class=\"s\">\"data:post.id\"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;script </span><span class=\"na\">type=</span><span class=\"s\">\"text/javascript\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nx\">Delicious</span><span class=\"p\">.</span><span class=\"nx\">BlogBadge</span><span class=\"p\">.</span><span class=\"nx\">register</span><span class=\"p\">(</span><span class=\"dl\">'</span><span class=\"s1\">&lt;data:post.id/&gt;</span><span class=\"dl\">'</span><span class=\"p\">,</span> <span class=\"dl\">'</span><span class=\"s1\">&lt;data:post.url/&gt;</span><span class=\"dl\">'</span><span class=\"p\">,</span> <span class=\"dl\">'</span><span class=\"s1\">&lt;data:post.title/&gt;</span><span class=\"dl\">'</span><span class=\"p\">);</span>\n    <span class=\"nt\">&lt;/script&gt;</span>\n  <span class=\"nt\">&lt;/div&gt;</span>\n<span class=\"nt\">&lt;/p&gt;</span>\n</code></pre></div></div>\n\n<p>To get at the right place, with the full template XHTML content, go to your\n<a href=\"http://www2.blogger.com/home\">www2.blogger.com/home</a> homepage, click the\nTemplate tab, then pick the <em>Edit HTML</em> option, and make sure to enable the\n<strong>Expand Widget Templates</strong> option.</p>",
      "summary": "Yesterday I blogged about how to include the new del.icio.us tagometer on a www.blogger.com blog , just like Improbulus did last December as I discovered later. Felix asked me how it could be done on the new www2.blogger.com template system. Well, here it is.",
      
      "date_published": "2007-01-09T00:00:00+00:00",
      "date_modified": "2025-04-27T00:00:00+00:00",
      "tags": ["blog"],
      
      
      
      
      
      
        "authors": [ { "name": "Egon Willighagen", "url": "https://orcid.org/0000-0001-7542-0286" } ]
      
    }

  ]
}
