Hello, and cheers! ??
This currently isn’t envisioned, and I doubt it will ever be. The problem lies in that I never intended anything of that to be displayed on the front-end.
Please note that I’m currently amidst changing the script loader to make way for new Gutenberg, term & taxonomy, and other scripting implementations. So, the example below might break in the next update.
Nevertheless, this should work… but you must reassess the validity of this on every update.
header:; // or early footer, the scripts support late-loading.
// Initialize scripts. Note: this is and always will be oblivious to the front-end.
the_seo_framework()->init_admin_scripts();
// Enqueue scripts. PHP 5.6+ shorthand.
the_seo_framework()->Scripts()::enqueue();
content:;
// Output SEO Bar. You may wish to adjust the $id value.
echo the_seo_framework()->post_status( $id = '' );
The default scripts that are now required for the SEO Bar are massive; so this won’t help with page loading time. I may move the SEO Bar styling script in a different file in the next update, which will break the snippet above.
Please be aware of upcoming changes for the SEO Bar, which may or may not be favorable for your current setup: https://github.com/sybrew/the-seo-framework/issues/415
In short: Many changes are to come, and if you waited for v3.3.0 (ETA northern hemisphere’s summer), you may have had better luck in a more sustainable solution. That said, feel free to reach out again to affirm the validity of the code above when v3.3.0 is due.