Plugin info

Total downloads: 5,003
Active installs: 200
Total reviews: 5
Average rating: 4.8
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 2/26/2019 (2500 days ago)
Added to WordPress: 8/9/2018 (7 years old)
Minimum WordPress version: 4.0
Tested up to WordPress version: 5.1.21
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2500 days ago • 5 reviews

22/100

Is Embed React app abandoned?

Possibly abandoned (last update 2500 days ago).

Compatibility

Requires WordPress: 4.0
Tested up to: 5.1.21
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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.

How to do it

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"]
  • id – ID of application root element
  • js[n] – path to Java script bundle
  • css[n] – path to Stylesheet
  • (files are detected automaticly by extension js/css)

That’s all.
When application was updated, you must setup new links to shortcode.
If you want to more information about this plugin, you may visit Embedding a React Application to WordPress post post in my blog.

1.0.1

Release Date – 18 January 2019

  • Multiple script insert for new react build compatibility.

1.0.0

  • React application shortcode.

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

No changelog available