diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-04-10 17:47:39 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-04-10 17:47:39 -0400 |
commit | 2eb990b3f5496d271adb5b42ad393dc810700ba5 (patch) | |
tree | bdceda2ff9517d5bb81f52b5e73612ead892170d /doc/tips | |
parent | b47615ad5ed7bcc6bee1dd7538e35d2232f1c554 (diff) |
new tip
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/add_twit_dent_box_to_blog.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/tips/add_twit_dent_box_to_blog.mdwn b/doc/tips/add_twit_dent_box_to_blog.mdwn new file mode 100644 index 000000000..b7988532b --- /dev/null +++ b/doc/tips/add_twit_dent_box_to_blog.mdwn @@ -0,0 +1,17 @@ +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/) +--[[Joey]] + +* Enable the [[plugins/aggregate]] plugin, and set up a cron + job for it. +* At the top of your blog's page, add something like the following. + You'll want to change the urls of course. + + \[[!template id=note text=""" + \[[!aggregate expirecount=5 name="identi.ca posts" + feedurl="http://identi.ca/api/statuses/user_timeline/joeyh.atom" + url="http://identi.ca/joeyh"]] + \[[!inline pages="internal(identi.ca_posts/*)" archive=yes show=5 + quick=yes template=titlepage]] + """]] |