Instalace
- Upload
wp-imdb-api.zip
to the/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
- Place
$imdb = new IMDbapi();
$data = $imdb->get(‚tt0004614′,’json‘);
in your templates - Click here to generate new API (require login)
Nejčastější dotazy
- Installation Instructions
-
- Upload
wp-imdb-api.zip
to the/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
- Place
$imdb = new IMDbapi();
$data = $imdb->get(‚tt0004614′,’json‘);
in your templates - Click here to generate new API (require login)
- Upload
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
IMDb API je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “IMDb API” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
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