iOS Icon Renderer

Add a [ios_icon] shortcode to make it easier to display iOS icons without rendering them first in a graphical application. Uses CSS3.

Author:Adrian Kashivskyy (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:3.3.2
Plugin version:1.0
Added to WordPress repository:14-01-2012
Last updated:14-01-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://kashiv.com/projects/wordpress/ios-icon...
Total downloads:1 423
Active installs:10+
plugin download
Click to start download

This plugin activates [ios_icon] shortcode allowing you to place iOS apps' icons without rendering their corner radius and shadow in Photoshop.

Available attributes of shortcode:

  • size - tells how big is the icon. (e.g. 57, 72, 114, 512) Default is 57.
  • url - URL of the image
  • shadow_color - CSS-styled color of the shadow (e.g. #000, #ab67fc, rgba(0, 0, 0, 0.4)) Default is #000.
  • style - additional CSS style for element. Here you can add float, margin, border, etc.

Example:

[ios_icon size="114" url="http://yourdomain.com/path/to/114-icon.png" style="float:right;margin:0 0 12px 12px;border:1px solid rgba(0, 0, 0, 0.2);" shadow_color="red"]

Screenshots
FAQ
ChangeLog