WP Manifestindependent plugin directory
manifest / integrations / tmdb-movie-fetcher

TMDb Movie Fetcher

A WordPress plugin that fetches movie data from the TMDb (The Movie Database) API written by Chat GPT.

by Chat GPT · github.com/digitalmalayali/tmdb-movie-fetcher

6stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/digitalmalayali/tmdb-movie-fetcher/archive/refs/heads/main.zip

From the readme

Overview The TMDb Movie Fetcher plugin is a WordPress plugin that fetches movie data from the TMDb (The Movie Database) API. It allows users to display movie information such as title, release date, overview, genres, poster, and where to watch information on their WordPress websites using shortcodes. Plugin Details - Plugin Name: TMDb Movie Fetcher - Description: Fetches movie data from TMDb API. - Version: 1.0 - Author: Chat GPT, Prompts by Digital Malayali 😏 Installation 1. Download the plugin ZIP file from Releases. 2. Log in to your WordPress admin panel. 3. Go to Plugins and click on Add New. 4. Click on the Upload Plugin button. 5. Choose the plugin ZIP file and click Install Now. 6. After installation, click on Activate to activate the plugin. Configuration 1. Obtain a TMDb API key: - Visit the TMDb website and create an account if you don't have one. - Go to your account settings and navigate to the API section. - Generate an API key for your application. 2. Update the plugin code with your TMDb API key: - Open the plugin file (tmdb-movie-fetcher.php) in a text editor. - Locate the line define('TMDBAPIKEY', 'pasteyourapifromtmdb');. - Replace 'pasteyour

Read the full README on GitHub →

Releases

TagPublished
v1.0.0 May 27, 2023

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.