Edijs87 Posted February 8, 2011 Report Share Posted February 8, 2011 Vēlējos uzzināt, kā ielikt twitter profile widget skriptu un, kas tur ir priekšā jāliek, lai viņš darbotos citā vietā izņemot pirmajā lapā <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 4, interval: 6000, width: 250, height: 300, theme: { shell: { background: '#333333', color: '#ffffff' }, tweets: { background: '#000000', color: '#ffffff', links: '#4aed05' } }, features: { scrollbar: false, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all' } }).render().setUser('Testeejam').start(); </script> Quote Link to comment Share on other sites More sharing options...
rebuilder Posted February 8, 2011 Report Share Posted February 8, 2011 Es tā arī nesapratu ko Tu vēlies... Quote Link to comment Share on other sites More sharing options...
Edijs87 Posted February 8, 2011 Author Report Share Posted February 8, 2011 Es tā arī nesapratu ko Tu vēlies... kad ver jaunu sadaļu vaļā, ieliekot šo kodu viņš neievieto to twitter widgetu, tāpēc vēlos uzzināt, kas ir jāizdara, lai parastā html lapā, kā, piemēram, šis lauks atvērtos tas twitter Quote Link to comment Share on other sites More sharing options...
rebuilder Posted February 8, 2011 Report Share Posted February 8, 2011 Ja ir tikai html, tad iframe, ja ir pieejams php, tad jau parasti izmanto include. Quote Link to comment Share on other sites More sharing options...
Kemito Posted February 9, 2011 Report Share Posted February 9, 2011 <head> </head> INSIDE THIS? Quote Link to comment Share on other sites More sharing options...
daGrevis Posted February 9, 2011 Report Share Posted February 9, 2011 <head> </head> INSIDE THIS? Nesapratu. JS var atrasties ne-tikai <head>'ā... =] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.