flextype-plugins / vimeo

Vimeo plugins allows you to insert Vimeo videos into the page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vimeo Plugin for Flextype

version Flextype MIT License

Vimeo plugins allows you to insert Vimeo videos into the page.

Installation

Unzip plugin to the folder /site/plugins/

Usage in page content

[vimeo id="212294393"]

Usage in the template

Define Flextype namespace in the template if it is not defined yet.

<?php namespace Flextype; ?>

Display Vimeo video

<?= vimeo('212294393') ?>

Settings

enabled: true # or `false` to disable the plugin

License

See LICENSE

About

Vimeo plugins allows you to insert Vimeo videos into the page.

License:MIT License


Languages

Language:PHP 100.0%