通过对URL路径的简单调整,Userview可以在嵌入模式下运行。
有两种方式来实现它。
- 在Userview URL路径的“userview”之前追加“/ embed”,将其切换到嵌入模式 OR
- 将请求参数“embed = true”添加到Userview URL路径的末尾。
Userview can be made to run in embedded mode with a simple tweak to its URL path.
There are two ways of achieving it.
- Append "/embed" right before "userview" in your Userview URL path to switch it to embedded mode OR
- Add request parameter "embed=true" to the end of your Userview URL path.
Figure 1: Normal Userview view
...