Page no: F92
InspirationsGood example for a fully youtube based feed site can be shown here: |
https://digitale-weiterbildung.com |
Good ideas, which we can take form here:
|
|
Plugin DetailsName: Youtube Video loader Current version: 1.0.7 Folder name: youtube_video_loader Plugin main file: youtube_video_loader.php
|
|
Steps for DesignWe divided the process to four steps: |
|
Simple test requests
We firstly start with a simple tests. We generate API access and start using two simple methods: Search and Videos. In that time we were able to fetch video and then show it on a single page
|
|
Integration with FeedWPIn the end we saw that the API works perfectly and we can search for anything we want, but we need more powerful GUI, we need to automatize it and so on. So we decided to change a little bit the GUI and the function. We kept all functions regarding the api, searching, mapping and so on. But we remove the small part was adding the post in the WordPress. Why we do that? We had a very powerful search engine, but we were needed to recreate the whole FeedWP, but for Videos only. To do most of the functionalities from scratch. This was not good solution. So the youtube APi just started to create feeds.
|
|
Multiple Feed SourcesIn the last version the plugin started to create feeds with own URL and structure. We were able to create feeds from:
Until now we had similar function for posts which is called RSSGrabber. Now we have APIGrabber which can take anything from anywhere and in the end it provides a unique URL which can be sourced by all our blogs.
We have many advantages about this solution:
|
|
Turn-On Feed for VideoHere is a full information how feed is added into FeedWP |