This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

IMDb API

Screenshots

  • /assets/screenshot-1.png
  • /assets/screenshot-2.png

Installation

  1. Upload wp-imdb-api.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place
    $imdb = new IMDbapi();
    $data = $imdb->get(‘tt0004614′,’json’);
    in your templates
  4. Click here to generate new API (require login)

FAQ

Installation Instructions
  1. Upload wp-imdb-api.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place
    $imdb = new IMDbapi();
    $data = $imdb->get(‘tt0004614′,’json’);
    in your templates
  4. Click here to generate new API (require login)

Reviews

There are no reviews for this plugin.

Contributors & Developers

“IMDb API” adalah perisian sumber terbuka. Orang-orang berikut telah menyumbang kepada pemalam ini.

Penyumbang

Translate “IMDb API” into your language.

Berminat dalam pembangunan?

Layari kod, periksa repositori SVN, atau langgani log pembangunan dengan RSS.

Changelog

1.2.0

  • Update search by title

1.1.0

  • Add metabox for post and page action
  • Store Inforamtion In “wp_postmeta” Wp Table.
  • Store posters into wordpress upload directory.
  • redesign ui.
  • Ajax search
  • Search results are now editable
  • Uploading poster automatically via url.

1.0

  • Start new plugin