html - How to get this Twitter javascript to only show 3 updates -


i found easy use javascript www.twitter.com updates place on website. when edited code username , placed in index.html code showing of status updates. have script show 2 or 3 of newest updates. how can make work? needs added script?

<script type="text/javascript" src="http://www.gtaero.net/twitter/twitter.php?user=username"></script> <div id="twitfeed">optional placeholder text</div> <script type="text/javascript">twitter2id("twitfeed");</script> 

enter url browser:

http://www.gtaero.net/twitter/twitter.php?user=username

see script full of documentation

the answer:

<script type="text/javascript" src="http://www.gtaero.net/twitter/twitter.php?user=username&count=3"></script> 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -