Title: Awebsome! Browser Selector
Author: Raul Illana
Published: <strong>ஜூலை 18, 2011</strong>
Last modified: நவம்பர் 15, 2012

---

நீட்சிகளை தேடுங்கள்

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/awebsome-browser-selector.svg)

# Awebsome! Browser Selector

 By [Raul Illana](https://profiles.wordpress.org/raulillana/)

[பதிவிறக்கு](https://downloads.wordpress.org/plugin/awebsome-browser-selector.zip)

 * [Details](https://ta.wordpress.org/plugins/awebsome-browser-selector/#description)
 * [Reviews](https://ta.wordpress.org/plugins/awebsome-browser-selector/#reviews)
 *  [Installation](https://ta.wordpress.org/plugins/awebsome-browser-selector/#installation)
 * [Development](https://ta.wordpress.org/plugins/awebsome-browser-selector/#developers)

 [உதவி](https://wordpress.org/support/plugin/awebsome-browser-selector/)

## விளக்கம்

Modifies the body tag classes adding some Platform/Browser/Version codes, so you
can add quick and clean CSS patches.

#### Inspired by

 * [PHP CSS Browser Selector](http://bastian-allgeier.de/css_browser_selector) from
   [Bastian Allgeier](http://bastian-allgeier.de)
 * [JS CSS Browser Selector](http://rafael.adm.br/css_browser_selector) from [Rafael Lima](http://rafael.adm.br)

#### Based in

 * [PhpUserAgent](http://donatstudios.com/PHP-Parser-HTTP_USER_AGENT) from [Jesse Donat](http://donatstudios.com).

#### Available Platform Codes

**Desktop**

 * **win** – Microsoft Windows
 * **lnx** – x11 and Linux distros
 * **mac** – MacOS
 * **cros** – ChromeOS

**Mobile**

 * **android** – Android
 * **iphone** – iPhone
 * **ipad** – iPad
 * **blackberry** – Blackberry
 * **winphone** – Windows Phone OS
 * **kindle** – Kindle
 * **kindlefire** – Kindle Fire

**Consoles**

 * **xbox** – Xbox 360
 * **ps3** – PlayStation 3
 * **wii** – Nintendo Wii

#### Available Browser Codes

 * **ie** – Internet Explorer
 * **iemobile** – IEMobile
 * **firefox** – Mozilla, Firefox
 * **camino** – Camino
 * **opera** – Opera
 * **safari** – Safari
 * **chrome** – Google Chrome
 * **kindle** – Kindle
 * **silk** – Silk
 * **lynx** – Lynx
 * **wget** – Wget
 * **curl** – Curl

## Installation

Go easy!
 Upload, activate and enjoy developing.

## அடிக்கடி கேட்கப்படும் கேள்விகள்

  Where should I write my CSS specific code?

At the end of your theme CSS file will be fine.

  How can I apply a patch for specific Platform/Browser/version?

 1. Filtering by Platform: `.kindle`
 2. Filtering by Browser: `.opera`
 3. Filtering by Browser and Version: `.ie.v7`
 4. Filtering by Platform and Browser: `.win.ie`
 5. Filtering by Platform, Browser and Version: `.win.ie.v8`
 6. .Platform.Browser.Version #id .class { display:block; }

So, this way you can apply CSS3 patches seamlessly…

`/* fallback/image non-cover color & fallback image & W3C Markup */

  element { background-color: #1a82f7; background-image: url(‘images/fallback-gradient.
png’); background-image: linear-gradient(to bottom, #FFFFFF 0%, #00A3EF 100%); }

/* Safari + Chrome + iPhone + iPad */
 .safari #element, .chrome #element, .iphone#
element, .ipad #element { background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,
from(#2F2727), to(#1a82f7)); background-image: -webkit-linear-gradient(top, #2F2727,#
1a82f7); }

/* Firefox */
 .firefox #element { background-image: -moz-linear-gradient(top, #
2F2727, #1a82f7); }

/* Opera */
 .opera #element { background-image: -o-linear-gradient(top, #2F2727,#
1a82f7); }

/* IE */
 .ie #element { background-image: -ms-linear-gradient(top, #2F2727, #1a82f7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#2F2727′, endColorstr
=’#1a82f7′, gradientType=’0′); }`

  Something’s messing with my classes or they’re not showing…

Try clearing your caches.

## Reviews

இந்த செருகுநிரலுக்கு மதிப்புரைகள் எதுவும் இல்லை.

## பங்களிப்பாளர்கள் & உருவாக்குனர்கள்

“Awebsome! Browser Selector” is open source software. The following people have 
contributed to this plugin.

பங்களிப்பாளர்கள்

 *   [ Raul Illana ](https://profiles.wordpress.org/raulillana/)

[Translate “Awebsome! Browser Selector” into your language.](https://translate.wordpress.org/projects/wp-plugins/awebsome-browser-selector)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/awebsome-browser-selector/),
check out the [SVN repository](https://plugins.svn.wordpress.org/awebsome-browser-selector/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/awebsome-browser-selector/)
by [RSS](https://plugins.trac.wordpress.org/log/awebsome-browser-selector/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### Future Release

 * Codes managing UI.

#### 2.2

 * Updated PhpUserAgent.
 * Added consoles platform styles.

#### 2.1

 * Fixed readme.txt.
 * Fixed BuddyPress support.
 * Removed webkit and gecko generic classes (use browser specific classes instead).

#### 2.0

 * Revamped code using WP API’s and OOPHP.
 * Revamped UA parsing code.
 * Revamped docs.
 * Removed all the cache messy stuff added on v1.1 (sorry [@jrevillini](https://profiles.wordpress.org/jrevillini/)!).

#### 1.2.1

 * Fixed working bug.

#### 1.2

 * Fixed some coding bugs.
 * Added more code comments.

#### 1.1

 * Updated readme.txt.
 * Fixed BuddyPress support (kudos [@landwire](https://profiles.wordpress.org/landwire/)!).
 * Fixed caching bug for WP Super Cache and W3 Total Cache incompatibility (kudos
   [@jrevillini](https://profiles.wordpress.org/jrevillini/)!).

#### 1.0.1

 * Updated descriptions.

#### 1.0

 * Born with basic functionality and docs.

## Meta

 *  Version **2.2**
 *  Last updated **13 வருடங்கள் முன்பு**
 *  Active installations **100+**
 *  WordPress version ** 3.0 அல்லது மேல் **
 *  Tested up to **3.4.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/awebsome-browser-selector/)
 * Tags
 * [awebsome](https://ta.wordpress.org/plugins/tags/awebsome/)[browser](https://ta.wordpress.org/plugins/tags/browser/)
   [css](https://ta.wordpress.org/plugins/tags/css/)[selector](https://ta.wordpress.org/plugins/tags/selector/)
   [specific](https://ta.wordpress.org/plugins/tags/specific/)
 *  [Advanced View](https://ta.wordpress.org/plugins/awebsome-browser-selector/advanced/)

## மதிப்பீடுகள்

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/awebsome-browser-selector/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/awebsome-browser-selector/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/awebsome-browser-selector/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/awebsome-browser-selector/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/awebsome-browser-selector/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/awebsome-browser-selector/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/awebsome-browser-selector/reviews/)

## பங்களிப்பாளர்கள்

 *   [ Raul Illana ](https://profiles.wordpress.org/raulillana/)

## உதவி

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/awebsome-browser-selector/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=G442YSKBRKTJ2)