Adds oEmbed support for Vidyard players to Wordpress.
Will automatically convert the following Vidyard URLs into a video when editing a Wordpress site:
http(s)://embed.vidyard.com/share/PLAYER_UUIDhttp(s)://share.vidyard.com/watch/PLAYER_UUIDhttp(s)://play.vidyard.com/PLAYER_UUIDhttp(s)://*.hubs.vidyard.com/watch/PLAYER_UUID
To give the player a specific width or height, enclose the URL in an [embed] tag:
[embed width="123" height="456"]https://embed.vidyard.com/share/PLAYER_UUID[/embed]
- Create a
vidyard-wordpress-plugindirectory in/wp-content/plugins/. - Copy
vidyard-wordpress-plugin.phpinto the/wp-content/plugins/vidyard-wordpress-plugindirectory. - Open the
Pluginsmenu in WordPress to activate the plugin.
Visit the Vidyard Knowledge Center for more details.