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

Browser Body Classes with Shortcodes

설명

Adds browser-specific body classes for styling, and shortcodes to show or hide content to/from specified browsers and devices.

  • As of v1.6, compatible with WordPress 3.9.

  • As of v1.5, includes new body classes, including catch-alls like: desktop, handheld, mobile, and tablet.

  • As of v1.4, includes Shortcode Generator Modal Window, and 16 new Browser Body Classes, for a total of 33.

  • As of v1.3, includes Shortcode Generator Meta Box, and an Options page, with the option to restrict access to the Meta Box according to user capability, or disable it altogether.

Browser Body Classes with Shortcodes provides more than 40 browser-specific body classes to make styling your site for different platforms and devices a cinch. The plugin also comes with two powerful, yet simple, shortcodes to specify which browsers/devices to show content to, and which to hide it from. Still don’t feel like typing all those browser names? No worries! Browser Body Classes with Shortcodes comes with two different shortcode generators, with options to control who gets to use them.

The two shortcodes each have just one required attribute: [showto browser=””][/showto] and [hidefrom browser=””][/hidefrom]

  • Example: [showto browser=”firefox ie10″] Your Content [/showto]

This will show the content only to Firefox and IE10.

  • Example: [hidefrom browser=”opera safari chrome”] Your Content [/hidefrom]

This will hide the content only from Opera, Chrome, and Safari.

  • Example: [hidefrom browser=”unknown”] Your Content [/hidefrom]

This will hide the content from any browser not in the list of browser options below.

Note: You can use other shortcodes inside these shortcodes. You can also put a [hidefrom] shortcode inside a [showto] shortcode, but not the other way around.

  • Example: [showto browser=”firefox chrome”]Chrome and Firefox will see this. [hidefrom browser=”firefox”]Firefox won’t see this but Chrome will.[/hidefrom][/showto]

Browser options must be all lowercase and must contain a space or a comma between them if multiple are used. Acceptable Browser options are:

  • desktop

  • handheld

  • tablet

  • mobile

  • ios

  • firefox

  • chrome

  • safari

  • opera

  • maxthon

  • msie

  • ie5

  • ie6

  • ie7

  • ie8

  • ie9

  • ie10

  • ie11

  • ns4

  • lynx

  • samsunggalaxytablet

  • kindlefire

  • kindlesilk

  • ipad

  • iphone

  • ipod

  • android

  • blackberry

  • skyfire

  • operamobile

  • operamini

  • samsung

  • winmobile

  • iemobile

  • nokia

  • motorola

  • palm

  • symbian

  • lg

  • blazer

  • bolt

  • unknown

Requirements

  • PHP 5.2+

  • WordPress 3.3+

스크린샷

  • A shiny button.

  • To insert the shortcode, you have to click stuff. Sorry, no direct Brain-to-WordPress feature yet, but it's in the plans.

  • See what happens when you click stuff? Wait... what's that shiny box down below?

  • Oh, it's the meta box, with another shortcode generator. You know... options. People like options.

  • Yes, you have to click stuff here too.

  • And more stuff. Then you have to copy and paste it. What a rip-off.

  • Look. More options.

설치

  1. Upload ‘browser-body-classes-with-shortcodes/’ to the ‘/wp-content/plugins/’ directory.

  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

  3. Configure your Options at Settings > Browser Body Classes Options

  4. Use the provided shortcodes on your pages and posts, or use the provided body classes to style your own browser-specific and device-specific content.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Browser Body Classes with Shortcodes”(을)를 번역하세요.

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

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

변경이력

1.6

  • Compat with WordPress 3.9.

1.5

Some important additions in this release:

  • Added 9 new device-specific body-classes, including catch-alls like: desktop, handheld, tablet, mobile, ios.

  • Added option to choose onto which row of the TinyMCE panel your shortcode button will go.

  • Fixed a few minor bugs.

1.4

Major Additions in this release:

  • Added 16 new browser and device-specific body classes, bringing the total to 33.

  • Added another option for automated shortcode generation: a button on your Visual Editor toolbar opens up the generator in a modal window. You still have the Meta Box. Either or both can be disabled, or access-controlled based on user capabilities.

  • The “Configure Options” button in the Meta Box now only shows up for Administrators.

  • Completely revamped the PHP that powers the shortcodes, now optimized to reduce server load.

  • Fixed some problems with a few of the existing body classes, specifically Opera, Android, and iPhone. All better.

  • Tweaked some styles.

  • Added support and review links to the Options page.

1.3

Major Additions:

  • Now includes Shortcode Generator Meta Box located beneath the page editor, and an Options page, with the option to restrict access to the Meta Box according to user capability, or disable it altogether.

1.2

  • Cleaned up code for IE version checker. No functional change from 1.1

1.1

  • This version no longer uses CSS to show or hide content. Everything is done with PHP.

  • Fixed problem with IE.

1.0

  • Initial release