04

Archive for April, 2013

Twitter themes

Twitter themes is a plugin that allows you to show the timeline of a Twitter account. The main difference from other plugins is that Twitter themes incorporates a system template that allows you to create your own theme for the plugin easily. If you know HTML and CSS you can create your own theme for …

Read more »

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; } …

Read more »

Twitter themes. ‘Twitter little ticker’ theme as shortcode

This demo shows the use of Twitter themes with a shortcode with the ‘Twitter little 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; padding: 5px; width: 300px; border: 1px solid #CCC; } The shortcode …

Read more »