Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

OS Adder

Опис

This plugin adds a abbreviation of the operating system (win, mac, linux, iPad, iPhone) to the body-tag.
So if there’s a OS-specific difference, you can easily react to it by using the css-selector (e.g. “.mac”).

Next steps of this plugin:
* adding a settings page
* add the class to specified elements
* add user-language-abbreviation to specified elements

let me know, if you wish something helpful.

Скріншоти

  • added Class

Встановлення

  1. Upload OS Adder to the /wp-content/plugins/ directory or access it via the wordpress plugin site
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You’re done.

Часті питання

Does the added Class also tell me if it’s a 32 or 64 bit OS?

No, it’s just “win”, “mac”, “linux”, iPad, iPod, iPhone or “os-unknown”.
When it’s a “Linux armv7l”-machine, the plugin outputs “android”.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“OS Adder” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “OS Adder” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

0.2

  • adding some Devices

0.1

  • Starting the plugin