This demo shows the use of Twitter themes with a shortcode with the ‘Twitter ticker’ theme.
Furthermore, I added the following CSS to show that the design can be customized using the different classes of the plugin html:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
.twitter_themes { margin: 0 auto; width: 300px; border: 1px solid #CCC; } .profile_all { padding: 10px; } .twitter_themes .tweet_list { height: 300px!important; } .tweet_list .odd { background: #ECF4FC; } .twitter_themes .tweet_list .tweet_content { padding: 5px 10px!important; } .twitter_themes .tweet_list_all { margin: 0!important; padding: 0!important; border-bottom: none!important; } |
The shortcode used is as follows: