im pulling through my latest tweet onto my hompage but i dont know what i need to add to also pull through the avatar.
any ideas?
<script src="http://twitterjs.googlecode.com/svn/trunk/src/twitter.min.js"></script>
<script type="text/javascript">
getTwitters('tweet', {
id: 'gezzamondo',
count: 1,
enableLinks: true,
ignoreReplies: true,
clearContents: true,
template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a>'
});
If you use
in the template variables, that should get your avatar.
so it would be
More info see here,
source