Embed React application into your Wordpress post.
As of April 2026, Embed React app is a WordPress embed plugin with 200 active installations and a 4.8/5 rating from 5 reviews. It has been downloaded 5.2K+ times in total. Requires WordPress 4.0+ and PHP false+. Available on WordPress.org since 2018. Last updated 7 years ago — may have compatibility concerns. Top alternative: EmbedPress – PDF Embedder, Embed….
This is a simple way how to embed react application in to your post. In my blog, a wanted include small application, but typical react app is a single page app, hardly linked in index.html. He needed a simple way to solve it. The result is visible on my blog, for example: Embeding Google Photos album.
You need compiled React app hosted on public url. Find filenames after building an application. If you using create-ract-app script, all what you need, find in “static” directory. Assemble file names into a shortcode like this:
[reactapp id="root" js="pathto/static/js/main.000000.js" css="pathto/static/css/main.000000.css"]
[reactapp id="custom_id" "pathto/static/js/main.000000.js" "pathto/static/css/main.000000.css" "pathto/static/css/another.css"]
| WordPress | 4.0+ requiredTested up to 5.1.22 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.