diff --git a/community/index.php b/community/index.php
index 00d5168..e45ab6c 100644
--- a/community/index.php
+++ b/community/index.php
@@ -97,45 +97,42 @@
-
+Tweets by @TwitterDev
+
-
- $xml=("http://www.rssmix.com/u/8252161/rss.xml");
-
-$xmlDoc = new DOMDocument();
-$xmlDoc->load($xml);
-
-//get elements from ""
-$channel=$xmlDoc->getElementsByTagName('channel')->item(0);
-$channel_title = $channel->getElementsByTagName('title')
-->item(0)->childNodes->item(0)->nodeValue;
-$channel_link = $channel->getElementsByTagName('link')
-->item(0)->childNodes->item(0)->nodeValue;
-$channel_desc = $channel->getElementsByTagName('description')
-->item(0)->childNodes->item(0)->nodeValue;
-
-//output elements from ""
-echo("" . $channel_title . "");
-echo("
");
-echo($channel_desc . "
");
-
-
-//get and output "- " elements
-$x=$xmlDoc->getElementsByTagName('item');
-for ($i=0; $i<=2; $i++) {
- $item_title=$x->item($i)->getElementsByTagName('title')
- ->item(0)->childNodes->item(0)->nodeValue;
- $item_link=$x->item($i)->getElementsByTagName('link')
- ->item(0)->childNodes->item(0)->nodeValue;
- $item_desc=$x->item($i)->getElementsByTagName('description')
- ->item(0)->childNodes->item(0)->nodeValue;
- echo ("
" . $item_title . "");
- echo ("
");
- echo ($item_desc . "
");
-}
-?>
+';
+ echo $json{title};
+ echo " - ";
+ echo $json{author};
+ echo '
<';
+ echo $json{type};
+ echo ' src="';
+ echo $json{src}; echo '" href="';
+ echo $json{href};
+ echo '" width=100%>';
+ echo $json{body};
+ echo '';
+ echo $json{type};
+ echo '>';
+ echo '';
+ }
+ ?>