An open API service indexing awesome lists of open source software.

https://github.com/naa986/simple-youtube-embed

Embed YouTube video in WordPress beautifully. Embed YouTube video with a URL or shortcode and customize the player using this YouTube embed plugin.
https://github.com/naa986/simple-youtube-embed

embed video wordpress youtube

Last synced: 4 months ago
JSON representation

Embed YouTube video in WordPress beautifully. Embed YouTube video with a URL or shortcode and customize the player using this YouTube embed plugin.

Awesome Lists containing this project

README

          

# Simple YouTube Embed for WordPress

## Description

[Simple YouTube Embed](https://noorsplugin.com/simple-youtube-embed-plugin/) plugin is the easiest way to embed a YouTube video in WordPress. This plugin extends the default YouTube embed with advanced player parameters. When the page is rendered, a high resolution thumbnail image is displayed instead of the YouTube video player. It was developed by [noorsplugin](https://noorsplugin.com/) and is currently being used on over 8,000 websites.

## Features

* Pretty YouTube video embed
* Responsive and mobile friendly
* Embed a YouTube video with a high definition thumbnail image as the poster
* Enable/Disable display of suggested videos when the video finishes
* Enable/Disable player controls
* Enable/Disable video information
* Enable/Disable fullscreen

## Simple YouTube Embed Usage

Create a new post/page and enter your YouTube video URL to embed it. Make sure the URL is on its own line and not hyperlinked (clickable when viewing the post). In order to avoid formatting errors, It's better to place the URL into the content area in text mode. For example:
```
https://www.youtube.com/watch?v=Vpg9yizPP_g
```
### Disable Related Videos at the End

In order to disable related videos from showing you can add **rel=0** to your YouTube URL.
```
https://www.youtube.com/watch?v=Vpg9yizPP_g&rel=0
```
### YouTube Video Controls

If you do not want to show player controls you can add **controls=0** to your YouTube URL.
```
https://www.youtube.com/watch?v=Vpg9yizPP_g&controls=0
```
### YouTube Video Info

If you do not want to show information like the video title and uploader you can add **showinfo=0** to your YouTube URL.
```
https://www.youtube.com/watch?v=Vpg9yizPP_g&showinfo=0
```
### YouTube Video Fullscreen

If you do not want to allow fullscreen option in the player you can add **fs=0** to your YouTube URL.
```
https://www.youtube.com/watch?v=Vpg9yizPP_g&fs=0
```
## Documentation

For documentation please visit the [WordPress YouTube Plugin](https://noorsplugin.com/simple-youtube-embed-plugin/) page.