Re: [twitter-dev] Re: trivial doubt
i have to put the twitter code inside of this div for keep the design of the page... 2010/6/23 André Luís Moura Lima > there is any way to put my twitter code inside a div?I have the following > div and I want to put the twitter code inside this div...is this a possible > thing to do??i already tried it but the widget isn't rendering...I have to > do it this way...so here's the code: > > > @virt Lançamento!! 24/05/2010!! Aguardem... About 6 hours > ago > > > > > > 2010/6/23 André Luís Moura Lima > >> is there anyway to do it? >> >> 2010/6/23 André Luís Moura Lima >> >> Hello everybody, >>> i added the html tags on my code and added the script tag and the twitter >>> code inside of it inside the body tag and now it's working fine...thanks a >>> lot ;D >>> anyway,is possible to change the "join conversation" text? >>> >>> >>> 2010/6/22 Matt Harris >>> >>> Hi André, Could you check you don't have javascript disabled? I know it sounds funny but I want to make sure it didn't get disabled. Otherwise, try copying and pasting the widget code fresh from our site and putting it between Unedited Widget Code See if that works for you Matt On Tue, Jun 22, 2010 at 4:39 PM, André Luís Moura Lima < azdr3mi...@gmail.com> wrote: > Matt, > I added the comma,but the widget is not rendering at all.What's > happening here?? > > > > 2010/6/22 themattharris > >> Hi André, >> >> Looking at your code it looks like you have added the line: >> id : 'twitterdiv' >> but forgotten to put the comma after it. >> If you add the comma the widget will work. >> >> Matt >> >> You don't need the as the widget will >> automatically create that for you. >> >> On Jun 22, 6:25 am, André Lima wrote: >> > any suggestion of what I'm doing wrong here?? >> > >> > On 21 jun, 22:00, André Luís Moura Lima >> wrote: >> > >> > >> > >> > > Hello everybody, >> > > I'm doing some tests with twitter widget profile...i do everything >> right on >> > > the site,copy the resulting code to my html,but the twitter widget >> is not >> > > shown,it isn't rendering.What can be wrong?for those who can help >> me,I will >> > > post the code here.I guess I'm doing some confusion with some html >> tags like >> > > body,head,html,etc...are they necessary to the code work >> right?anyway,i hope >> > > so,cause this code that I'm posting is,obviously,an example...the >> real html >> > > have head,body,html tags.anyway,here is the code: >> > > >> > > http://widgets.twimg.com/j/2/widget.js";> >> > > >> > > new TWTR.Widget({ >> > > id : 'twitterdiv' >> > > version: 2, >> > > type: 'profile', >> > > rpp: 4, >> > > interval: 6000, >> > > width: 250, >> > > height: 300, >> > > theme: { >> > > shell: { >> > > background: '#33', >> > > color: '#ff' >> > > }, >> > > tweets: { >> > > background: '#00', >> > > color: '#ff', >> > > links: '#4aed05' >> > > } >> > > }, >> > > features: { >> > > scrollbar: true, >> > > loop: false, >> > > live: false, >> > > hashtags: true, >> > > timestamp: true, >> > > avatars: false, >> > > behavior: 'all' >> > > }}).render().setUser('andre').start(); >> > >> > > >> > > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris >>> >>> >> >
Re: [twitter-dev] Re: trivial doubt
there is any way to put my twitter code inside a div?I have the following div and I want to put the twitter code inside this div...is this a possible thing to do??i already tried it but the widget isn't rendering...I have to do it this way...so here's the code: @virt Lançamento!! 24/05/2010!! Aguardem... About 6 hours ago 2010/6/23 André Luís Moura Lima > is there anyway to do it? > > 2010/6/23 André Luís Moura Lima > > Hello everybody, >> i added the html tags on my code and added the script tag and the twitter >> code inside of it inside the body tag and now it's working fine...thanks a >> lot ;D >> anyway,is possible to change the "join conversation" text? >> >> >> 2010/6/22 Matt Harris >> >> Hi André, >>> >>> Could you check you don't have javascript disabled? I know it sounds >>> funny but I want to make sure it didn't get disabled. Otherwise, try copying >>> and pasting the widget code fresh from our site and putting it between >>> Unedited Widget Code >>> >>> See if that works for you >>> Matt >>> >>> >>> On Tue, Jun 22, 2010 at 4:39 PM, André Luís Moura Lima < >>> azdr3mi...@gmail.com> wrote: >>> Matt, I added the comma,but the widget is not rendering at all.What's happening here?? 2010/6/22 themattharris > Hi André, > > Looking at your code it looks like you have added the line: > id : 'twitterdiv' > but forgotten to put the comma after it. > If you add the comma the widget will work. > > Matt > > You don't need the as the widget will > automatically create that for you. > > On Jun 22, 6:25 am, André Lima wrote: > > any suggestion of what I'm doing wrong here?? > > > > On 21 jun, 22:00, André Luís Moura Lima > wrote: > > > > > > > > > Hello everybody, > > > I'm doing some tests with twitter widget profile...i do everything > right on > > > the site,copy the resulting code to my html,but the twitter widget > is not > > > shown,it isn't rendering.What can be wrong?for those who can help > me,I will > > > post the code here.I guess I'm doing some confusion with some html > tags like > > > body,head,html,etc...are they necessary to the code work > right?anyway,i hope > > > so,cause this code that I'm posting is,obviously,an example...the > real html > > > have head,body,html tags.anyway,here is the code: > > > > > > http://widgets.twimg.com/j/2/widget.js";> > > > > > > new TWTR.Widget({ > > > id : 'twitterdiv' > > > version: 2, > > > type: 'profile', > > > rpp: 4, > > > interval: 6000, > > > width: 250, > > > height: 300, > > > theme: { > > > shell: { > > > background: '#33', > > > color: '#ff' > > > }, > > > tweets: { > > > background: '#00', > > > color: '#ff', > > > links: '#4aed05' > > > } > > > }, > > > features: { > > > scrollbar: true, > > > loop: false, > > > live: false, > > > hashtags: true, > > > timestamp: true, > > > avatars: false, > > > behavior: 'all' > > > }}).render().setUser('andre').start(); > > > > > > >>> >>> >>> -- >>> >>> >>> Matt Harris >>> Developer Advocate, Twitter >>> http://twitter.com/themattharris >>> >> >> >
Re: [twitter-dev] Re: trivial doubt
is there anyway to do it? 2010/6/23 André Luís Moura Lima > Hello everybody, > i added the html tags on my code and added the script tag and the twitter > code inside of it inside the body tag and now it's working fine...thanks a > lot ;D > anyway,is possible to change the "join conversation" text? > > > 2010/6/22 Matt Harris > > Hi André, >> >> Could you check you don't have javascript disabled? I know it sounds funny >> but I want to make sure it didn't get disabled. Otherwise, try copying and >> pasting the widget code fresh from our site and putting it between >> Unedited Widget Code >> >> See if that works for you >> Matt >> >> >> On Tue, Jun 22, 2010 at 4:39 PM, André Luís Moura Lima < >> azdr3mi...@gmail.com> wrote: >> >>> Matt, >>> I added the comma,but the widget is not rendering at all.What's happening >>> here?? >>> >>> >>> >>> 2010/6/22 themattharris >>> Hi André, Looking at your code it looks like you have added the line: id : 'twitterdiv' but forgotten to put the comma after it. If you add the comma the widget will work. Matt You don't need the as the widget will automatically create that for you. On Jun 22, 6:25 am, André Lima wrote: > any suggestion of what I'm doing wrong here?? > > On 21 jun, 22:00, André Luís Moura Lima wrote: > > > > > Hello everybody, > > I'm doing some tests with twitter widget profile...i do everything right on > > the site,copy the resulting code to my html,but the twitter widget is not > > shown,it isn't rendering.What can be wrong?for those who can help me,I will > > post the code here.I guess I'm doing some confusion with some html tags like > > body,head,html,etc...are they necessary to the code work right?anyway,i hope > > so,cause this code that I'm posting is,obviously,an example...the real html > > have head,body,html tags.anyway,here is the code: > > > > http://widgets.twimg.com/j/2/widget.js";> > > > > new TWTR.Widget({ > > id : 'twitterdiv' > > version: 2, > > type: 'profile', > > rpp: 4, > > interval: 6000, > > width: 250, > > height: 300, > > theme: { > > shell: { > > background: '#33', > > color: '#ff' > > }, > > tweets: { > > background: '#00', > > color: '#ff', > > links: '#4aed05' > > } > > }, > > features: { > > scrollbar: true, > > loop: false, > > live: false, > > hashtags: true, > > timestamp: true, > > avatars: false, > > behavior: 'all' > > }}).render().setUser('andre').start(); > > > >>> >>> >> >> >> -- >> >> >> Matt Harris >> Developer Advocate, Twitter >> http://twitter.com/themattharris >> > >
Re: [twitter-dev] Re: trivial doubt
Hello everybody, i added the html tags on my code and added the script tag and the twitter code inside of it inside the body tag and now it's working fine...thanks a lot ;D anyway,is possible to change the "join conversation" text? 2010/6/22 Matt Harris > Hi André, > > Could you check you don't have javascript disabled? I know it sounds funny > but I want to make sure it didn't get disabled. Otherwise, try copying and > pasting the widget code fresh from our site and putting it between > Unedited Widget Code > > See if that works for you > Matt > > > On Tue, Jun 22, 2010 at 4:39 PM, André Luís Moura Lima < > azdr3mi...@gmail.com> wrote: > >> Matt, >> I added the comma,but the widget is not rendering at all.What's happening >> here?? >> >> >> >> 2010/6/22 themattharris >> >>> Hi André, >>> >>> Looking at your code it looks like you have added the line: >>> id : 'twitterdiv' >>> but forgotten to put the comma after it. >>> If you add the comma the widget will work. >>> >>> Matt >>> >>> You don't need the as the widget will >>> automatically create that for you. >>> >>> On Jun 22, 6:25 am, André Lima wrote: >>> > any suggestion of what I'm doing wrong here?? >>> > >>> > On 21 jun, 22:00, André Luís Moura Lima wrote: >>> > >>> > >>> > >>> > > Hello everybody, >>> > > I'm doing some tests with twitter widget profile...i do everything >>> right on >>> > > the site,copy the resulting code to my html,but the twitter widget is >>> not >>> > > shown,it isn't rendering.What can be wrong?for those who can help >>> me,I will >>> > > post the code here.I guess I'm doing some confusion with some html >>> tags like >>> > > body,head,html,etc...are they necessary to the code work >>> right?anyway,i hope >>> > > so,cause this code that I'm posting is,obviously,an example...the >>> real html >>> > > have head,body,html tags.anyway,here is the code: >>> > > >>> > > http://widgets.twimg.com/j/2/widget.js";> >>> > > >>> > > new TWTR.Widget({ >>> > > id : 'twitterdiv' >>> > > version: 2, >>> > > type: 'profile', >>> > > rpp: 4, >>> > > interval: 6000, >>> > > width: 250, >>> > > height: 300, >>> > > theme: { >>> > > shell: { >>> > > background: '#33', >>> > > color: '#ff' >>> > > }, >>> > > tweets: { >>> > > background: '#00', >>> > > color: '#ff', >>> > > links: '#4aed05' >>> > > } >>> > > }, >>> > > features: { >>> > > scrollbar: true, >>> > > loop: false, >>> > > live: false, >>> > > hashtags: true, >>> > > timestamp: true, >>> > > avatars: false, >>> > > behavior: 'all' >>> > > }}).render().setUser('andre').start(); >>> > >>> > > >>> >> >> > > > -- > > > Matt Harris > Developer Advocate, Twitter > http://twitter.com/themattharris >
Re: [twitter-dev] Re: trivial doubt
Hi André, Could you check you don't have javascript disabled? I know it sounds funny but I want to make sure it didn't get disabled. Otherwise, try copying and pasting the widget code fresh from our site and putting it between Unedited Widget Code See if that works for you Matt On Tue, Jun 22, 2010 at 4:39 PM, André Luís Moura Lima wrote: > Matt, > I added the comma,but the widget is not rendering at all.What's happening > here?? > > > > 2010/6/22 themattharris > >> Hi André, >> >> Looking at your code it looks like you have added the line: >> id : 'twitterdiv' >> but forgotten to put the comma after it. >> If you add the comma the widget will work. >> >> Matt >> >> You don't need the as the widget will >> automatically create that for you. >> >> On Jun 22, 6:25 am, André Lima wrote: >> > any suggestion of what I'm doing wrong here?? >> > >> > On 21 jun, 22:00, André Luís Moura Lima wrote: >> > >> > >> > >> > > Hello everybody, >> > > I'm doing some tests with twitter widget profile...i do everything >> right on >> > > the site,copy the resulting code to my html,but the twitter widget is >> not >> > > shown,it isn't rendering.What can be wrong?for those who can help me,I >> will >> > > post the code here.I guess I'm doing some confusion with some html >> tags like >> > > body,head,html,etc...are they necessary to the code work >> right?anyway,i hope >> > > so,cause this code that I'm posting is,obviously,an example...the real >> html >> > > have head,body,html tags.anyway,here is the code: >> > > >> > > http://widgets.twimg.com/j/2/widget.js";> >> > > >> > > new TWTR.Widget({ >> > > id : 'twitterdiv' >> > > version: 2, >> > > type: 'profile', >> > > rpp: 4, >> > > interval: 6000, >> > > width: 250, >> > > height: 300, >> > > theme: { >> > > shell: { >> > > background: '#33', >> > > color: '#ff' >> > > }, >> > > tweets: { >> > > background: '#00', >> > > color: '#ff', >> > > links: '#4aed05' >> > > } >> > > }, >> > > features: { >> > > scrollbar: true, >> > > loop: false, >> > > live: false, >> > > hashtags: true, >> > > timestamp: true, >> > > avatars: false, >> > > behavior: 'all' >> > > }}).render().setUser('andre').start(); >> > >> > > >> > > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris
Re: [twitter-dev] Re: trivial doubt
Hi Andre this works for me: new TWTR.Widget({ version: 2, type: 'profile', rpp: 10, interval: 6000, width: 200, height: 300, theme: { shell: { background: '#f3f3f3', color: '#425e6a' }, tweets: { background: '#f3f3f3', color: '#425e6a', links: '#0099FF' } }, features: { scrollbar: false, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all' } }).render().setUser('andre').start(); On Tue, Jun 22, 2010 at 4:39 PM, André Luís Moura Lima wrote: > Matt, > I added the comma,but the widget is not rendering at all.What's happening > here?? > > > > 2010/6/22 themattharris > > Hi André, >> >> Looking at your code it looks like you have added the line: >> id : 'twitterdiv' >> but forgotten to put the comma after it. >> If you add the comma the widget will work. >> >> Matt >> >> You don't need the as the widget will >> automatically create that for you. >> >> On Jun 22, 6:25 am, André Lima wrote: >> > any suggestion of what I'm doing wrong here?? >> > >> > On 21 jun, 22:00, André Luís Moura Lima wrote: >> > >> > >> > >> > > Hello everybody, >> > > I'm doing some tests with twitter widget profile...i do everything >> right on >> > > the site,copy the resulting code to my html,but the twitter widget is >> not >> > > shown,it isn't rendering.What can be wrong?for those who can help me,I >> will >> > > post the code here.I guess I'm doing some confusion with some html >> tags like >> > > body,head,html,etc...are they necessary to the code work >> right?anyway,i hope >> > > so,cause this code that I'm posting is,obviously,an example...the real >> html >> > > have head,body,html tags.anyway,here is the code: >> > > >> > > http://widgets.twimg.com/j/2/widget.js";> >> > > >> > > new TWTR.Widget({ >> > > id : 'twitterdiv' >> > > version: 2, >> > > type: 'profile', >> > > rpp: 4, >> > > interval: 6000, >> > > width: 250, >> > > height: 300, >> > > theme: { >> > > shell: { >> > > background: '#33', >> > > color: '#ff' >> > > }, >> > > tweets: { >> > > background: '#00', >> > > color: '#ff', >> > > links: '#4aed05' >> > > } >> > > }, >> > > features: { >> > > scrollbar: true, >> > > loop: false, >> > > live: false, >> > > hashtags: true, >> > > timestamp: true, >> > > avatars: false, >> > > behavior: 'all' >> > > }}).render().setUser('andre').start(); >> > >> > > >> > > -- Peter Denton Co-Founder, Product Marketing www.mombo.com cell: (206) 427-3866 twitter @Mombo_movies twitter - personal: @petermdenton
Re: [twitter-dev] Re: trivial doubt
Matt, I added the comma,but the widget is not rendering at all.What's happening here?? 2010/6/22 themattharris > Hi André, > > Looking at your code it looks like you have added the line: > id : 'twitterdiv' > but forgotten to put the comma after it. > If you add the comma the widget will work. > > Matt > > You don't need the as the widget will > automatically create that for you. > > On Jun 22, 6:25 am, André Lima wrote: > > any suggestion of what I'm doing wrong here?? > > > > On 21 jun, 22:00, André Luís Moura Lima wrote: > > > > > > > > > Hello everybody, > > > I'm doing some tests with twitter widget profile...i do everything > right on > > > the site,copy the resulting code to my html,but the twitter widget is > not > > > shown,it isn't rendering.What can be wrong?for those who can help me,I > will > > > post the code here.I guess I'm doing some confusion with some html tags > like > > > body,head,html,etc...are they necessary to the code work right?anyway,i > hope > > > so,cause this code that I'm posting is,obviously,an example...the real > html > > > have head,body,html tags.anyway,here is the code: > > > > > > http://widgets.twimg.com/j/2/widget.js";> > > > > > > new TWTR.Widget({ > > > id : 'twitterdiv' > > > version: 2, > > > type: 'profile', > > > rpp: 4, > > > interval: 6000, > > > width: 250, > > > height: 300, > > > theme: { > > > shell: { > > > background: '#33', > > > color: '#ff' > > > }, > > > tweets: { > > > background: '#00', > > > color: '#ff', > > > links: '#4aed05' > > > } > > > }, > > > features: { > > > scrollbar: true, > > > loop: false, > > > live: false, > > > hashtags: true, > > > timestamp: true, > > > avatars: false, > > > behavior: 'all' > > > }}).render().setUser('andre').start(); > > > > > >
[twitter-dev] Re: trivial doubt
Hi André, Looking at your code it looks like you have added the line: id : 'twitterdiv' but forgotten to put the comma after it. If you add the comma the widget will work. Matt You don't need the as the widget will automatically create that for you. On Jun 22, 6:25 am, André Lima wrote: > any suggestion of what I'm doing wrong here?? > > On 21 jun, 22:00, André Luís Moura Lima wrote: > > > > > Hello everybody, > > I'm doing some tests with twitter widget profile...i do everything right on > > the site,copy the resulting code to my html,but the twitter widget is not > > shown,it isn't rendering.What can be wrong?for those who can help me,I will > > post the code here.I guess I'm doing some confusion with some html tags like > > body,head,html,etc...are they necessary to the code work right?anyway,i hope > > so,cause this code that I'm posting is,obviously,an example...the real html > > have head,body,html tags.anyway,here is the code: > > > > http://widgets.twimg.com/j/2/widget.js";> > > > > new TWTR.Widget({ > > id : 'twitterdiv' > > version: 2, > > type: 'profile', > > rpp: 4, > > interval: 6000, > > width: 250, > > height: 300, > > theme: { > > shell: { > > background: '#33', > > color: '#ff' > > }, > > tweets: { > > background: '#00', > > color: '#ff', > > links: '#4aed05' > > } > > }, > > features: { > > scrollbar: true, > > loop: false, > > live: false, > > hashtags: true, > > timestamp: true, > > avatars: false, > > behavior: 'all' > > }}).render().setUser('andre').start(); > > >
[twitter-dev] Re: trivial doubt
any suggestion of what I'm doing wrong here?? On 21 jun, 22:00, André Luís Moura Lima wrote: > Hello everybody, > I'm doing some tests with twitter widget profile...i do everything right on > the site,copy the resulting code to my html,but the twitter widget is not > shown,it isn't rendering.What can be wrong?for those who can help me,I will > post the code here.I guess I'm doing some confusion with some html tags like > body,head,html,etc...are they necessary to the code work right?anyway,i hope > so,cause this code that I'm posting is,obviously,an example...the real html > have head,body,html tags.anyway,here is the code: > > http://widgets.twimg.com/j/2/widget.js";> > > new TWTR.Widget({ > id : 'twitterdiv' > version: 2, > type: 'profile', > rpp: 4, > interval: 6000, > width: 250, > height: 300, > theme: { > shell: { > background: '#33', > color: '#ff' > }, > tweets: { > background: '#00', > color: '#ff', > links: '#4aed05' > } > }, > features: { > scrollbar: true, > loop: false, > live: false, > hashtags: true, > timestamp: true, > avatars: false, > behavior: 'all' > }}).render().setUser('andre').start(); > >