Title: Detector
Author: steve.barnett
Published: <strong>जुलै 21, 2012</strong>
Last modified: सप्टेंबर 10, 2012

---

प्लगइन शोधा

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता
आहे.

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

# Detector

 [steve.barnett](https://profiles.wordpress.org/stevebarnett-1/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/detector.0.9.5.zip)

 * [तपशील](https://mr.wordpress.org/plugins/detector/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/detector/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/detector/#installation)
 * [डेव्हलोपमेंट](https://mr.wordpress.org/plugins/detector/#developers)

 [समर्थन](https://wordpress.org/support/plugin/detector/)

## वर्णन

[Detector](http://detector.dmolsen.com/) is a simple, PHP- and JavaScript-based 
browser- and feature-detection library that can adapt to new devices & browsers 
on its own without the need to pull from a central database of browser information.

Also available on GitHub: [https://github.com/SteveBarnett/Detector](https://github.com/SteveBarnett/Detector).

Full documentation is available at [github / dmolsen / Detector](https://github.com/dmolsen/Detector/).

### To Do

 * Add some useful responsive image handling, in the style of [picturefill.js](https://github.com/scottjehl/picturefill/).
   Based on families at first?
 * Add functions for conditional loading of content via JS, depending on screen 
   size.
 * wp_enqueue_script for Modernizr
 * Check Modernizr version, custom
 * Add option to add own [feature tests](https://github.com/dmolsen/Detector/wiki/Detector-Test-Tutorial)
   from admin area?
 * Add option to add own [families](https://github.com/dmolsen/Detector/wiki/Detector-Family-Tutorial)
   from admin area?
 * Add shortcodes?

## स्थापना

 1. Go to Plugins > Add New, Upload and choose detector.zip.
 2. Activate the plugin.

## नेहमी विचारले जाणारे प्रश्न

  How do I use Detector?

In order to access the features you need to use the `$ua` object that is automatically
created with the inclusion of Detector in your application. Use the `$ua` object
in a similar way that you would have used the `Modernizr` object on the client-side:

    ```
    global $ua;

    // your script

    if ($ua->svg) {
        ...
    } elseif ($ua->canvas) {
        ...
    }
    ```

See the [full list of browser features](http://detector.dmolsen.com/demo/modernizr-listing/)
that are tested by Modernizr and available with Detector. All of the features tested
with [ua-parser-php](https://github.com/dmolsen/ua-parser-php) are also available
from the `$ua` variable (e.g. `$ua->isMobile` or `$ua->browserFull`)

Some features, (in particular `video`, `audio`, `input`, and `inputtypes`) have 
sub-features, so these are available as nested PHP objects:

    ```
    if ($ua->inputtypes->search) {
        print "<input type='search' ...";
    } else {
        print "<input type='text' ...";
    }
    ```

All features are returned as integer `1` or `0` for `true` or `false`, so they can
be used in logical evaluations in PHP. Sub-features can return `1`, `0`, or a real
value (e.g. screen width).

## समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

## योगदानकर्ते आणि विकसक

“Detector” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान
केले आहे.

योगदानकर्ते

 *   [ steve.barnett ](https://profiles.wordpress.org/stevebarnett-1/)

[भाषांतर करा “Detector” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/detector)

### विकासातील आग्रह?

[कोड ब्राउझ करा](https://plugins.trac.wordpress.org/browser/detector/), [SVN संग्रहालय](https://plugins.svn.wordpress.org/detector/)
तपासा, किंवा [विकास लॉग](https://plugins.trac.wordpress.org/log/detector/) च्या 
[RSS](https://plugins.trac.wordpress.org/log/detector/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

#### 0.9.5

Updated to match dmoslen’s current Detector

#### 0.8.5

Updated to match dmoslen’s current Detector

#### 0.8.2

Updated to match dmoslen’s current Detector

#### 0.8.1

 * Initial release. [regexes.yaml from 2012/07/12: 303c8f9](https://github.com/tobie/ua-parser/commit/303c8f905aa34110467cdfe730cf066ae6f6e18e#regexes.yaml)

## मेटा

 *  आवृत्ती **0.9.5**
 *  शेवटचा अद्यतन **14 वर्षे पूर्वी**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस आवृत्ती ** 3.0 किंवा मोठा **
 *  परीक्षित केले आहे **3.0.5**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/detector/)
 * टॅग्ज:
 * [detector](https://mr.wordpress.org/plugins/tags/detector/)[device](https://mr.wordpress.org/plugins/tags/device/)
   [modernizr](https://mr.wordpress.org/plugins/tags/modernizr/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/detector/advanced/)

## मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

[आपला अभिप्राय](https://wordpress.org/support/plugin/detector/reviews/#new-post)

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/detector/reviews/)

## योगदानकर्ते

 *   [ steve.barnett ](https://profiles.wordpress.org/stevebarnett-1/)

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/detector/)