承接 phile/youtube 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phile/youtube

Composer 安装命令:

composer require phile/youtube

包简介

A plugin that generates Youtube videos based on IDs. It can be used in your theme, or in your Markdown.

README 文档

README

A plugin that generates Youtube videos based on IDs. It can be used in your theme, or in your Markdown.

Features

  • use in Markdown
  • use in templates with Twig
  • auto grab the title

1.1 Installation (composer)

php composer.phar require phile/youtube:*

1.2 Installation (Download)

  • Install Phile
  • Clone this repo into plugins/phile/youtube

2. Activation

After you have installed the plugin. You need to add the following line to your config.php file:

  • add $config['plugins']['phile\\youtube'] = array('active' => true); to your config.php

Markdown Usage

You can use this plugin in your Markdown files. It allows videos to be easy rendered without using any HTML in your Markdown.

Basic Examples:

Put the code in there. Watch the HTML spew out.

youtube=8GLMe371RuI

Make sure you left a break line before and after the code if your video is not showing up

You can add a start point in seconds too like this

youtube=8GLMe371RuI?start=60

Output:

<div class="youtube-video"><iframe width="853" height="480" src="//www.youtube.com/embed/8GLMe371RuI?rel=0" frameborder="0" allowfullscreen=""></iframe><div class="youtube-title"><h2>All About PhileCMS</h2></div></div>

Theme Usage

There will now be a new twig function called youtube. It takes a YouTube ID, and renders the HTML for the video!

Basic Examples:

Put the code in there. Watch the HTML spew out. Assumes you have set Video: 8GLMe371RuI in your pages meta.

{{ youtube(meta.video) }}

Output:

<div class="youtube-video"><iframe width="853" height="480" src="//www.youtube.com/embed/8GLMe371RuI?rel=0" frameborder="0" allowfullscreen=""></iframe><div class="youtube-title"><h2>All About PhileCMS</h2></div></div>

Config

Here are the settings. See the above output for where everything goes.

'wrapper_class' => 'youtube-video', // parent class for iframe
'title_class' => 'youtube-title', // div clas for video title
'show_title' => true, // get the title
'title_tag' => 'h2', // wrap the title in this tag, can be false for none
'video_height' => 480, // standard height
'video_width' => 853 // standard width

Fixed heights and widths?

Because clients are crazy and will try to add a video at a bad size. I like to control what they are doing in the theme. I know what size will work better than they do.

Why Use?

Clients are crazy. You want to make sure the HTML output is good and not a huge mess. Also autofetching the title is sweet.

统计信息

  • 总下载量: 24
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-04-26

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固