View Single Post
  #3  
Old 03-17-2010, 03:34 AM
  amy2203's Avatar 
amy2203 amy2203 is offline
 

X-Wizard
  
Join Date: Jul 2004
Location: Watford, UK
Posts: 1,509
 

Default Re: Display your Twitter posts

try using this instead:
Code:
{literal} <script type="text/javascript"> $(document).ready(function() { $("#twitter").getTwitter({ userName: "accountname", numTweets: 5, loaderText: "Loading tweets...", slideIn: true, slideDuration: 750, showHeading: false, headingText: "Latest Tweets", showProfileLink: false, showTimestamp: true }); }); </script> {/literal} <div id="twitter"></div>
__________________
X-Cart version 5 (Previously 3.5-4)

Previous Versions included
BCSE Reward Points Mod
Altered Cart On Sale Mod
Wordpress Plugin

Please don't PM me for support. I help where I can on the forum and your question will more likely be answered there.

Shout me a Coffee!
Reply With Quote