Title: WP Easy Embed
Author: ibarmin
Published: <strong>जुलै 20, 2011</strong>
Last modified: जानेवारी 17, 2012

---

प्लगइन शोधा

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

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

# WP Easy Embed

 [ibarmin](https://profiles.wordpress.org/ibarmin/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/wp-easy-embed.1.2.zip)

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

 [समर्थन](https://wordpress.org/support/plugin/wp-easy-embed/)

## वर्णन

WP Easy Embed allows you to embed videos, images and such via [OEmbed service](http://oembed.com/)
without manually editing the post (or page).
 If content provider support additional
fields they can be used (right now only [vimeo ones](http://vimeo.com/api/docs/oembed)
are supported)

#### i18n

Plugin is ready for l10n, just a little note – there are two language files to translate,

languages/wp-easy-embed.pot and tinymce/langs/en.js

#### Plugin’s actions & filters

 * wp_easy_embed_config_{$config_key} filter
 * wp_easy_embed_init action. Runs before any button created
 * wp_easy_embed_additional_field_{$field_type} filter with $args parameter. See
   below.

#### Adding support for some provider additional fields

 * Add wp_easy_embed_config_supported_providers filter and push to passed array 
   one more string – provider name (its domain name, please)
 * Add wp_easy_embed_config_supported_attributes_{$provider_name} filter and return
   assoc array in format, described in next section

#### Supported Atrributes Array Format

    ```
    array(
        'Attribute name #1' => array('type' => 'text', 'value' => 'Default value', 'title' => 'Title for field #1')
        , 'Attribute name #2' => array('type' => 'checkbox', 'value' => [true|false], 'title' => 'Title for field #2')
        , 'Attribute name #3' => array('type'=>'select', 'values'=>array('value 1','value 2', ...), 'value' => 'Selected one', 'title' => 'Title for field #3')
        , 'Attribute name #4' => array('type' => 'your own type', 'value' => '', 'title' => 'Title for field #4')
    )
    ```

To add type, add filter handler for wp_easy_embed_additional_field_{$field_type}
and return html. Name is 1st parameter and config for that attribute is passed in
second parameter

## स्क्रीनशॉट

 * [[
 * You can preview how embed will look like before inserting shortcode into post
 * [[
 * Some providers support additional fields

## स्थापना

As usual, upload the folder of WP Easy Embed to the wordpress plugin directory, 
activate it then.

To alter settings of this plugin, go to **Settings->WP Easy Embed**.

## समीक्षा

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

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

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

योगदानकर्ते

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

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

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

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

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

#### 1.2

 * multisite issues with activating and deactivating fixed
 * fixed style.css not applying to page
 * fixed js issue – removed ‘provider’ field from [embed] tag
 * reworked inner part even more

#### 1.1

 * added additional oembed fields. right now only [vimeo ones](http://vimeo.com/api/docs/oembed)
   are supported
 * preview can be hided
 * reworked inner part a bit – reduced calls of get_option to one per instance
 * added loading animation for preview area

#### 1.0

 * initial release

## मेटा

 *  आवृत्ती **1.2**
 *  शेवटचा अद्यतन **14 वर्षे पूर्वी**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस आवृत्ती ** 3.3.0 किंवा मोठा **
 *  परीक्षित केले आहे **3.3.2**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/wp-easy-embed/)
 * टॅग्ज:
 * [embed](https://mr.wordpress.org/plugins/tags/embed/)[post](https://mr.wordpress.org/plugins/tags/post/)
   [video](https://mr.wordpress.org/plugins/tags/video/)[vimeo](https://mr.wordpress.org/plugins/tags/vimeo/)
   [youtube](https://mr.wordpress.org/plugins/tags/youtube/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/wp-easy-embed/advanced/)

## मूल्यांकन

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

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

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

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

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

## समर्थन

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

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

## देणगी

आपण हे प्लगइन पुरविण्यात समर्थन करू इच्छिता का?

 [ ह्या प्लगइनला देणगी द्या ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=Y885NYRSWNSS4&lc=RU&item_name=WP%20Easy%20Embed&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)