# F13 Youtube Shortcode
Do you want to embed a youtube video into a page on your blog without having to find the embed code, just use shortcode.

# Plugin Details
Website: http://f13dev.com/wordpress-plugin-youtube-shortcode/
Tags: youtube, video, embed, shortcode
Requires WP Version: 3.0.1
Tested up to WP Version: 4.5.3
Stable tag: 1.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

# Description
Using F13 Youtube Shortcode you can simply embed a Youtube video into your WordPress powered website using shortcode.

Features include:

* Simply install and add the shortcode
* All you need is the Youtube video id (the last section of the URL)
* Optionally set the autoplay attribute to true for the video to play when the page loads

# Installation
1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Add the shortcode [youtube video="video_id"], or [youtube video="video_id" autoplay="true"] to the desired location on your blog.

# FAQ
Q) Is an API Key required to use the plugin?

A) No. This plugin does not require an API Key to operate

Q) How do I get my video to autoplay when the page loads?

A) Simply add the attribute 'autoplay="true"' to the youtube shortcode,
for example [youtube video="video_id" autoplay="true"]

# Screenshot
![An example showing the Youtube Shortcode  in use.](/screenshot-1.png?raw=true "Youtube Shortcode")

The results of adding [youtube video="FXFMQ_qyZEQ" autoplay="true"] to a blog post.

# Changelog

1.0
* Initial release

# Upgrade Notice

1.0
* Initial release
