https://github.com/sohelamin/youtube-feed-2-wp-post
YouTube Video Feed Import to WP Post
https://github.com/sohelamin/youtube-feed-2-wp-post
Last synced: 3 months ago
JSON representation
YouTube Video Feed Import to WP Post
- Host: GitHub
- URL: https://github.com/sohelamin/youtube-feed-2-wp-post
- Owner: sohelamin
- Created: 2014-07-14T11:51:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T19:55:39.000Z (over 9 years ago)
- Last Synced: 2025-01-06T19:40:06.299Z (9 months ago)
- Language: PHP
- Homepage: https://wordpress.org/plugins/youtube-feed-2-wp-post/
- Size: 56.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Plugin Name ===
Contributors: sohelamin
Tags: youtube, post, youtube video, appzcoder, sohelamin
Requires at least: 3.8
Tested up to: 4.5
Stable tag: 4.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlA wordpress plugin which is simply allow you to import your YouTube video feed as a post within a selective time.
== Description ==
Features:
* Anyone can import their YouTube video feed as post.
* Post can be searchable or manageable to use anywhere of the wordpress blog.
* User can select a custom schedule import the video from YouTube.
* Short Code supported.== Installation ==
1. Upload `youtube-video-2-wp-post` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Put your YouTube user's/channel's id in plugin's setting page.
4. Select the interval time when you want to update the feed automatically.
5. Put the Short Code [yt2wp_show_youtube_video width="640" height="360"] inside your post or put the code `` to your template page where the post loop exist.== Screenshots ==
1. `/assets/screenshot-1.png`
2. `/assets/screenshot-2.png`
3. `/assets/screenshot-3.png`== Changelog ==
= 1.5 =
* Allow to set custom youtube id while importing videos.
* Allow to set default channel or user id & post category.
* Allow to import all youtube videos from a channel.
* Removed TinyMCE Button.
* Refactored.= 1.4 =
* Re-factored codes.
* Fixes minor bugs.= 1.3 =
* YouTube Data API (v3) added instead of deprecated v2.= 1.2 =
* Shortcode support on editor.
* Code re-factored.= 1.1 =
* Short code added for showing the video on a post or inside the post loop.
* User can select the schedule from plugin's admin page.
* Some additional Cron Job Schedule added.= 1.0 =
* Initial Release.