Overview
Yes, the Feedspace WordPress plugin works with all major page builders. Whether you are using Elementor, Divi, Beaver Builder, WPBakery, or Bricks Builder, you can embed Feedspace widgets using a shortcode or an HTML embed block. If you are using the standard WordPress block editor, the plugin also includes a native Gutenberg block for a seamless experience.
How to Use Feedspace with Each Page Builder
Elementor
In Elementor, add a Shortcode widget to your page. Paste the [feedspace_widgets] shortcode into the widget field, then configure the widget ID in the Feedspace plugin settings or append it directly to the shortcode as instructed in the plugin.
Divi
In Divi, add a Code module to your section or row. Paste the [feedspace_widgets] shortcode into the code area. Divi processes shortcodes inside Code modules, so your widget will render correctly on the front end.
Beaver Builder
In Beaver Builder, add an HTML module to your layout. Paste the [feedspace_widgets] shortcode into the HTML field. Beaver Builder evaluates shortcodes inside HTML modules, so the widget will appear wherever you place the module.
WPBakery
In WPBakery (formerly Visual Composer), add a Raw HTML element to your page. Paste the [feedspace_widgets] shortcode into the raw HTML field. WPBakery renders shortcodes inside Raw HTML elements on the published page.
Bricks Builder
In Bricks Builder, add a Shortcode element to your canvas. Paste the [feedspace_widgets] shortcode into the element field. The widget will display wherever you position the shortcode element in your Bricks layout.
WordPress Block Editor (Gutenberg)
If you are using the native WordPress block editor, the Feedspace plugin includes a dedicated Feedspace Widget block. Search for it in the block inserter, add it to your page, and enter your Widget ID directly in the block settings. No shortcode is needed.
What If My Page Builder Does Not Support Shortcodes?
Some page builders or custom theme frameworks do not process WordPress shortcodes. In that case, use the manual script embed from Feedspace instead. You can find the embed code in your Feedspace dashboard under the widget settings. Copy the raw HTML and JavaScript snippet, then paste it into any HTML or Custom Code block your page builder provides. This approach works independently of shortcode support.
Summary
- Elementor: use a Shortcode widget, paste
[feedspace_widgets]. - Divi: use a Code module, paste
[feedspace_widgets]. - Beaver Builder: use an HTML module, paste
[feedspace_widgets]. - WPBakery: use a Raw HTML element, paste
[feedspace_widgets]. - Bricks Builder: use a Shortcode element, paste
[feedspace_widgets]. - WordPress block editor: use the native Feedspace Widget block, no shortcode needed.
- Page builders without shortcode support: use the manual script embed from your Feedspace dashboard.