2013

Archive for 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 »

Thumbnail Crop Position

Thumbnail Crop Position is a plugin that allows you to select the crop position of thumbnails in WordPress. By default, WordPress always crops thumbnails through the center of images, which sometimes makes us to obtain thumbnails that have lost important areas of our images. Working The operation of Thumbnail Crop Position is very simple. Before uploading …

Read more »

YouTube player, AS3 and Fullscreen

In the post YouTube JavaScript Player API, I appreciated that the YouTube JavaScript API does not have any method to show the video in full screen mode. Therefore, if we want to create our own HTML controls to play the video and add a button to display it in full screen mode we …

Read more »