wtadesign

Results 12 comments of wtadesign

Re: visufish Thats great, thanks for working that out (works great now). I just added a // $('#ticker a').attr('target','_blank'); // to it, to force the links to open a new...

try putting this nearer to the end of the closing body tag, your current order of scripts might have a conflict with your easy easySlider Js. jQuery(function($){ $(".tweet").tweet({ username: "YOUR...

Att: helmuteke Pleas check your path for src="./twitter/jquery.tweet.js I think it would be ../ if that is one folder up from your current twitter index page. and make sure that...

Try making your ".hjtweet" to " #ticker" and then copying these items /\* -- css ticker tweet version */ #ticker { height:26em; overflow-y: hidden; position: relative; padding: 0px 8px 10px...

Your ".repertory" class in your JS does not seem to match up to the div id in the html page which has They should match up. Try that first.

hi This JS script code in your head section the class .repertory, there is no div associated with it. Try changing it to #scriptumBlock which you have used for the...

ok try this it a ticker version, this work for me, so as a test drop this in your code. jQuery(function($){ $("#scriptumBlock").tweet({ username: "postscriptums", page: 1, avatar_size: 22, count: 20,...

no probs https://gist.github.com/wtadesign/1c3f0fdec1f20cae6269

only other thing is the the structure of the folder setup for the twitter folder // 1. Acquire /twitter/. How you wish to structure the files is up to you,...

No problem, just check that your index.php (in the twitter folder) app consumer and access keys/ tokens are have been setup and matchup.