/** * How to use. * (Look below for an example) * http://www.gtaero.net/twitter/ * [optional] [DEFAULT] navarr ?user =USERNAME STR * [optional] [DEFAULT] 10 &count =NUMBER_TO_SHOW INT 0-20 * [optional] [DEFAULT] NULL &start =START STR Only show Tweets that start with this character * [optional] [DEFAULT] true &time =DISPLAY_TIME BOOL[true,false] Display the Time of the Tweet * [optional] [DEFAULT] true &client =DISPLAY_CLIENT BOOL[true,false] Display the Client the tweet was posted from * [optional] [DEFAULT] true &br =BREAK_TWEET_TIME BOOL[true,false] Break the Tweet and the Time in HTML (
) * * * How to embed: * Put in : * * Example of URL with variables: http://gtaero.net/twitter/?user=navarr&count=5 * * PHP Source Code: http://www.gtaero.net/twitter/index.phps * */ function twitter2id(id) { var twitterEle = document.getElementById(id); twitterEle.innerHTML = ""; // Downloaded a New File twitterEle.innerHTML = twitterEle.innerHTML + "- Hey everyone, I will be at the Denver Improv next weekend! Hope to see you at the show! http://fb.me/CZjkyfdt
"; twitterEle.innerHTML = twitterEle.innerHTML + "- A party without alcohol? http://fb.me/AM9CFCr3
"; twitterEle.innerHTML = twitterEle.innerHTML + "- Have you been to one of my shows recently? If so, post your pics on my wall! http://bit.ly/aDqKwe
"; }