Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Embed Panopto

Beschreibung

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

Blöcke

Dieses Plugin unterstützt 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.

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„Embed Panopto“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Embed Panopto“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

2.2.1
* Added readme, screenshots, gpl license details

2.2.0
* Renamed to meet WordPress naming guidelines

2.1.0
* First public release