विवरण
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.
स्क्रीनशॉट्स
इंस्टॉलेशन
- Upload
OS Adder
to the/wp-content/plugins/
directory or access it via the wordpress plugin site - Activate the plugin through the ‘Plugins’ menu in WordPress
- 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”.
समीक्षाएं
इस प्लगइन के लिए कोई समीक्षा नहीं है।
सहायक &डेवलपर्स
यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।
योगदानकर्ताTranslate “OS Adder” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
0.2
- adding some Devices
0.1
- Starting the plugin