[AndyB] Video

[AndyB] Video 1.7

免费下载需要注册或登录
XF 兼容性
  1. 2.2.x
Allows adding a URL with either the MP4 or WEBM extension and upon saving the post will automatically add a video tag and embed a video player.

(Example of video URL pasted into editor)
pic001.jpg


(Example of post after saving, video player is automatically embedded)
pic002.jpg


Features:

  • Uses HTML <video> tag.
  • Plays MP4 and WEBM files.
  • Uses full URL in text portion of the BB code.
  • URL's can be internal or external.
  • Plays on all popular browsers.
  • Automatically resizes player to fit mobile phones.
Setup:

Open the extra.less template and add the following code:

CSS:
// video
.videotag {
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 480px;
    background: #000000;
}


How to use:
  1. Create or edit a post.
  2. Paste a video URL that ends with .mp4 or .webm extension.
  3. Save post.
  4. Click the play button to watch video.
  • 点赞
反应: Manfruityy
作者
Mahadev
浏览
499
扩展类型
zip
文件大小
15 KB
首次发布
上次更新
评分 0.00 星 0 个评分
来自 Mahadev 的更多资源
OSTimer Pro
OSTimer Pro
OSTimer可以让您显示一个事件的倒计时。OSTimer可以配置您的倒计时。
 用户代理
用户代理
允许查看成员使用的设备类型来浏览您的论坛。
[安迪宝] 论坛回复禁
[安迪宝] 论坛回复禁
阻止会员在选中的论坛回复。

最新更新

  1. changelog

    Added Options page. Now has the ability to exclude any domain.
  2. 1.6

    Fixed issue if post contains empty video tag it no longer throws a server error.
  3. 1.5

    Code now only runs if post message is new or edited.

相似的资源

返回
顶部