Beschrijving
Voeg AI-mogelijkheden toe aan de blok-editor.
Genereer bijschriften/koppen, samenvattingen, slugs en SEO-trefwoorden met onze geweldige plugin. Het is snel en zeer nuttig voor gebruikers die snel hoogwaardige inhoud moeten genereren met minimale inspanning. Of je nu een blogger, redacteur of contentmaker bent, onze plugin helpt je workflow te stroomlijnen door intelligente suggesties te bieden die leesbaarheid en SEO-prestaties verbeteren.
Bespaar tijd en verbeter betrokkenheid met AI-gestuurde inzichten direct in de WordPress blok-editor.
✔️ Functies
Onze plugin bevat alles wat je nodig hebt om AI-mogelijkheden toe te voegen aan je blok-editor.
✔️ Support for LLMs such as ChatGPT, Gemini, Deepseek, Grok, Claude and a host of others.
✔️ Change Text Tone (casual, official, narrative, and so on…) in block editor.
✔️ Generate Title/Headline using AI.
✔️ Generate Summary/Excerpts.
✔️ Generate SEO friendly URL Slugs for your post articles.
✔️ Generate SEO Keywords to help with SEO optimisation.
✔️ Custom Filters to help user modify AI prompts.
✔️ Shortcut Keys – CMD + SHIFT + A + I.
✔️ Available in mutiple langauges such as Arabic, Chinese, Hebrew, Hindi, Russian, German, Italian, Croatian, Spanish & French languages.
✔️ Backward compatible, works with most WP versions.
✨ Aan de slag
-
Om te beginnen heb je een API-sleutel nodig van je API-provider. Bijvoorbeeld voor Open AI: https://platform.openai.com/api-keys.
-
Als je je API-sleutel hebt gekregen, sla deze dan op in de optiespagina van je plugin.
-
Zorg ervoor dat je het selectievakje voor je API-provider inschakelt, bijv. Open AI inschakelen of een andere die op jou van toepassing is.
Je kunt een indruk krijgen van hoe deze plugin werkt via de demo-link.
🔌🎨 Plug and Play of aanpassen
De AI Plus Block Editor-plugin is ontworpen om direct te werken. Installeer, activeer en begin gewoon met gebruiken.
Wil je je persoonlijke touch toevoegen? Alle documentatie is te vinden hier. Je kunt het gedrag van de plugin overschrijven met je eigen aangepaste logica via hooks.
Bijdragen
Als je wilt bijdragen aan de ontwikkeling van deze plugin, kun je die vinden op GitHub.
Om te bouwen, kloon de repo en voer yarn install && yarn build uit
Schermafbeeldingen

Change Text Tone – AI Capabilities added to the Block editor’s Toolbar. 
Headline, Summary, Slug, Keywords – AI Capabilities added to the Block editor’s Sidebar. 
Optiespagina – Voeg API-sleutels toe en selecteer AI-provider. 
Zijbalk icoon – Zoek de AI-zijbalkfunctie in de rechterbovenhoek van het scherm.
Installatie
- Ga naar Plugins > Nieuwe toevoegen op je WordPress beheerdashboard.
- Zoek naar de plugin AI + Block Editor in de officiële WordPress plugin-repository.
- Klik op ‘Nu installeren’ en daarna op ‘Activeren’.
- Om te beginnen heb je een API-sleutel nodig van je API-provider. Bijvoorbeeld voor Open AI: https://platform.openai.com/api-keys.
- Als je je API-sleutel hebt gekregen, sla deze dan op in de optiespagina van je plugin.
- Zorg ervoor dat je het selectievakje voor je API-provider inschakelt, bijv. Open AI inschakelen of een andere die op jou van toepassing is.
- Dat is alles! Je bent klaar om AI te gaan gebruiken.
Bijdragers & ontwikkelaars
“AI + Block Editor” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “AI + Block Editor” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.9.0
- Feat: Add custom filters for LLM options
apbe_open_ai_options,apbe_gemini_options,apbe_deepseek_options,apbe_grok_options,apbe_claude_options. - Feat: Add language translations for Japanese, Indonesia, Turkish, Polish, Dutch, Brazil, Portuguese.
- Refactor: Replace
get_400_responsewithget_error_response. - Refactor: Replace repeated mocks using WPMockTestCase library.
- Refactor: Replace fully qualified class paths with their use counterparts.
- Refactor: Move admin page options to the various provider classes respectively.
- Refactor: Make
showAnimatedAiTextfunction reusable. - Test: Add e2e tests for plugin codebase.
- Tested up to WP 6.9.
1.8.1
- Specify
wordpress-pluginas Composer package type. - Tested up to WP 6.9.
1.8.0
- Feat: Implement Claude AI provider.
- Fix: Load missing Grok provider correctly.
- Feat: Implement AI provider abstraction.
- Refactor: Improve AI providers.
- Feat: Enable filtering of AI Switcher options.
- Feat: Add error logging capabilities.
- Chore: Update plugin menu icon.
- Feat: Add custom filters:
apbe_ai_provider_success_call.apbe_ai_provider_fail_call.apbe_ai_provider_response.apbe_ai_providers.apbe_claude_api_url.apbe_claude_args.apbe_claude_system_prompt.apbe_deepseek_system_prompt.apbe_open_ai_system_prompt.
- Docs: Update README docs.
- Test: Update unit tests.
- Tested up to WP 6.8.2.
1.7.1
- Fix: Update issue with broken plugin deploy.
- Docs: Update README docs.
1.7.0
- Feat: Add Grok AI provider.
- Feat: Implement custom filters
apbe_grok_api_url,apbe_grok_args,apbe_grok_system_prompt. - Test: Update unit test cases.
- Docs: Update README docs.
- Tested up to WP 6.8.
1.6.2
- Update CI/CD build workflow.
- Tested up to WP 6.8.2.
1.6.1
- Upgrade plugin version.
- Tested up to WP 6.8.2.
1.6.0
- Refactor: Update Components to use WP’s snackbar notice.
- Feat: Implement DeepSeek AI provider.
- Feat: Implement custom filters
apbe_deepseek_api_url,apbe_deepseek_args. - Fix: Console errors.
- Tested up to WP 6.8.
1.5.0
- Feat: AI Provider Switcher.
- Feat: Add Google Gemini AI provider.
- Feat: Implement custom filters
apbe_gemini_api_url,apbe_gemini_args. - Feat: Add Social media hash-tag sidebar feature.
- Feat: Update text translations for new features.
- Feat: Improve AI prompts.
- Fix: Breaking issue with Tone functionality.
- Test: Fix Unit tests & update snapshots.
- Chore: Relocate
apbe.blockMenuOptionshook. - Fix: Console errors in unit tests.
1.4.0
- Refactor: Adopt useSelect & useDispatch hooks in sidebar components.
- Feat: Add new language translations for Italian, Russian, Chinese, Arabic, Hebrew & Croatian.
- Feat: Add new custom filters
apbe.allowedBlocks. - Test: Update Unit Tests to match refactor work.
- Update README docs.
- Tested up to WP 6.7.2.
1.3.0
- Feat: Update translations for French, Danish, Spanish & German languages.
- Feat: Add new toast for AiTone usage.
- Fix: Resolve issue with
createErrorNoticefor AiTone. - Fix: Update WP bash scripts.
- Fix: Update README notes.
- Tested up to WP 6.7.2.
1.2.0
- Feat: Add local development environment setup.
- Fix: Gracefully deal with WP REST error responses.
- Fix: AI sidebar feature save buttons not working correctly.
- Fix: Deal with the issue of super-imposed notices.
- Chore: Enforce WP linting style across plugin.
- Tested up to WP 6.7.2.
1.1.2
- Refactor: AI client instance, make interchangeable.
- Fix: Minor syntax typos.
- Chore: Updated README notes.
- Test: Add more unit tests.
- Tested up to WP 6.7.1.
1.1.1
- Fix: Resolved issues with onChange handler for AiSidebar fields.
- Fix: Resolved issues with front slashed slug.
- Fix: Resolved issue with deprecation warnings – nextHasNoMarginBottom.
- Fix: Resolved issue related to null object on: editor-post-title update.
- Fix: Resolved issue with dependency conflict
wp-edit-site. - Chore: Updated build ignore list.
- Chore: Updated README notes.
- Tested up to WP 6.7.1.
1.1.0
- Feat: Added Headline, Summary, Slug, Keywords feature.
- Feat: Added AI sidebar.
- Feat: Introduced Post meta features for Articles.
- Feat: Implemented custom filters
apbe_tone_prompt,apbe_feature_prompt&apbe_rest_routes. - Tested up to WP 6.7.1.
1.0.1
- Reference assets directly using
plugin_dir_url. - Upgrade CI/CD build to Node 20.
- Update custom filter prefix
apbe_form_fields. - Tested up to WP 6.7.1.
1.0.0
- Add AI tone capabilities to toolbar.
- Add custom plugin options page.
- Add Unit Tests.
- Update README notes.
- Tested up to WP 6.7.1.
