Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 999 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 999 Bytes

PicoEmbed - Plugin for PicoCMS

Embed YouTube videos in Wordpress-like shortcode format

Features

  • No configuration needed
  • Easy to use

Installation

Move PicoEmbed.php file into the plugins directory.

Configuration

No configuration needed

Usage

Open the page you would like to embed a youtube video in and insert the following shortcode while replacing YOUTUBE VIDEO LINK HERE with your actual youtube video link. [embed "YOUTUBE VIDEO LINK HERE"]

Examples (accepted link formats)

  • [embed "https://youtu.be/YR12Z8f1Dh8"].
  • [embed "http://youtu.be/YR12Z8f1Dh8"].
  • [embed "https://www.youtube.com/watch?v=YR12Z8f1Dh8"].
  • [embed "http://www.youtube.com/watch?v=YR12Z8f1Dh8"].
  • ...ETC

TODO

  • support Vimeo
  • support Soundcould