Hi there, i have tried hunting this down for awhile now but to no luck, so sorry if there is an existing forum!
i want to load the latest tweet with the hash tag #money through HTML, i do not want to have a twitter box shown etc but just the text itself. it doesn’t need to refresh unless the browser itself is refreshed…
so far i have this, but this only enables me to load the latest of my own tweets
<span><a href="http://www.twitter.com/dissizit">dissizit</a> </span> <a href="http://twitter.com/dissizit/statuses/1122887200" style="font-size: 85%;"> </a>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/dissizit.json?callback=twitterCallback2&count=1"></script>
it ends up looking like this
with my latest tweet, but there is also a bullet point next to it, i was wondering if there was a way to get rid of that as well?
Thanks for your time