I want to add 200 videos from YouTube playlist to my WordPress blog. Each video iframe add as each post to particular category. I searched many plugins but that’s not meet my requirement.
Leave a Reply
You must be logged in to post a comment.
I want to add 200 videos from YouTube playlist to my WordPress blog. Each video iframe add as each post to particular category. I searched many plugins but that’s not meet my requirement.
You must be logged in to post a comment.
The Youtube playlist have a xml strema, RSS feed.
You can parse this and create post via
wp_insert_post()
and add as content the URL to the video. Publish this and you have wich each new video from the playlist a new post.The best way is, that you write a custom plugin. But you can aslo use a auto publisher plugin for feeds.
Two steps: