Title: Modernizr for WordPress
Author: Ramoonus
Published: <strong>22.04.2011</strong>
Last modified: 04.05.2019

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

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

# Modernizr for WordPress

 Автор: [Ramoonus](https://profiles.wordpress.org/ramoonus/)

[Скачать](https://downloads.wordpress.org/plugin/modernizr.3.7.1.zip)

 * [Детали](https://ru.wordpress.org/plugins/modernizr/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/modernizr/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/modernizr/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/modernizr/#developers)

 [Поддержка](https://wordpress.org/support/plugin/modernizr/)

## Описание

This plugin adds the Modernizr to your WordPress installation.
 Modernizr is a small
JavaScript library that detects the availability of native implementations for next-
generation web technologies, i.e. features that stem from the HTML5 and CSS3 specifications.
Many of these features are already implemented in at least one major browser (most
of them in two or more), and what Modernizr does is, very simply, tell you whether
the current browser has this feature natively implemented or not.

For documentation visit http://www.modernizr.com/docs/

## Установка

 1. Upload `modernizer/` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Implement the required features as documented on http://www.modernizr.com/docs/

## Отзывы

![](https://secure.gravatar.com/avatar/4a0455559baa72a3f6a3da7bdb473afe80c4535c92657f38202d883ae4e4f899?
s=60&d=retro&r=g)

### 󠀁[Worked like a charm!](https://wordpress.org/support/topic/worked-like-a-charm-126/)󠁿

 [roiwerk](https://profiles.wordpress.org/roiwerk/) 10.03.2018

Worked like a charm! What more should I say.

![](https://secure.gravatar.com/avatar/4c25a0387a431f5beb9f366e8dada92c8fd6d90b8094a580e531417fe97c1cbf?
s=60&d=retro&r=g)

### 󠀁[Excellent, just one mistake:](https://wordpress.org/support/topic/excellent-just-one-mistake/)󠁿

 [waldbach](https://profiles.wordpress.org/waldbach/) 23.11.2017

Change in modernizr.php on line 19: modernizr-custom.js to modernizr.js Otherwise:
this saved my day! Thanks!

![](https://secure.gravatar.com/avatar/25f5f748f5d8b22652e204aff37efd60ea587c6a1c35b5b11e7ce8e8f0390730?
s=60&d=retro&r=g)

### 󠀁[Doesn’t work — Plugin Defunct](https://wordpress.org/support/topic/doesnt-work-plugin-defunct/)󠁿

 [newvibe](https://profiles.wordpress.org/newvibe/) 17.02.2017

The 2.8.4 version inserts broken javascript link. I posted a message about this 
in the support section for the plugin and the author has not responded or fixed 
the problem. Now, any site that I’ve added this plugin to can be broken if the user
runs an update. Instead, if you need Modernizr, insert the following into your header.
php file just after <?php wp_head(); ?>: <script type=»text/javascript» src=»https://
cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js»></script>

 [ Посмотреть все 5 отзывов ](https://wordpress.org/support/plugin/modernizr/reviews/)

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

«Modernizr for WordPress» — проект с открытым исходным кодом. В развитие плагина
внесли свой вклад следующие участники:

Участники

 *   [ Ramoonus ](https://profiles.wordpress.org/ramoonus/)

«Modernizr for WordPress» переведён на 1 язык. Благодарим [переводчиков](https://translate.wordpress.org/projects/wp-plugins/modernizr/contributors)
за их работу.

[Перевести «Modernizr for WordPress» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/modernizr)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/modernizr/), проверьте
[SVN репозиторий](https://plugins.svn.wordpress.org/modernizr/), или подпишитесь
на [журнал разработки](https://plugins.trac.wordpress.org/log/modernizr/) по [RSS](https://plugins.trac.wordpress.org/log/modernizr/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 3.7.1

 * Updated Modernizr to version 3.7.0
 * Skipped branch 3.6.x
 * Skipped release 3.7.0

#### 3.5.0

 * Updated Modernizr to version 3.5.0
 * Fixed a bug present since version 3.5.0
 * Skipped branch 3.4.x

#### 3.3.1.2

 * Fixed a bug present since version 3.3.1

#### 3.3.1.1

 * Fixed a bug present since version 2.6.1

#### 3.3.1

 * Updated Modernizr to version 3.3.1

#### 2.8.4

 * Improved deactivating other modernizr versions code. Code by [Gal Baras](http://get-business-online.com/)

#### 2.8.3

 * Updated Modernizr to version 2.8.3

#### 2.7.0

 * Updated Modernizr to version 2.7.0
 * Minor code improvement

#### 2.6.3

 * Updated Modernizr to version 2.6.3

#### 2.6.2

 * Updated Modernizr to version 2.6.2
 * Minor code improvement

#### 2.6.1

 * Updated Modernizr to version 2.6.1
 * Changelog for Modernizr 2.6.1 http://modernizr.com/news/modernizr-260/

#### 2.5.3

 * Updated Modernizr to 2.5.3
 * Code Optimization
 * Readme Update

#### 2.5.2

 * Updates Modernizr to 2.5.2

#### 2.5.0

 * Updates Modernizr to 2.5.0

#### 2.0.6

 * Updated Modernizr to 2.0.6

#### 2.0

 * Updated Modernizr to 2.0 (custom built using the default settings

#### 1.0.1

 * Fixes a PHP error (thanks Anthony)

#### 1.0.0

 * First version, based on Modernizr 1.7

## Мета

 *  Версия **3.7.1**
 *  Обновление: **7 лет назад**
 *  Активных установок: **900+**
 *  Версия WordPress ** 4.8 или выше **
 *  Совместим вплоть до: **5.2.24**
 *  Языки
 * [Dutch](https://nl.wordpress.org/plugins/modernizr/) и [English (US)](https://wordpress.org/plugins/modernizr/).
 *  [Перевести на ваш язык](https://translate.wordpress.org/projects/wp-plugins/modernizr)
 * Метки:
 * [html](https://ru.wordpress.org/plugins/tags/html/)[HTML5](https://ru.wordpress.org/plugins/tags/html5/)
   [ie](https://ru.wordpress.org/plugins/tags/ie/)[internet explorer](https://ru.wordpress.org/plugins/tags/internet-explorer/)
   [javascript](https://ru.wordpress.org/plugins/tags/javascript/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/modernizr/advanced/)

## Оценки

 3.4 из 5 звёзд.

 *  [  3 5-звездный отзыв     ](https://wordpress.org/support/plugin/modernizr/reviews/?filter=5)
 *  [  0 4-звездный отзыв     ](https://wordpress.org/support/plugin/modernizr/reviews/?filter=4)
 *  [  0 3-звездный отзыв     ](https://wordpress.org/support/plugin/modernizr/reviews/?filter=3)
 *  [  0 2-звездный отзыв     ](https://wordpress.org/support/plugin/modernizr/reviews/?filter=2)
 *  [  2 1-звездный отзыв     ](https://wordpress.org/support/plugin/modernizr/reviews/?filter=1)

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

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/modernizr/reviews/)

## Участники

 *   [ Ramoonus ](https://profiles.wordpress.org/ramoonus/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/modernizr/)

## Пожертвование

Хотите поддержать улучшение этого плагина?

 [ Пожертвовать на развитие плагина ](http://www.ramoonus.nl/donate/)