이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

iOS Icon Renderer

설명

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"]

스크린샷

  • Icons rendered via iOS Icon Renderer (using Safari 5.1 Mac)

설치

  1. Upload ios-icon-renderer/ folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place [ios_icon] shortcode in your post

FAQ

Does this plugin use overlay images?

No. Everything is based od CSS3 styling.

Which browsers are supported?
  • Mozilla Firefox 5.0 or later
  • Safari 5.0 or later
  • Opera 10 or later
  • Google Chrome 13 or later
  • Internet Explorer 9.0 or later
  • … and any other browser that supports CSS3

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“iOS Icon Renderer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “iOS Icon Renderer”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • Initial release