wpfrontforbuilderio
v1.1.2
Published
Builder.io WP-style article writing plugin with New Article flow and SEO-focused fields.
Downloads
249
Maintainers
Readme
WPfrontforbuilderio
Public Builder.io plugin that adds a WordPress-style New Article writing workflow with SEO-focused fields.
Dashboard Preview
This preview shows the target WordPress-style writing layout, SEO panel, visual settings, and publishing sidebar.
Features
New Articlemain tab inside Builder editor- WordPress-like writing layout (title, slug, excerpt, body)
- Visual writing controls (style preset, content width, font size, line height)
- SEO fields and readiness score
- Publishing sidebar (status, publish date, featured image, authors, tags)
- Required ALT text for images
Builder install values (copy/paste)
Use these exact values in Builder plugin setup forms.
If the field says NPM Package name
[email protected]You can also use latest:
wpfrontforbuilderioIf the field says Plugin URL
Recommended (npm CDN, pinned version):
https://cdn.jsdelivr.net/npm/[email protected]/dist/plugin.system.jsAlternative (GitHub CDN):
https://cdn.jsdelivr.net/gh/janneHalttu/WPfrontforbuilderio@main/dist/plugin.system.jsNote: do not use the GitHub repo clone URL (.git) in Builder plugin fields.
Publish to npm
From your local clone of this repository:
npm adduser
npm publish --access publicIf npm returns E403 with 2FA requirement, publish with a granular token that has write access and bypass 2FA enabled.
Recommended fields in your Builder Data Model
title,slug,excerpt,bodyfeaturedImage,featuredImageAltpublishDate,updatedDate,statusauthors,categories,tagsseoTitle,metaDescription,focusKeyword,canonicalUrlrobotsIndex,robotsFollowogTitle,ogDescription,ogImagetwitterCard,twitterTitle,twitterDescription,twitterImagedefaultLocale,availableLocalesstylePreset,contentWidth,fontSize,lineHeight
Local test
python -m http.server 9000Then use:
http://YOUR-IP:9000/dist/plugin.system.js