Hi Jako,
Thanks for you help! That did work for a couple of days however now I'm not seeing the most recent tweet.
Here is my snippet code
[!TwitX?
&cache=`0`
&twitter_consumer_key=`****ABdwHRZfkK7XPFuJg`
&twitter_consumer_secret=`0KjxZ****Na908LexYqfHZVKaUIDEBwIsK8qIJcts`
&twitter_access_token=`56256298****Hq5wH6Qn7IsiQj7REf3VSzjDu9p2ocOOsSPkeB`
&twitter_access_token_secret=`UVwZOU****kq9jHbV1B2laY0qH0zsID4xrls2N2DhU`
&limit=`1`
!]
here is the template I'm using for output
<p class="status">[+retweeted_status.text:twitx_format+]
<a href="http://twitter.com/[+user.screen_name+]" target="_blank">[+user.name+]</a> <span>[+created_at:strtotime:ago+] » [+text+]</p>
and here is what the HTML looks like
<p class="status">
<a href="http://twitter.com/" target="_blank"></a> <span> » </span></p>
as you can see not only is the tweet not visible but my username is also gone. Am I doing something wrong here?