Title: Add External Media
Author: leemon
Published: <strong>11.03.2015</strong>
Last modified: 13.11.2019

---

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

![](https://ps.w.org/add-external-media/assets/banner-772x250.png?rev=1483467)

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

![](https://ps.w.org/add-external-media/assets/icon-256x256.png?rev=1483467)

# Add External Media

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

[Скачать](https://downloads.wordpress.org/plugin/add-external-media.1.0.5.zip)

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

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

## Описание

Add external media from a [supported oEmbed provider](https://codex.wordpress.org/Embeds)(
YouTube, Vimeo, SoundCloud, Twitter, …) to the media library

## Скриншоты

 * [[
 * Enter the url and size of the external media you’d like to add to the media library
   here

## Установка

 1. Upload the extracted plugin folder and contained files to your /wp-content/plugins/
    directory
 2. Activate the plugin through the «Plugins» menu in WordPress

## Часто задаваемые вопросы

  Does this plugin import the actual external media content into the library?

No, external media attachments just contain URL references to the original resources

  How can I show an external media attachment with the specified width and height?

$oembed = new WP_oEmbed();
 $oembed_width = get_post_meta( $attachment->ID, ‘_oembed_width’,
true ); $oembed_height = get_post_meta( $attachment->ID, ‘_oembed_height’, true );
echo $oembed->get_html( wp_get_attachment_url( $attachment->ID ), array( ‘width’
=> $oembed_width, ‘height’ => $oembed_height ) );

  Why are the width and height settings in some external media attachments being
ignored?

Some service providers, such as Twitter and Instagram, have a maximum and minimum
allowed width and ignore the height setting completely

## Отзывы

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

### 󠀁[Great plugin](https://wordpress.org/support/topic/great-plugin-17718/)󠁿

 [lucasbustamante](https://profiles.wordpress.org/lucasbustamante/) 24.04.2018

Great plugin, thanks! I just miss the feature of adding it directly in the WordPress
Media

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

### 󠀁[Meets expectations](https://wordpress.org/support/topic/meets-expectations-2/)󠁿

 [Marc Queralt i Bassa](https://profiles.wordpress.org/marcqueralt/) 03.09.2016

We tried it and does what it says.

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

### 󠀁[Does what it says on the tin](https://wordpress.org/support/topic/does-what-it-says-on-the-tin-158/)󠁿

 [Richard B](https://profiles.wordpress.org/richard-b/) 03.09.2016

Excellent plugin, especially for an early version. Does exactly what it says on 
the tin and allows you to add external media straight into your library for use 
anywhere. Would love to see the ability to add an external item from the Media >
Add New page and also from fields like the ACF gallery which do use the standard
WP interface. Good job!

 [ Посмотреть все 3 отзыва ](https://wordpress.org/support/plugin/add-external-media/reviews/)

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

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

Участники

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

«Add External Media» переведён на 4 языка. Благодарим [переводчиков](https://translate.wordpress.org/projects/wp-plugins/add-external-media/contributors)
за их работу.

[Перевести «Add External Media» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/add-external-media)

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

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

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

#### 1.0.5

 * Add WP 5.3 support

#### 1.0.4

 * Code refactoring
 * Hooking the plugin’s enqueue function into «wp_enqueue_media» instead of «admin_enqueue_scripts»

#### 1.0.3

 * Use language packs exclusively

#### 1.0.2

 * Language filenames updated

#### 1.0.1

 * Text domain changed to match the plugin’s slug

#### 1.0

 * Первый релиз

## Мета

 *  Версия **1.0.5**
 *  Обновление: **7 лет назад**
 *  Активных установок: **100+**
 *  Версия WordPress ** 4.0 или выше **
 *  Совместим вплоть до: **5.3.21**
 *  Версия PHP ** 5.3 или выше **
 *  Языки
 * [Catalan](https://ca.wordpress.org/plugins/add-external-media/), [English (US)](https://wordpress.org/plugins/add-external-media/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/add-external-media/), [Spanish (Spain)](https://es.wordpress.org/plugins/add-external-media/)
   и [Swedish](https://sv.wordpress.org/plugins/add-external-media/).
 *  [Перевести на ваш язык](https://translate.wordpress.org/projects/wp-plugins/add-external-media)
 * Метки:
 * [admin](https://ru.wordpress.org/plugins/tags/admin/)[attachments](https://ru.wordpress.org/plugins/tags/attachments/)
   [external](https://ru.wordpress.org/plugins/tags/external/)[media](https://ru.wordpress.org/plugins/tags/media/)
   [oembed](https://ru.wordpress.org/plugins/tags/oembed/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/add-external-media/advanced/)

## Оценки

 4.7 из 5 звёзд.

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

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

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

## Участники

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

## Поддержка

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

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

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

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

 [ Пожертвовать на развитие плагина ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=oscarciutat%40gmail%2ecom)