Yeah. Unfortunately, development is on hold.
I tried to put the api v3 on the plugin but isn’t work. Any help?
Development is still on hold.
If you would like to contribute your API v3 changes, it would make it easier for me to fix these other PHP errors.
I tried to follow the Youtube Api V3 documentation but i don’t get it
I get these errors
Warning: array_merge_recursive(): Argument #1 is not an array in /home2/attracti/public_html/youtube/wp-content/plugins/ix-show-latest-youtube/plugin/Ix_ShowLatestYt.php on line 129
Warning: Creating default object from empty value in /home2/attracti/public_html/youtube/wp-content/plugins/ix-show-latest-youtube/plugin/Ix_ShowLatestYt.php on line 129
Warning: Invalid argument supplied for foreach() in /home2/attracti/public_html/youtube/wp-content/plugins/ix-show-latest-youtube/plugin/Ix_ShowLatestYt.php on line 139
Warning: array_multisort(): Argument #1 is expected to be an array or a sort flag in /home2/attracti/public_html/youtube/wp-content/plugins/ix-show-latest-youtube/plugin/Ix_ShowLatestYt.php on line 142
No more videos found for channel moritzhangouttv,theaudacitytopodcast
Yes, glilour, this has already been reported.
As this plugin looks like it’s no longer supported, I took a look and found something similar can be done without a plugin: http://www.janes.co.za/embed-latest-video-from-channel/
Plugin Author
ixiter
(@ixiter)
The problem is …
We use V2 of the API in this plugin. V2 is not supported anymore. We need to change to V3.
V3 requires an API-key. Requests are limited per key. So we canniot provide our key with the plugin. Each installation of the plugin requires a unique key. Each user needs to get an own key.
We will discuss this issue and then decide what to do.