I have an existing web app that integrates into WordPress using User-generated Application Passwords. It works, but I’d like to offer a WP Plugin so users can manage certain features directly within their WP site.
I already have the features in the web app working, along with a version of a plugin that embeds one specific page from the web app. The user enters a unique token that is generated from the web app to make the connection.
**My question:** Is it ok to use iframes in the WP Admin panel? **Using an iframe just feels wrong**, but I’m struggling to justify the time it would take to rebuild the features in PHP when I have it working through an iframe.
—
Dont think this matters to answer the question, but the web app is built with React and Node.js. It lets users manage their blog posts (scheduling/editing/posting to social, etc.)
edit: typos
[ad_2]