Linux 软件免费装
Banner图

ZD Embed for Zoom Meeting SDK

开发者 zdapps
更新时间 2026年2月8日 12:43
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

embed video conferencing zoom webinar meeting sdk

下载

1.1.2

详情介绍:

ZD Embed for Zoom Meeting SDK lets you embed a meeting experience inside WordPress pages (not an iframe). It uses the Zoom Meeting SDK (Web) and generates the required signature on your server via a protected REST endpoint. Features:

安装:

  1. Upload the plugin ZIP in Plugins → Add New → Upload Plugin, then activate it.
  2. Go to Settings → ZD Zoom Embed and set your SDK Key/Secret. Recommended (more secure): add them to wp-config.php: define('ZDZE_SDK_KEY', 'YOUR_SDK_KEY_OR_CLIENT_ID'); define('ZDZE_SDK_SECRET', 'YOUR_SDK_SECRET_OR_CLIENT_SECRET');
  3. Create a Zoom Room in the WordPress admin and enter:
  4. Meeting Number
  5. Passcode
  6. Visit the public URL of that Zoom Room, or use the shortcode.

常见问题:

Why do I get “Invalid or expired token”?

Usually caused by page caching (serving a stale token). Exclude your Zoom Room URLs from cache and purge all caches (plugin/server/CDN).

Can I embed webinars?

This plugin focuses on meetings. Webinar embedding can be added later, but it depends on your Zoom setup and SDK requirements.

更新日志:

1.1.2 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0