Skip to content

android-com-pl/wp-ai-alt-generator

Repository files navigation

GPT-Powered Alt Text Generator for WordPress

WordPress plugin that uses the GPT-4 API to automatically generate descriptive and contextually relevant alt text (matching your WordPress site's language) for images during the upload process. This plugin is designed to enhance website accessibility and improve SEO with minimal effort.

Installation

You can download it here: https://wordpress.org/plugins/alt-text-generator-gpt-vision/

Or use composer:

composer require wpackagist-plugin/alt-text-generator-gpt-vision

Important

The settings for the plugin are located in Settings -> Media. You need to enter your OpenAI's API key there.

Screenshots

Generating manually

Automatically generating on upload

Contributing

Pull requests are welcomed! If you would like to contribute to the development of this plugin, please follow these steps:

  1. Fork the Repository: Start by forking the GitHub repository to your own account.
  2. Clone Your Fork: Clone your forked repository to your local machine.
  3. Install Dependencies:
    • Run pnpm install to install JavaScript dependencies.
    • Run composer install to set up PHP dependencies.
  4. Set Up Local Environment: Use wp-env start (learn more) to start a local WordPress environment for testing and development.
  5. For JavaScript development, run pnpm run dev.
  6. Make Your Changes: Implement your features or bug fixes in your fork.
  7. Test Your Changes: Ensure that your changes don't break any existing functionality.
  8. Create a Pull Request: Once you're happy with your changes, push them to your fork and create a pull request against the original repository.