• Is this plug-in still maintained?

    Where can I enter the OMDb API Key for it to function?

    Regards
    Richard

Viewing 1 replies (of 1 total)
  • I found the solution!

    Edit imdb-info-box/imdbinfobox.php and look at line 64

    old code:
    $raw=file_get_contents_curl('https://www.omdbapi.com/?i='.$id.'&plot='.$plot);

    new code:
    $raw=file_get_contents_curl('https://www.omdbapi.com/?i='.$id.'&plot='.$plot.'&apikey=000aa000');

    Of course you have to add your own omdbapi key.

Viewing 1 replies (of 1 total)
  • The topic ‘Where to enter the API Key?’ is closed to new replies.