该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Ober Player

描述

Ober Player bridges the gap between your WordPress site and Ober Player’s powerful video player technology. Whether you’re looking to publish tutorials, product reviews, or engaging stories, our plugin simplifies the process, allowing you to focus on creating captivating content that resonates with your audience.

屏幕截图

  • This screenshot displays how the shortcode renders within an article.

安装

  1. Upload oberplayer folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Now create a page or post and embed this shortcode where you want the player to be visible

[oberplayer videourl=”yourvideoURL” autoplay=”false|true” muted=”false|true” width=”100%” height=”auto”]

The plugin will load a remote JavaScript library hosted on the Ober Player CDN, with the domain cdn.oberplayer.com, the full address of the script is “https://cdn.oberplayer.com/oberplayer.js”.
This library will be responsible for instantiating an “Ober Player” with the parameters you have integrated using the shortcode.
You can find all information about this service on the official website: https://www.oberplayer.com
To read the legal mentions: https://www.oberplayer.com/legal-mentions
To read the privacy policy: https://www.oberplayer.com/privacy-policy

评价

此插件暂无评价。

贡献者及开发者

「Ober Player」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Ober Player」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

  • First release

1.0.1

  • Update to follow WP plugin recos

1.0.2

  • Add missing shortcode example

1.1.0

  • Fix XSS vulnerability in width/height shortcode attributes
  • Proper input validation and escaping
  • Use wp_json_encode for safe JSON output
  • Update player to v4.1.0
  • Add width and height shortcode attributes with safe defaults