Embedding a React Application to WordPress post

Take advantage of the shortcode for easy embed React app to post.

Now let me introduce you to my little mission. When I redrawed this blog, I wanted to use some of the myths of applications that are created in React. Ok, but how do I embed React in to wordpress post?

What about shortcode like this?

[reactapp
  js="/static/js/main.7c7bc805.js"
  css="/static/css/main.587e14b5.css"
]

Continue reading “Embedding a React Application to WordPress post”

How do I add Google Photos album to WordPress?

WordPress Google Photos album plugin

Yes, it’s not complicated with the help of the following WordPress plugin. No images need to be uploaded, just insert links to them.

When I created a tool to generate embed Google Photos album, I also wanted to use it on my blog. WordPress is a popular and advanced tool, so I’ve been trying to do this plugin with the following demo:

Here is a demo with Mr. Monstro photo stream included with WordPress plugin.

Continue reading “How do I add Google Photos album to WordPress?”