Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter yahood

    (@yahood)

    <?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

    Thread Starter yahood

    (@yahood)

    Sir, 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

    Hi, your question is great ??
    i also waiting for that… Hope the Author will help ??

    Thread Starter yahood

    (@yahood)

    Thanks 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.

Viewing 4 replies - 1 through 4 (of 4 total)