Hey fellow Maemo Bloggers! For those of you who don’t know, aside from running Maemo Talk, which is by the way in no way connected to Nokia nor maemo.org, I’m actually the official administrator of the “Talk” section of maemo.org which is known as talk.maemo.org or tmo.
tmo is maemo.org’s official forum. It’s a place where Maemo enthusiasts, developers, and the curious, meet to talk about anything Maemo. Folks from the Nokia Maemo team also frequent the forums to answer questions and share information. It’s really a great forum.
As most of you might have noticed, the first tab at the right side of this blog displays the latest discussion threads at tmo. I’m doing this so visitors of this blog would hopefully notice it, click on a link, open tmo, and if they like what they see, join tmo.
Now, I’m posting this to hopefully convince some of you to do the same on your blog. I have created a feed to easily do this. All you have to do is code the following to your blog template, where you want the tmo active topics to appear (top, left or right sidebar, bottom, etc.):
<?php
$tmo = file_get_contents('http://talk.maemo.org/getLatest.php');
echo $tmo;
?>
That’s it! You can actually see how it will look by visiting the link directly.
I do believe that if more people talk about Maemo at tmo, the better the discussion will be, the better maemo.org will become, and Maemo devices will improve for the better.
If you are planning to use this code, post a quick reply so I can get an idea how many will be using it.
Thanks.
Reggie Suplido


Fantastic idea Reggie, hopefully more people will do it – using their own styling to keep it consistent within their own look & feels.