Comments on a tumblr blog.
Here’s a semi-ugly hack to get comments on your blog.
- Go to your settings and change to a custom theme.
- Right before:
…Paste the following.</div> {/block:Posts}
…So that the result looks like this:<div class="cmt"> <a href="http://nevyn.nu/cmt/?id=YOURBLOGNAME.{ PERMALINK }"> (cmt)</a> </div>
<div class="cmt"> <a href="http://nevyn.nu/cmt/?id=YOURBLOGNAME.{ PERMALINK }"> (cmt)</a> </div> </div> {/block:Posts}
- Change YOURBLOGNAME into the name of your blog, and remove the spaces before and after the word PERMALINK! It’s a bug in tumblr which prevents me from typing it correctly in my blog post.
- There’s no step four! ;) Well, you might want to define the css class cmt so that it doesn’t look super-ugly… I defined it as:
but it’s still pretty ugly….cmt { font-size: 10px; text-align: right; }
The application you’re now using is an old php hack of mine. It supports nested conversations and all that jazz, but no feedback on your blog whether there’s comments on the post, nor email notifications or even moderation. But it’s better than nothing.