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

Flowplayer Video Player

설명

Flowplayer Video Player adds a video shortcode to your WordPress site. This shortcode allows you to embed a video file and play it back using the Flowplayer HTML5 player.

기능

  • Embed MP4 videos
  • Embed webm videos
  • Embed videos which can be viewed from a mobile or tablet device
  • Video playback support for iOS (ipad, iphone) and android devices
  • Embed HTML5 videos which are playable across all major browsers
  • Embed videos with poster images
  • Embed videos and allow it to loop to the beginning when finished
  • Customize the video player using modifier classes
  • Automatically play a video when the page is rendered
  • Embed videos using three different skins
  • Automatically calculate the height of a video based on its width
  • Flexible resizing of a video (true responsiveness)
  • Embed a video with various aspect ratios (16:9, 4:3)

사용방법

In order to embed a video, create a new post/page and use the following shortcode:

[flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4"]

here, src is the actual source of your mp4 video file.

In addition to the source mp4 video file, you can also specify a webm video file. This step is optional since mp4 video format is supported by almost all major browsers.

[flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" webm="http://example.com/wp-content/uploads/videos/test.webm"]

Poster Image

If you want to show an image as placeholder before the video plays, you can specify it in the “poster” parameter:

[flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" poster="http://example.com/wp-content/uploads/images/poster.jpg"]

Autoplay Video

If you want a particular video to start playing when the page loads you can set the “autoplay” option to “true”:

[flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" autoplay="true"]

Player Size

By default, the player takes up the full width of the content area. You can easily control the size by specifying a width for it:

[flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" width="500"]

The height will be automatically determined based on the ratio (please see the “Control Player Ratio section” for details).

Player Ratio

The player ratio is set to “0.417” by default. But you can override it by specifying a different ratio in the shortcode:

[flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" ratio="0.345"]

Loop Video

If you want a particular video to start playing again when it ends you can set the “loop” option to “true”:

[flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" loop="true"]

For documentation please visit the Flowplayer Video Player plugin page

스크린샷

  • Flowplayer video player demo

설치

  1. Go to the Add New plugins screen in your WordPress Dashboard
  2. Click the upload tab
  3. Browse for the plugin file (flowplayer6-video-player.zip) on your computer
  4. Click “Install Now” and then hit the activate button
  5. Now, go to the settings menu of the plugin and follow the instructions for embedding videos.

FAQ

Can this plugin be used to embed a video on my WordPress blog?

Yes.

Are the videos embedded by this plugin playable on mobile devices?

Yes.

Can I automatically play a video?

Yes.

Can I embed a responsive video using this plugin?

Yes.

후기

2019년 7월 1일
For the web page from a PC this worked really well. But the autoplay didn't work for iPhone (safari or chrome) Secondly, it puts a "FlowPlayer" logo onto the screen that is very intrusive for mobile devices. Going to look for another plugin.
2018년 1월 8일
More useful and beautiful UI than almost every other similar plug-in, only one thing how can I get rid of the watermark, is there a pro version to purchase 🙂
2016년 9월 3일
As an old aged Wordpress beginner, getting most plugins/widgets to work is the same as banging my head against the wall. This was the first video player I got to work, as soon as I figured out to replace the sample in the shortcut with my own URL. Works exactly as I want it to! Thank you! Carry on.....
2016년 9월 3일
Works well with little config. I have used this for a number of different format videos with no problems. The only slight niggle I have is that the video ratio is entered counter-intuitively as a fraction, rather than a width/height ratio. So 16:9 video is set up using a ratio of 0.56 rather than 1.77. It's a small thing - and I did not have any problems once I realized how to calculate this. It's just that video ratios are normally expressed the other way around ... 🙂 Having said that, this is unintrusive and has worked for everything I have thrown at it so far. So may thanks for the plugin!
2016년 9월 3일
This is the kind plugin I was looking for. Since the implementation of Flowplayer in a WP based site with the official documentation is not really clear (in my opinion), I was looking for a clean way to provide a shortcode and this plugin does the job. It is : - Simple enough to be installed & used - And not too complex to be easily customized or embedded into a custom dev Though, FAQ and Installation Tabs (on Wordpress.org) could use a better explanation. Nice work.
모든 6 평가 읽기

기여자 & 개발자

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

기여자

“Flowplayer Video Player”(이)가 6(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

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

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

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

변경이력

1.0.5

  • Made some security related improvements suggested by wpscan.

1.0.4

  • Updated Flowplayer to the latest version (7.0.4).

1.0.3

  • Added translation option so the plugin can take advantage of language packs
  • Flowplayer 6 Video Player is now compatible with WordPress 4.4

1.0.2

  • Flowplayer 6 Video Player is now compatible with WordPress 4.3

1.0.1

  • First commit