이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Embed Panopto

설명

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/

스크린샷

  • 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

블록

이 플러그인은 1(을)를 제공합니다.

  • Panopto Media

설치

  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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Embed Panopto”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Embed Panopto”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.2.1
* Added readme, screenshots, gpl license details

2.2.0
* Renamed to meet WordPress naming guidelines

2.1.0
* First public release