Title: Ninja Embed Plugin
Author: gerhard
Published: <strong>27 ພະຈິກ 2011</strong>
Last modified: 12 ທັນວາ 2012

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

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

# Ninja Embed Plugin

 ໂດຍ [gerhard](https://profiles.wordpress.org/gerhard/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/ninja-embed-plugin.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/ninja-embed-plugin/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/ninja-embed-plugin/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/ninja-embed-plugin/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/ninja-embed-plugin/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/ninja-embed-plugin/)

## ຄຳອະທິບາຍ

a WordPress plugin that would not only allow the user to easily embed media from
YouTube, Vimeo, Yahoo Video and Soundcloud into their posts, but also allow us as
developers to use it as a function in the our WordPress template files to embed 
videos in custom content types and other filters. The plugin also comes with a widget
to allow you to easily embed media in your sidebar.

The plugin currently supports YouTube, Vimeo, Yahoo Video and Soundcloud. We hope
to be able to add more online media services soon.

### Usage

**How do users use it?**

To embed a piece of media in a post or page you simply need to add the following
shortcode to you post or page content:

_[media link=”http://www.youtube.com/watch?v=EojN6r2VSR4″]_

You can also set a custom width and height to your media by adding the width and
height parameters to the shortcode:

_[media width=”800″ height=”600″ link=”http://www.youtube.com/watch?v=EojN6r2VSR4″]_

As of version 1.3 you can now remove the container around the embed code by setting
the container to false(default is true):

_[media container=”false” link=”http://www.youtube.com/watch?v=EojN6r2VSR4″]_

**How do developers use it?**

Don’t worry, we did not forget about the developers.

To embed a piece of media somewhere in the code you simply need to add the following
function to the template:

_`<?php media\_embed('http://www.youtube.com/watch?v=EojN6r2VSR4'); ?>`_

You can also set a custom width and height to the media by adding arguments for 
width and height respectively:

_`<?php media\_embed('http://www.youtube.com/watch?v=EojN6r2VSR4', 800, 600); ?>`_

As of version 1.3 it is now possible to remove the container around the embed code
you can set the container to false(default is true):

_`<?php media\_embed('http://www.youtube.com/watch?v=EojN6r2VSR4', 800, 600, false);?
>`_

OR if you don’t want to set the width and height and just remove the container:

_`<?php media\_embed('http://www.youtube.com/watch?v=EojN6r2VSR4', '', '', false);?
>`_

## ການຕິດຕັ້ງ

 1. Copy the PHP file from the zip file at the bottom of this post into your WordPress“
    plugins” folder.
 2. Log in to your installation of WordPress.
 3. Go to the “Plugins” menu and activate the plugin called “Ninja Embed Plugin”
 4. Enjoy!

## ຄຳຖາມທີ່ພົບເລື້ອຍ

  Where is a good place I can ask questions about this plugin?

The best place would be on the plugin development page at the following location:
http://blog.ninjasforhire.co.za/65/ninja-embed-wordpress-plugin/

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Ninja Embed Plugin” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມ
ໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

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

[ແປ “Ninja Embed Plugin” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/ninja-embed-plugin)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/ninja-embed-plugin/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/ninja-embed-plugin/), ຫຼື ຕິດຕາມ
[ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/ninja-embed-plugin/) ຜ່ານ
[RSS](https://plugins.trac.wordpress.org/log/ninja-embed-plugin/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 2.2

 * Updated for new SoundCloud player.
 * Fixed embedding using Https.

#### 2.1

 * Updated deprecated PHP functions.

#### 2.0

 * Yahoo Video support added.
 * Widget for embedding media in the sidebar added.

#### 1.3

 * Vimeo URL correcting added.
 * New feature added to remove video container with a parameter tag.

#### 1.2

 * Fixed issue where videos always appeared above post/page content.

#### 1.1

 * Added support for videos on YouTube profile pages.

#### 1.0

 * First Version of the plugin.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **2.2**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **13 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **60+**
 *  ເວີຊັນ WordPress ** 3.2.1 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **3.5.2**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/ninja-embed-plugin/)
 * ແທັກ
 * [embed](https://lo.wordpress.org/plugins/tags/embed/)[media](https://lo.wordpress.org/plugins/tags/media/)
   [soundcloud](https://lo.wordpress.org/plugins/tags/soundcloud/)[vimeo](https://lo.wordpress.org/plugins/tags/vimeo/)
   [youtube](https://lo.wordpress.org/plugins/tags/youtube/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/ninja-embed-plugin/advanced/)

## ການໃຫ້ຄະແນນ

 5 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/ninja-embed-plugin/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/ninja-embed-plugin/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/ninja-embed-plugin/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/ninja-embed-plugin/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/ninja-embed-plugin/reviews/?filter=1)

[ເພີ່ມຄຳຄິດເຫັນຂອງຂ້ອຍ](https://wordpress.org/support/plugin/ninja-embed-plugin/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/ninja-embed-plugin/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

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

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/ninja-embed-plugin/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](http://blog.ninjasforhire.co.za/65/ninja-embed-wordpress-plugin/)