Skip to content

Instantly share code, notes, and snippets.

@fleeting
Created January 19, 2010 20:04
Show Gist options
  • Save fleeting/281239 to your computer and use it in GitHub Desktop.
Save fleeting/281239 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(document).ready( function(){
getTwitters('tweet', {
id: 'amberweinberg',
count: 1,
enableLinks: true,
ignoreReplies: true,
clearContents: true,
template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a>'
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment