Am I missing clear disadvantages, or do you think there are other robust and easy ways to do this? I'd love to hear your comments.
There are also thoughts/potentials that I'm not sure are possible but I'd love to explore with you guys. For example, could you have a user based Wordpress site with login where the Shiny app could also recognise the login?
We did something similar (embedding a model simulator in a tableau server dashboard).
Login was a bit tricky though.
In the end, we had two options:
1.) Make the Shiny app public, embed that and hope no one noticed or found it.
2.) Force users to use two accounts (once for Tableau, one for Shiny (connected to our company SSO for internal users))
It really wasn't a decision for us (had to go with #2).
If what was in the app itself was not sensitive in any way (ie, a interactive visual of public or user provided data), I could see going with option 1 though.
Hi Jiddu. I am attempting to replicate your [iframe] shortcode implementation on my company's WordPress site, which is a completely new environment for me. Do you have a recommended plugin to enable this shortcode to work most effectively with Shiny apps?
I actually use a bit of php code now. It's simple.
Install plugin: php code snippets
Start a new page in Wordpress. I commonly choose template 'blank slate' (in page attribute box) to make the complete page the Shiny app. Then when you edit the page set the editor to 'text' (not visual) and write:
Thanks so much for the comprehensive response, Jiddu. The php method is not something that I had seen before. Looks like it could provide additional functionality that would be beneficial.