Show sidebar extensions on Home page

So, I'm using the BlogThis extension which allows me to post certain discussions my "Home" page. So far only my TagThis cloud shows up in the left panel of my Home page (I'm guessing because Spode is behind both of the extensions). How can I get my other left panel extensions to show up on the home page as well...namely, WhosOnline and LatestTopics)
0
This discussion has been closed.
Comments
$ProcessedPages = array( 'index.php', 'search.php', 'comments.php' ); if ( in_array( $Context->SelfUrl, $ProcessedPages ) ) {
all as you need to do it add 'extension.php', in