07.07.2024, 12:00
(Dieser Beitrag wurde zuletzt bearbeitet: 06.10.2024, 07:45 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Movie Details Inserter Plugin
Zitat:Movie Details Inserter Plugin
Description
The Movie Details Inserter plugin automatically fetches and inserts detailed movie information into your posts on MyBB forums using the TMDb (The Movie Database) API. Simply use the
BBCode with a movie's TMDb ID, and the plugin will insert the movie's poster, title, main cast, storyline, and screenshots directly into your post. Perfect for movie discussions and reviews!Code:[movieid]
FeaturesHow to Install
- Automatic Movie Details Fetching: Inserts movie posters, titles, main cast, storylines, and screenshots.
- Easy to Use: Use
BBCode to display details.Code:[movieid]tt1234567[/movieid]
- Customizable: Control the TMDb API key through the MyBB settings.
How to Use
- Download and Extract
- Download the plugin files.
- Extract them to your MyBB
directory.Code:inc/plugins
- Install the Plugin
- Go to your MyBB Admin Control Panel.
- Navigate to Plugins.
- Find Movie Details Inserter and click Install & Activate.
- Configure the Plugin
- Go to Configuration > Settings > Movie Details Inserter Settings.
- Enter your TMDb API key in the provided field.
Screenshots
- Add Movie Details
- In your forum post, use the BBCode
with the TMDb ID of the movie:Code:[movieid]
plaintext
Copy code
Code:[movieid]tt1234567[/movieid]
- This will be replaced with the movie’s details, including the poster, title, main actors, storyline, and screenshots.
Support
For support, visit our website or our support forum.
Technical DetailsCode Snippet
- Plugin Version: 1.1
- Author: Aamir Abdullah
- Compatibility: MyBB 1.8.x
- License: GPL-3.0
Here’s a snippet to see how it works:
php
Copy code
This will fetch and display details for "The Shawshank Redemption."Code:[movieid]tt0111161[/movieid]
Changelog
- 1.1: Added support for displaying main actors and screenshots.
- 1.0: Initial release with basic movie details insertion.
Screenshot Demo