Twitter themes. ‘Twitter ticker’ theme as shortcode

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:

.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:

[twitter_themes screen_name=”google” profile_image=”normal” cache_time=”1″ date=”true” hyperlinks=”true” target_blank=”true”]
Tags: , , ,

One Comment on “Twitter themes. ‘Twitter ticker’ theme as shortcode”

  1. Matthias says:

    Hey Javier,
    great Plugin, the only one that really looks good. But I wonder if there is a way to display not the feed of a twitter-user but of a twitter-list like this one: https://twitter.com/manxdesign/manxdesign-team.
    Thanks for the great work.
    Regards,
    Matthias.

Leave a comment