该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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