這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Easy VBOX7

外掛說明

Quick and easy way to embed videos from VBOX7.com right into your WordPress blog posts, pages and sidebar. VBOX7 is one of the biggest Bulgarian video portals. Many videos have titles or tags in English, so even if you can’t read Bulgarian, you can easily use the big search box on top of the website (vbox7.com) to find your favorite videos and to embed them right into your posts.

Go to Other Notes for: Default, Recommended and Advanced Usage.
https://wordpress.org/extend/plugins/easy-vbox7/other_notes/

Default Usage

  1. Visit vbox7.com and play some video.
  2. Check out the video URL. It will look something like this – http://vbox7.com/play:89af3669
  3. Copy the last URL part (play:89af3669) and insert it in your posts, surrounded with square brackets – [play:89af3669]

Recommended Usage

  • Since Easy VBOX7 1.2 you are able to use the new shortcodes
  • Enclosing shortcode – example: [vbox7]89af3669[/vbox7]
  • Self-closing shortcode – example: [vbox7 id=”89af3669″ width=”450″ height=”403″ autoplay=”1″]
  • The arguments are optional and 89af3669 is the video ID.

Advanced Usage

  • You can specify additional parameters (separated by “:”) for custom width and height. The width and height must be integers between 10 and 999.
  • The forth parameter with the constant value of 1 is the autoplay option. If you don’t want it enabled, just skip it.
  • The right syntax is: [play:video_id:width:height:1]
  • The parameters width, height and autoplay are optional.

螢幕擷圖

  • Easy VBOX7 Usage
  • Easy VBOX7 Widget

安裝方式

  1. Search and install the plugin via WordPress > Plugins > Add New
  2. Or download the plugin from WordPress.org plugin directory.
  3. Unzip the file easy-vbox7.zip wherever you want.
  4. Upload the extracted easy-vbox7 folder in /wp-content/plugins/ of your WordPress installation.
  5. Activate the Plugin via the Plugins section at your WordPress admin panel.

常見問題集

iframe or object?

Since version 1.4, iframe is used.

Casper?

Yes, but keep in mind that my WordPress.org username is Caspie.

I want to thank you or send you some feedback?

Do it via my blog – http://blog.caspie.net/contact/ – enjoy!

How many videos I can put in my post?

A lot, but you need Easy VBOX7 1.1 or newer!

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Easy VBOX7〉的開發相關工作。

參與者

將〈Easy VBOX7〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.4

  • Plugin refresh after… 5 years. Doh! 🙂
  • Updated code to use iframe embeds.
  • Widget moved to a separate file.
  • Widget constructor updated to avoid deprecation notices.
  • Shortcode supports multiple video IDs, separated with comma.
  • Code enhancements and optimizations.

1.3

  • Added ability to add more than one video ID into the widget video field. Separate with comma: ID1, ID2, ID3 etc.
  • Code validation.
  • Minor code enhancements.

1.2

  • Added new sidebar widget using the new Widgets API.
  • Added new shortcodes using the Shortcode API.
  • Minor code enhancements.
  • README updates.

1.1

  • Adding multiply videos now works as expected.
  • README updates.

1.0

  • Initial Release