Description
Frogbit: AI Alt Text & Image MetaData completely automates the tedious process of writing image alternative text and structured metadata fields for your WordPress Media Library. Utilizing advanced computer vision models, the plugin scans your images and immediately populates high-value, human-readable SEO keywords to improve your search visibility and website accessibility rankings.
Unlike generic automation scripts, Frogbit provides a highly localized data infrastructure, processing heavy image files by reading directly from your disk space instead of passing external network URLs. This architecture guarantees a stable connection layer whether you are developing locally on a laptop, a private staging sandbox, or a live production server.
Supported Engines
- Google Gemini: Optimized for Gemini 2.5 Flash, providing lightning-fast structural image responses.
- OpenAI ChatGPT: Connects to GPT-4o Mini using OpenAI’s strict JSON schema mode.
- Anthropic Claude: Bridges with Claude 3.5 Sonnet to deliver premium contextual awareness.
External Services Disclosure
This plugin routes local image binary streams externally to third-party artificial intelligence infrastructure models to perform accessibility scanning analysis. Depending on your active selection within the administration panel, data transmissions hit one of the following endpoints:
- Google Gemini API: Utilized to map and return alt text objects. Requests send base64-encoded image strings to Google servers only when a generation event is triggered manually or on upload.
* Service Information: Google AI Studio
* Legal Documents: Google Terms of Service, Google Privacy Policy
- OpenAI API: Utilized to parse and structure descriptive tags. Transmission occurs strictly upon user-initiated action.
* Service Information: OpenAI Developer Platform
* Legal Documents: OpenAI Terms of Use, OpenAI Privacy Policy
- Anthropic Claude API: Utilized to analyze contextual image elements. Data is handled strictly in accordance with ephemeral processing parameters.
* Service Information: Anthropic Console Platform
* Legal Documents: Anthropic Consumer Terms, Anthropic Privacy Policy
Installation
- Upload the plugin folder directory path to your site’s
/wp-content/plugins/folder, or upload the zipped archive directly through Plugins -> Add New -> Upload Plugin. - Click Activate through the main Plugins menu workspace layout in your WordPress Dashboard.
- Navigate directly to Settings -> Frogbit Settings to choose your preferred AI Engine service platform and securely save your Secret API credential key.
- Open the Interactive Bulk Manager to scan your library, or click any image inside your standard Media Library to locate the native ✨ Generate Full Meta via AI button.
FAQ
-
Does this plugin work on a local computer environment like Localhost?
-
Yes! Version 2.0.3 uses local disk file path binaries stream reading architecture instead of web routing lookups. This bypasses security firewalls and allows it to run smoothly on MAMP, XAMPP, DevKinsta, and LocalWP setup layouts.
-
What image formats are supported by the vision models?
-
This plugin natively filters and queries your database for standard web image MIME definitions: JPEG, PNG, and WebP.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Frogbit: AI Alt Text & Image MetaData” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Frogbit: AI Alt Text & Image MetaData” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.0.3
- Extensively systematically scrubbed and refactored all internal component parameters, variables, and prefix hooks to uniquely map onto the official Frogbit namespace.
2.0.2
- Renamed plugin display titles and slug definitions to Frogbit to resolve trademark conflicts.
- Fixed technical styling warnings by moving all inline layout attributes to wp_add_inline_style handlers.
- Added standard external API documentation parameters and service privacy links to the main readme file.