diff --git a/webroot/widgets/TwitterWall/TwitterWall.php b/webroot/widgets/TwitterWall/TwitterWall.php
index 2c93bbeb11cd0b8b770d0b1a7f2f5030780da630..73de2798d9ca08010da6c52b4565ac050876c117 100644
--- a/webroot/widgets/TwitterWall/TwitterWall.php
+++ b/webroot/widgets/TwitterWall/TwitterWall.php
@@ -17,10 +17,10 @@ class TwitterWall implements iWidget
       <script type="text/javascript">
         $(document).ready(function(){
           $(".tweet").tweet({
-            username: "warpzone_ms",
             avatar_size: 64,
             count: 5,
-            loading_text: "loading tweets..."
+            loading_text: "loading tweets...",
+            query: "#warpzone"
           });
         });
       </script>'."\n";