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

Responsive Video Embeds

설명

This plugin will automatically resize your WordPress auto-embeds, including video and other iframes, in a responsive fashion. It currently supports the following providers:

  • YouTube
  • Vimeo
  • DailyMotion
  • Blip.tv
  • Viddler
  • hulu.com
  • Revision 3
  • Funny or Die
  • WordPress.tv
  • Scribd

Live Example

Visit the test page where you can resize the browser and watch the videos automatically scale to fit the resolution.

About WordPress Auto-embeds

WordPress has a nifty auto-embed feature, allowing authors to automatically turn a link to a video embed into a video player when a post is viewed. To turn this feature on check the Auto-embeds check box in Administration > Settings > Media SubPanel.

Under the hood

Please note that this plugins modifies the output of modify_embed_output filter, adding HTML & CSS to make the magic happen.

Credit for the method used in this plugin goes to Anders M. Andersen for crafting the method used to gracefully resize the embeds.

Create and maintained by Kevin Leary, a WordPress developer living in Boston, MA.

Multisite Compatibility

The Responsive Video Embeds plugin is compatibly with WordPress Multisite, just use the Network Activate feature to enable responsive video resizing embed on every site. If you only want responsive video resizing to happen on a specific site, activate the plugin for that site only.

스크린샷

  • Automatically resized videos, the magic happens when you resize the window

설치

  1. Install easily with the WordPress plugin control panel or manually download the plugin and upload the folder responsive-video-embeds to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. In the WordPress admin, enable the Auto-embeds feature under the Settings > Media menu.
  4. Embed your videos using the auto embed feature provided by WordPress.

FAQ

Installation Instructions
  1. Install easily with the WordPress plugin control panel or manually download the plugin and upload the folder responsive-video-embeds to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. In the WordPress admin, enable the Auto-embeds feature under the Settings > Media menu.
  4. Embed your videos using the auto embed feature provided by WordPress.

후기

모든 22 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Responsive Video Embeds”(을)를 번역하세요.

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

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

변경이력

1.2.4

  • Update to validate against WordPress Coding Standards
  • Minor fixes and updates to improve stability

1.2.3

  • Fix issues with jQuery selector specificity on embed, object and iframe elements

1.2.2

  • Fix issues with video height attributes and improper sizing
  • Switch to more reliable JS resizing method

1.2.1

  • Adjust sizing of width and height attributes

1.2

  • Fix Vimeo embeds, removing black bars from the left, right, top or bottom
  • Allow the sizing to adjust based on the source video’s aspect ratio
  • Add a very small amount of JS to calculate proper aspect ratio
  • Load CSS & JS conditionally, only when a supported embed is on a page/post
  • Simplify HTML, removing an unnecessary div

1.1

  • Modifications to responsive container sizes to allow for a max-width setup using the WordPress [embed] shortcode.

1.0

  • Initial public release to the WordPress plugin repository