Beskrivelse
Tilføj AI-funktioner til blok-editoren.
Generate Captions/Headlines, Summaries, Slugs, SEO Keywords using our amazing plugin. It is fast and very useful for users who need to quickly generate high-quality content with minimal effort. Whether you’re a blogger, editor, or content creator, our plugin helps streamline your workflow by providing intelligent suggestions that enhance readability and SEO performance.
Save time and improve engagement with AI-powered insights directly within the WordPress block editor.
✔️ Funktioner
Vores plugin leveres med alt, hvad du behøver for at tilføje AI-funktioner til din 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.
✨ Kom i gang
-
For at komme i gang skal du have en API-nøgle fra din API-udbyder. F.eks. er Open AI: https://platform.openai.com/api-keys.
-
Hvis du har fået din API-nøgle, skal du gemme den på din plugin-indstillingsside.
-
Sørg for at aktivere afkrydsningsfeltet for din API-udbyder, f.eks. Aktivér Open AI eller en anden efter behov.
Du kan få en fornemmelse af, hvordan dette plugin fungerer, ved at bruge demo-linket.
🔌🎨 Plug and Play eller tilpas
AI Plus Block Editor-pluginet er bygget til at fungere fra starten. Installer blot, aktiver og begynd at bruge.
Vil du tilføje dit personlige præg? Al vores dokumentation kan findes her. Du kan tilsidesætte pluginets adfærd med din egen tilpassede logik ved hjælp af hooks.
Bidrag
Hvis du vil bidrage til udviklingen af dette plugin, kan du finde det på GitHub.
For at bygge, klon repo og kør yarn install && yarn build
Skærmbilleder




Installation
- Go to Plugins > Add New on your WordPress admin dashboard.
- Søg efter AI + Block Editor-pluginet fra det officielle WordPress plugin-lager.
- Klik på ‘Installer nu’ og derefter ‘Aktiver’.
- For at komme i gang skal du have en API-nøgle fra din API-udbyder. F.eks. er Open AI: https://platform.openai.com/api-keys.
- Hvis du har fået din API-nøgle, skal du gemme den på din plugin-indstillingsside.
- Sørg for at aktivere afkrydsningsfeltet for din API-udbyder, f.eks. Aktivér Open AI eller en anden efter behov.
- Det er det hele! Du er klar til at begynde at bruge AI.
Bidragsydere & udviklere
“AI + Blok-editor” er open source-software. Følgende personer har bidraget til dette plugin.
BidragsydereOversæt “AI + Blok-editor” til dit eget sprog.
Interesseret i udvikling?
Gennemse koden, tjek SVN repository, eller abonner på udviklerloggen via RSS.
Ændringslog
1.10.0
- Feat: Add More Plugins options page.
- Refactor: Abstract changes to Pluginate packagist monorepo.
- Fix issues with missing logos for plugins.
1.9.2
- Tested up to WP 7.0.
1.9.1
- Chore: Update CI/CD pipeline.
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.
