All app types can run on the front-end using shortcode wpda_app. Shortcodes can be generated through the App Manager or entered manually.
Add app to the front-end #
The following shortcode adds an app with app_id 9 to the front-end. The app_id is available in the App Builder.
[wpda_app app_id="9"]
Enable feedback #
Authorization and usage errors are hidden by default to prevent errors from appearing on front-end pages for unauthorized users. If you want to display authorization and usage errors, enable feedback.
[wpda_app app_id="3" feedback="true"]
Disable builders #
Builder access is automatically enabled on front-end pages for administrators, allowing them to change app settings directly. Disabling builder access will remove all Table Builder and Form Builder icons from these pages. Please note that anonymous users and non-admin users cannot see these builder icons and have no access to app settings.
[wpda_app app_id="17" builders="false"]
Hide title bar #
It is possible to hide the title bar for data tables, data administration apps, maps, and charts. For data apps, the title bar cannot be hidden because doing so would also eliminate the app’s navigation.
[wpda_app app_id="17" hidetitlebar="true"]
Start in full-screen mode #
Data apps can be launched in full-screen mode. This feature is not available for other app types.
[wpda_app app_id="17" fullscreen="true"]
Combining parameters #
You can mix and match parameters. Please note that certain mixes are incompatible. For instance, it is illogical to enable builders when the title bar is disabled.
[wpda_app app_id="17" feedback="true" hidetitlebar="true"]