Join over 55,891 Subscribers Today! FREE UPDATES!
Get The Only Freelancer crash course you will ever need to read!
Get The Only Freelancer crash course you will ever need to read!
I'm a web designer and entrepreneur from Itajubá (MG), Brasil. I love writing about obscure topics and doing some cool stuff. And also I do some FREE stuff, check it out: http://www.roch.com.br/
Wednesday, May 16th, 2012 17:27
overall great tutorial. was hoping for how to get rid of the thumbnail and name of the twitter account and just feed in the tweet, plus have it loop the other tweets. any guidance/suggestions on this?
Friday, April 20th, 2012 10:47
Wow! Impressed. I’ve used your example on my website.
http://www.leighwilliamson.com (bottom right hand corner)
Im a real novice with web building.
The problem I’m having is that I’d like to filter my tweets to only show “my” tweets on my website that I hashtagged with #digifood and #digitips. to show only my relevant tweets I make specific to my website.
Thursday, April 19th, 2012 04:12
Excellent post.
Do you have some examples of how you would code:
#item – hastag search operator
:) and :( and ?
-item (minus) – This is the “not” operator. It excludes all “item” from search.
Thanks,
Paul
Sunday, April 8th, 2012 20:08
Great post! Is there anyway to exclude replies? I’ve tried a couple of methods but can’t do it.
Friday, March 9th, 2012 05:06
Thank you so much,the tutorial just completed a project I was handling.
Sunday, February 26th, 2012 21:44
Wow, this is great! I’m definitely bookmarking your website. I’m trying to customize everything to be transparent and have tweets show up in quotes in large font. I’m having plenty of problems since I”m new to CSS, but I’m having one BIG problem.
I need to limit the number of tweets that are visible to just 1. Is this possible? I tried adding the rpp: 1, attribute into the jscript, but it didn’t work.
Wednesday, January 25th, 2012 11:37
Thanks for this great post! Its helped me a great deal when it came down to customising customer profiles and mine! Thanks!
Tuesday, January 3rd, 2012 19:02
Hey,
In the Search Timeline the newest tweets are at the bottom. Is there any way of fixing this ?
example :
http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/06/twitter-search/twitter-search/index.html
Tuesday, November 8th, 2011 21:03
i dont get it, where do i add/edit the css classes?
Wednesday, October 12th, 2011 19:07
How do you target the “Name” and “Username” or the “Avitar” in the .twtr-hd class? I am trying to change the font properties. Thanks!
Thursday, October 13th, 2011 19:03
I figured it out. You must target more specifically the .twtr-hd class with it’s parent ex; “parent .twtr-hd h4″. You must also include the “!important” to the end of the styles you are applying to override the hierarchy. You can select either the h3 (name) or h4 (username) respectively. I would like to know how to change the color though, as adding the “color:#******” doesn’t effect anything. I’ve tried targeting the “a” tag as well with no joy. Any help is appreciated.
Monday, October 17th, 2011 06:12
Hey Steve
I`ve change the color directly in script inside the HTML…
theme: {
shell: {
background: ‘transparent’, //this is important
color: ‘#fff’ //HERE´S WHERE YOU CAN CHANGE THE COLOR
}
It works for me, I hope it helps.
Wednesday, October 12th, 2011 18:34
Great guide! How do you target the name and the username within the .twtr-hd class? Trying to change font and font-size. You also mentioned you could change the avatar size as well. How?
Saturday, October 1st, 2011 10:38
how to edit the the footer of the widget to put a follow button
i supose the code is .twtr-ft { display: true; } what is this part where is in html?
Monday, July 18th, 2011 20:46
how can i customize the h3 and h4 tags used in the widget? I don’t want it to follow the rest of my sites styles for h3/h4. I tried .twtr-hd h3 but that doesn’t seem to do the trick. hm…..
Friday, June 24th, 2011 22:53
Nice. Question though – is there an option for tweets to start at the bottom of the widget, then scroll up, blog-style, so that newest tweet is always on top, pushed up from below by older content?
In other words, is there a features variable that enables you to reverse the tweets direction?
Or can this be done magically with css?
Thanks!
Friday, June 24th, 2011 02:18
its good Oliveira…
thanks for your post..
Wednesday, June 22nd, 2011 18:35
Very useful for me. Thanks for your tips, R. Oliveira.
If not, then it's time to learn how to:
You can trust 1stWebDesigner to help you become a better web designer!
- Jacob Cass | Just Creative
Just enter your name and email below and click Get Updates!
Minimal
Wednesday, June 22nd, 2011 18:35
Very useful for me. Thanks for your tips, R. Oliveira.
Rochester Oliveira
Thursday, June 23rd, 2011 04:38
Hey Minimal, I really hope it helps you guys :D
[]‘s
henry
Saturday, October 1st, 2011 10:38
how to edit the the footer of the widget to put a follow button
i supose the code is .twtr-ft { display: true; } what is this part where is in html?
Rochester Oliveira
Monday, October 3rd, 2011 05:27
Hi henry,
It’s way easier to just hide the default footer ( as we’ve done with .twtr-ft { display: none; } ) and then just put your own HTML above it.
[]‘s
Steve
Wednesday, October 12th, 2011 19:07
How do you target the “Name” and “Username” or the “Avitar” in the .twtr-hd class? I am trying to change the font properties. Thanks!
Rochester Oliveira
Friday, October 14th, 2011 04:20
Hey Steve!
Sorry for delay, haven’t seen your coments before.
So, it’s better target via widget ID, so you’ll overwrite anything. If it’s still doesn’t working try to add !important everywhere :D
Steve-O
Thursday, October 13th, 2011 19:03
I figured it out. You must target more specifically the .twtr-hd class with it’s parent ex; “parent .twtr-hd h4″. You must also include the “!important” to the end of the styles you are applying to override the hierarchy. You can select either the h3 (name) or h4 (username) respectively. I would like to know how to change the color though, as adding the “color:#******” doesn’t effect anything. I’ve tried targeting the “a” tag as well with no joy. Any help is appreciated.
Rodolfo Alvarez
Monday, October 17th, 2011 06:12
Hey Steve
I`ve change the color directly in script inside the HTML…
theme: {
shell: {
background: ‘transparent’, //this is important
color: ‘#fff’ //HERE´S WHERE YOU CAN CHANGE THE COLOR
}
It works for me, I hope it helps.
Steve-O
Wednesday, October 12th, 2011 18:34
Great guide! How do you target the name and the username within the .twtr-hd class? Trying to change font and font-size. You also mentioned you could change the avatar size as well. How?
steve
Monday, July 18th, 2011 20:46
how can i customize the h3 and h4 tags used in the widget? I don’t want it to follow the rest of my sites styles for h3/h4. I tried
.twtr-hd h3but that doesn’t seem to do the trick. hm…..Rochester Oliveira
Tuesday, July 19th, 2011 05:34
Hey steve, how are you?
Probably you’ll need to use the id of the widget, as “twtr-widget-1″ if it is your first widget on page, 2 if second and so on.
This is because you have some embed styles.. You could also use !important rule to overwrite previously declared rules.
[]‘s
steve
Tuesday, July 19th, 2011 15:42
I am well thanks. I wound up just setting twtr-hd’s display to none, similar to what was done for the footer. Worked better for me because I didn’t really need either.
Do you know if the twitter search widget only displays tweets that are only a certain amount of days old? Seems like anything older than 3 days it will not post? I thought maybe changing “live” to false would change that, but I guess not.
Thanks anyway, this tutorial was a huge help!
Rochester Oliveira
Tuesday, July 26th, 2011 05:52
Hey steve, yes I’ve seen this limit too. Just that queries with higher amount of results we have a better number of days I think..
[]‘s
Nanang Gunawan
Friday, June 24th, 2011 02:18
its good Oliveira…
thanks for your post..
Rochester Oliveira
Friday, June 24th, 2011 18:04
Hey Nanang,
You are welcome! :D
[]‘s
Dave
Friday, June 24th, 2011 22:53
Nice. Question though – is there an option for tweets to start at the bottom of the widget, then scroll up, blog-style, so that newest tweet is always on top, pushed up from below by older content?
In other words, is there a features variable that enables you to reverse the tweets direction?
Or can this be done magically with css?
Thanks!
Rochester Oliveira
Sunday, June 26th, 2011 16:24
Hey dave, actualy this is the way it works, the newest tweets on top!
And if you want it updated from time to time just activate the “live” function (just like our search widget).
Thank you!
[]‘s
Rochester Oliveira
Sunday, June 26th, 2011 16:25
Hi dfunno,
Thank you, we have much more posts like this to go ;)
[]‘s
Anthony
Friday, March 9th, 2012 05:06
Thank you so much,the tutorial just completed a project I was handling.
Ben
Sunday, February 26th, 2012 21:44
Wow, this is great! I’m definitely bookmarking your website. I’m trying to customize everything to be transparent and have tweets show up in quotes in large font. I’m having plenty of problems since I”m new to CSS, but I’m having one BIG problem.
I need to limit the number of tweets that are visible to just 1. Is this possible? I tried adding the rpp: 1, attribute into the jscript, but it didn’t work.
Ben Haines
Sunday, April 8th, 2012 20:08
Great post! Is there anyway to exclude replies? I’ve tried a couple of methods but can’t do it.
Paul
Thursday, April 19th, 2012 04:12
Excellent post.
Do you have some examples of how you would code:
#item – hastag search operator
:) and :( and ?
-item (minus) – This is the “not” operator. It excludes all “item” from search.
Thanks,
Paul
jamie
Wednesday, May 16th, 2012 17:27
overall great tutorial. was hoping for how to get rid of the thumbnail and name of the twitter account and just feed in the tweet, plus have it loop the other tweets. any guidance/suggestions on this?
Leigh Williamson
Friday, April 20th, 2012 10:47
Wow! Impressed. I’ve used your example on my website.
http://www.leighwilliamson.com (bottom right hand corner)
Im a real novice with web building.
The problem I’m having is that I’d like to filter my tweets to only show “my” tweets on my website that I hashtagged with #digifood and #digitips. to show only my relevant tweets I make specific to my website.
Rochester Oliveira
Thursday, February 23rd, 2012 03:35
Hi Herbert,
Nice addition! Just bookmarked! :)
[]‘s
Rochester Oliveira
Thursday, February 23rd, 2012 03:33
Hi Eduardo,
You are welcome :)
And if you need more help, just come back ;)
[]‘s
ric
Tuesday, November 8th, 2011 21:03
i dont get it, where do i add/edit the css classes?
Rochester Oliveira
Monday, January 2nd, 2012 19:18
Hi ric, it is in your stylesheet, of course. In this example they are all inside one page but your website probably has its own stylesheet.css!
[]‘s
Malin
Tuesday, January 3rd, 2012 19:02
Hey,
In the Search Timeline the newest tweets are at the bottom. Is there any way of fixing this ?
example :
http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/06/twitter-search/twitter-search/index.html
Rochester Oliveira
Thursday, February 23rd, 2012 03:28
Hi Malin,
Here it’s working as expected, newers on the top. That’s because twitter itself selve us the code this way.
[]‘s
Ben Clarke
Wednesday, January 25th, 2012 11:37
Thanks for this great post! Its helped me a great deal when it came down to customising customer profiles and mine! Thanks!
Rochester Oliveira
Thursday, February 23rd, 2012 03:31
Hi Ben!
I’m glad I helped you. And keep coming, we have much more like this for you :)
[]‘s