X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4e935d300ed0bda37a44e1da85aff797f0aeda8f..5ee60968b966f605eb3b0c3119e5366e57b745b8:/doc/tips/add_chatterbox_to_blog.mdwn diff --git a/doc/tips/add_chatterbox_to_blog.mdwn b/doc/tips/add_chatterbox_to_blog.mdwn index aa35b9331..0414d1804 100644 --- a/doc/tips/add_chatterbox_to_blog.mdwn +++ b/doc/tips/add_chatterbox_to_blog.mdwn @@ -1,3 +1,5 @@ +[[!meta date="2009-04-10 17:47:39 -0400"]] + If you use twitter or identi.ca, here's how to make a box on the side of your blog that holds your recent status updates from there, like I have on [my blog](http://kitenet.net/~joey/blog/) @@ -18,4 +20,7 @@ from there, like I have on [my blog](http://kitenet.net/~joey/blog/) show=5 feeds=no]] """]] +* To filter out `@-replies`, append "and !*@*" to the [[ikiwiki/PageSpec]]. + The same technique can be used for other filtering. + Note: Works best with ikiwiki 3.10 or better.