It is also possible to embed PocketBlocks Apps on any HTML Page with simple Scripts, using the through window.$pbl. This enables you to embed PocketBlocks Apps even without deep knowledge of React or Web Development.
How to
To do it, all installations of PocketBlocks bring an embedded.html file in pb_public folder with a code example.
You can test it accessing your local installation at http://<host>/embedded.html?appId=<appSlug>
Only apps can be embedded in pages. Do not use navigations or modules.
Do not copy the code above. Always access your embedded.html to get the correct code as <HASH> changes with updates.