| 开发者 | posterboy81 |
|---|---|
| 更新时间 | 2026年3月18日 16:29 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ directory, or install it as a ZIP via Plugins > Add New.Yes. Add your API key in the plugin settings page before using the widget.
Yes. Use the Overrides panel in the block inspector.
Yes. Use the [cinelink] shortcode in your page builder's code or text module:
Movie, with IMDB:
[cinelink object_type="movie" id_type="imdb" external_id="tt31190636"]
TV Show, with TMDB:
[cinelink object_type="show" id_type="tmdb" external_id="245927"]
The three required attributes are object_type (movie or show), id_type (tmdb or imdb), and external_id (the title's ID). All other display settings (heading, border, colours, language, etc.) are inherited from the plugin's global settings page.
On plugin uninstall (delete), plugin options are cleaned up from the database.