=== Plugin Name ===
Contributors: Genkisan
Tags: youtube, comments
Requires at least: 3.0.0
Tested up to: 4.1.0
Stable tag: 2.0.0

Grab YouTube video comments and insert into your blog post

== Description ==

- grab youtube video comments and insert into your blog post
- schedule hourly, daily, weekly
- manual update

**Demo:**
[Plugin Details & Demo](http://ericulous.com/2007/05/16/wp-plugin-genki-youtube-comments/)

== Installation ==

1. Upload as a folder and activate plugin
2. Go to Admin Panel > Settings > YouTube Comments.
3. Set schedule or update manually.
4. Go to Admin Panel > Posts, find the post which you want the comments to be inserted.
5. Go to the Custom Fields section and add "youtubevidid" as key.
6. For value, add your YouTube video id e.g X2BEhk1fqZ
7. If more than 1 video, simply add more keys: youtubevidid1, youtubevidid2 and so on

== Screenshots ==

1. Admin Panel
2. Insert custom field

== Changelog ==

= 2.0.0 =
* New method to prevent duplicate comments (if you are upgrading from version 1.x.x, this may result in duplicate comments during the first run)
* Display recently inserted comments log

= 1.4.0 =
* Remove hidden characters in youtube data (which is casuing duplicate comments) (not foolproof but should greatly reduce duplicate comments)

= 1.3.0 =
* Added curl support by Piotr GRD
* Minor interface adjustment

= 1.2.0 =
* disable error/warnings (to continue fetching comments in event of an error)

= 1.1.0 =
* play nice with new youtube API