A Flarum extension. Integrate Flarum with Imdb api to get movie information inside the posts
- Get your FREE api key on http://www.omdbapi.com/apikey.aspx.
- After that omdb will send an email with your apikey in URL format (example: "https://www.omdbapi.com/?apikey=f500aj11").
- Now simply copy your apikey (that is "f500aj11") and paste it into extension settings.
- done!
To get movie details, simply start a new discussion with the movie title (only that, for example "matrix reloaded"), and this extension will automatically shows the details in the discussion hero. Due to limit the api calls, this extension shows detail ONLY FOR REGISTERED USERS.
- Automatic translation of movie title and description based on user language
- Restrict api calls to a specifi tag (e.g. display movie info only in "Movie" tag)
Install with composer:
composer require justoverclock/imdb-api:"*"
composer update justoverclock/imdb-api:"*"
php flarum cache:clear