This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Embed Panopto

Description

Embed Panopto videos and playlists onto your pages with this Gutenberg block. Users copy the video or playlist embed url into this new block.

The plugin embeds an iframe onto the page, even if the user does not have the capability to embed raw iframes. Using server-side rendering along with server-side validation, it embeds iframes to any subdomain of panopto.com. It also verifies that the url path points to a video or playlist.

Third Party Notice

This plugin relies on the services provided by Panopto.com. Anytime the plugin is used to embed a video from Panopto, their embed code is loaded onto your page. Any analytics, tracking, or other code loaded in the iframe is controlled by Panopto, not the developer of this plugin.

  • Panopto: https://www.panopto.com/
  • Panopto terms of service: https://www.panopto.com/terms-of-service/

Screenshots

  • Block editor - Editor interface before embedding a video
  • Block editor - Editor interface after embedding a video
  • Block output - Output render of block on a page
  • Block search - Name of the block when adding to a page

Blocks

This plugin provides 1 block.

  • Panopto Media

Installation

  1. Upload the plugin to /wp-content/plugins/embed-panopto, or install through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

FAQ

Why do I need this plugin?

If you want to embed a Panopto video onto your page, your user normally needs to have iframe permissions. In a larger site where a user isn\’t an admin, they likely do not have the ability to embed an iframe.

This block gives standard users a simple way to embed a video or playlist from Panopto without requiring that they be given potentially dangerous permissions. The plugin verifies the url the user enters and ensures that only subdomains of panopto.com are rendered into iframes.

Can the html be formatted?

Not within the block itself. The iframe is generated within a div and a class panopto-video, so you may use css rules to format it. But if you have multiple panopto videos embedded on a single page, they would need other wrappers to differentiate the rules.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Embed Panopto” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Embed Panopto” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.2.1
* Added readme, screenshots, gpl license details

2.2.0
* Renamed to meet WordPress naming guidelines

2.1.0
* First public release