Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
修复优酷,土豆。移除无法支持站点。
Browse files Browse the repository at this point in the history
  • Loading branch information
ineo6 committed Mar 19, 2016
1 parent a0cd93f commit b9340e3
Show file tree
Hide file tree
Showing 6 changed files with 1,707 additions and 961 deletions.
15 changes: 14 additions & 1 deletion README.md
Expand Up @@ -2,7 +2,18 @@

wp-video插件根据shortcode短代码功能制作的视频插件。
##介绍##
目前支持7大主流视频网站:优酷,土豆,56,搜狐,爱奇艺,腾迅,新浪,PPTV。
目前支持视频网站:

优酷
土豆
<del>56</del>
<del>搜狐</del>
<del>爱奇艺</del>
腾迅
<del>新浪</del>
PPTV


PC和移动终端均支持。PC端识别为flash,iOS平台(包括Mac)播放m3u8或MP4,其他移动终端播放MP4。

同时支持WordPress本地上传视频的原生Video短代码。
Expand All @@ -16,3 +27,5 @@ PC和移动终端均支持。PC端识别为flash,iOS平台(包括Mac)播放m3u
[video width="600" height="500"]http://v.youku.com/v_show/id_XMjU1MDc3Njg0.html[/video]

同样可以在工具栏上方找到“插入视频按钮”。


2 changes: 1 addition & 1 deletion option.php
Expand Up @@ -33,7 +33,7 @@
<div id="wpbody">
<h2>wp-video短代码提示</h2>
<div class="arconix-box-menu">
<span style="color: #ff0000;"><h3><a href="http://www.idayer.com/my-first-plugin-wp-video.html">理想乡</a></h3></span>
<span style="color: #ff0000;"><h3><a href="http://www.idayer.com">理想乡</a></h3></span>
<h3>1.写文章时如果需要可以手写加入下列短代码</h3>

<blockquote>短代码:<code>[video width="宽" height="高"]视频Url[/video]</code></blockquote>
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Expand Up @@ -3,8 +3,8 @@ Contributors: @neo
Donate link: http://idayer.com/
Tags: html5, video
Requires at least: 3.0.1
Tested up to: 4.1
Stable tag: 1.3.1
Tested up to: 4.4.2
Stable tag: 1.3.3


== Description ==
Expand All @@ -13,6 +13,9 @@ Stable tag: 1.3.1

== Changelog ==

= 1.3.3 =
* 修复土豆、优酷视频站点,对于搜狐视频、爱奇艺目前无法使用.

= 1.3 =
* 添加更新模块.
* 修复视频站点.
3 changes: 2 additions & 1 deletion video-min.js

Large diffs are not rendered by default.

0 comments on commit b9340e3

Please sign in to comment.