Wordpress QSApp Plugin
A Wordpress Plugin which allows you to use a Shortcode to add your QSApps to your page.
Download
Install
-
Install the Plugin Zip within the Plugins catalog of the Wordpress Dashboard.
-
Enable the plugin (if not automatically enabled).
-
Insert a Shortcode into your page's Content Editor.
[qsapp id="QSAPP_ID" mode="canvas" width="800px" height="600px"]
You can replace id="QSAPP_ID"
with your own QSApp ID and adjust the width and heights as necessary.
Custom Loading
You can set your own custom loading image for your QSApp using the loading_image
property in the shortcode.
[qsapp id="QSAPP_ID" loading_image="https://example.com/my-custom-loader.png"]
You can also hide the loading screen entirely using the hide_loading
property.
[qsapp id="QSAPP_ID" hide_loading="true"]