Implement Builder on only certain parts of an already built page in Wordpress

Hello!

I have a question: is it possible to implement Builder on already built pages in Wordpress? I have pages built in Wordpress and would like to implement Builder on certain parts of these pages; for example, add components that my CMS does not have from Builder, or use AI to prompt content on already built pages. Is this technically possible to achieve? And if so; how? Do you have any documentation about it that I can read?

All the best!
//Sia

Hello @Sia,

Yes, it is possible to implement Builder.io on already built pages in WordPress. You can integrate Builder sections into your WordPress environment. This allows you to enhance your existing pages with custom components or content generated through AI in the Builder Visual Editor. Here’s a general approach to achieve it:

  1. Create a Section in Builder: You should first create a section model in Builder.io. Sections are parts of a page, like components, that you can use to enhance or modify specific areas of your existing WordPress pages.

  2. Setup the Builder SDK: Integrating sections involves using Builder’s SDK to render the Builder-generated content on your WordPress pages.

  3. Embed Builder Content: You can add Builder components to your WordPress pages via plugins that allow custom JavaScript or HTML, and use the Builder SDK to fetch and render the desired sections using the Builder’s Public API key.

  4. Utilizing AI: Builder.io’s Visual Editor provides AI-driven content creation tools. Once integrated, you can use these tools to prompt and generate content dynamically on your sections.

  5. Documentation and Resources: Please refer to the Integrating Sections documentation and learn more detailed steps on how you can use Builder content within your WordPress pages.

By following these steps, you can effectively implement Builder into your WordPress pages to capitalize on the dynamic and interactive components available through Builder.io.