I have added five more macros to dasBlog Extra. Here is a list of the new macros.
- FeedBlitz NEW
Use:
<FeedBlitz(“feedid”)|extra%>Description: This
macro generates the FeedBlitz subscription form. The feed id is passed
as a parameter.Template:
Any template - Link Permalink NEW
Use:
<LinkPermalink(“linkText”,
“linkUrl”)|extra%>Description: This
is a generic macro that lets you create ‘digg this’ like submission
links. For example if you pass ‘digg this’ as linkText and
‘http://digg.com/submit?phase=2&url=’ as the linkUrl you can
create
a link to submit the post to Digg. The macro adds the permalink of the
post after the linkUrl.Template: itemTemplate.blogtemplate
- Navigator
Links List NEWUse:
<NavigatorLinksList()|extra%>Description: The
navigation links in dasBlog is rendered in a table. Too many tables is
bad. This macro renders the same as HTML list. The advantage of a list
is that using CSS this can be rendered horizontally as it appears in
this blog’s top banner.Template:
Any template - Single Item
Include NEWUse:
<SingleItemInclude(“path
to file”)|extra%>Description: This
macro includes the contents of the file (passed as parameter) when only
one item is displayed in a page. I have used this to include AdSence
ads. These ads show up below the post in Permalink page and comments
page. But in other aggregated pages like homepage and archive pages it
does not show up.Template:
Any template - Recent
Comments NEWUse:
<RecentComments(“count”)|extra%>Description: A
macro to show recent comments. The number of comments to be displayed
is passed as parameter (count).Template:
Any template
Check this page for the complete list and how to use them. Download it here.
Related posts:
- dasBlog Extra Macros Update
- dasBlog Extra Macros
- Creating Macros for dasBlog
- FeedFlare: A new FeedBurner feature
- Per-Category Themes in dasBlog