RSS
 

dasBlog Extra Macros

25 Sep

DasBlog Extra Macros


dasBlog 1.8 has custom macros. This essentially means that anyone can create macros for dasBlog and distribute it separately. This is a pretty nice feature. I created a set of custom macros to add links to blog posts like the one above for del.icio.us. Clicking on the link will post this blog entry to the social bookmarking site automatically.


You can download the macros here. To use the macros you have to uncomment/add the following in dasBlog’s web.config :



<section name=”newtelligence.DasBlog.Macros” type=”newtelligence.DasBlog.Web.Core.MacroSectionHandler, newtelligence.DasBlog.Web.Core” />


The add the following snippet to the same file:



    <newtelligence.DasBlog.Macros>
         <add macro=”extra” type=”ExtraMacros.Extra, ExtraMacros”/>
    </newtelligence.DasBlog.Macros>


To use the macro add the following snippet to your itemTemplate.blogtemplate file:



<%Delicious(“del.icio.us”)|extra%>


The other macros you can use are:



<%TechnoratiLinkingBlogs(“Linking Blogs”)|extra%>
<%BloglinesCitations(“Citations”)|extra%>


Of course you can change the text passed to the macro. That will become the link text. Let me know how these work. I will be adding more macros to this. Requests are accepted as time permits. :-)

Related posts:

  1. dasBlog Extra Macros Update
  2. Creating Macros for dasBlog
  3. dasBlog Extra Macros 1.2
  4. Steps to Migrate from dasBlog to WordPress
  5. DasBlog 1.8 Gold

 
 
  1. Scott Schecter

    December 10, 2005 at 4:04 PM

    I just saw this on hanselman’s blog, nice job. A couple of requests/ideas. How bout adding macros for digg, or feed blitz?

     
  2. Vasanth

    December 11, 2005 at 5:54 PM

    I am actually thinking of digg macro. I will add feed blitz too.