yahood
Forum Replies Created
-
Forum: Plugins
In reply to: [Related YouTube Videos] Make array of Youtube API<?php /* Load Youtube API Valid */ if( !class_exists( 'RelatedYouTubeVideos_API' ) ) { $file = str_replace( '/', DIRECTORY_SEPARATOR, ABSPATH ) . 'lib' . DIRECTORY_SEPARATOR . 'RelatedYouTubeVidoes' . DIRECTORY_SEPARATOR . 'API.php'; if( file_exists( $file ) ) { include_once $file; } } /* Do it, kalau API Video Valid */ if( class_exists( 'RelatedYouTubeVideos_API' ) ) { $kunci = $mykeyword;how to implement to this code
Forum: Plugins
In reply to: [Related YouTube Videos] Make array of Youtube APISir, please help me to make a code php for array the api key for youtube related video plugins.
My api key always limit no more than 1 day. I use it for my movie/mp3 site.. I have to change it daily because it looks blank 🙁
Thank you very much.. It is very important to include array API KEY to prevent this condition. I don;t know how to implement array api key code in php to your plugin Sir. Thank you
Forum: Plugins
In reply to: [Related YouTube Videos] Get Video Duration and StatisticsHi, your question is great 🙂
i also waiting for that… Hope the Author will help 🙂Forum: Plugins
In reply to: [Related YouTube Videos] Make array of Youtube APIThanks for your answer Sir 🙂
But i still confuse how to configure for example i have 10 number of API youtube V3, then how to write it down to the your plugins php.
Yes, thanks for the other solution. I still increasing the number of cache time 🙂
i just afraid if my api will die anytime and everything will blank suddenly 😀 So i think to get many API.