Singpolyma

Archive for October 12th, 2006

Archive for October 12th, 2006

Feed Links in BETA

Posted on

Please see the new, easier hack for this feature.

I love Blogger BETA, but there are just some things about it that annoy me. Duh. That’s why I’m a hacker. One of these is that feed links are displayed at the bottom of the page instead of in my sidebar. No longer. Insert this code wherever you want the feed links to display and you’ll have a feed links widget you can drag and drop in your template editor!

<b:widget id=’FeedsWidget’ locked=’false’ title=’Feeds’ type=’Blog’>
<b:includable id=’main’>
<h2 class=’sidebar-title’>Syndication</h2>
<b:if cond=’data:feedLinks’>
<ul class=’xoxo’>
<b:loop values=’data:feedLinks’ var=’f’>
<li><img src=’http://photos1.blogger.com/blogger/6537/1341/1600/feed-icon-12 alt=” /> <a expr:href=’data:f.url + “?alt=rss”‘ rel=’alternate’><data:f.name Feed</a></li>
</b:loop>
</ul>
</b:if>
</b:includable>
</b:widget>

Coming soon for Blogger BETA: Comments on Main and Archive pages (peek-a-boo!) and a revised Singpolyma-Template.