有没有办法将 iframe 嵌入 Teams chat/conversation?
Is there a way to embed iframe to Teams chat/conversation?
我有一个来自 ms 表单的 iframe,并且想让 'survey' 在团队聊天中工作。
(基本上我需要在 Excel 中获取结果并且不与任何人分享结果)
代码格式如下:
<iframe width="640px" height= "480px" src= "https://forms.office.com/Pages/ResponsePage.aspx?xxxxxxxxxxx=true" frameborder= "0" marginwidth= "0" marginheight= "0" style= "border: none; max-width:100%; max-height:100vh" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
使用 Task 模块当然可以实现您想要的。请使用 Task module 显示 iFrame。可以通过多种方式启动此任务模块,其中一种方式是通过自适应卡中的按钮。
我有一个来自 ms 表单的 iframe,并且想让 'survey' 在团队聊天中工作。 (基本上我需要在 Excel 中获取结果并且不与任何人分享结果)
代码格式如下:
<iframe width="640px" height= "480px" src= "https://forms.office.com/Pages/ResponsePage.aspx?xxxxxxxxxxx=true" frameborder= "0" marginwidth= "0" marginheight= "0" style= "border: none; max-width:100%; max-height:100vh" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
使用 Task 模块当然可以实现您想要的。请使用 Task module 显示 iFrame。可以通过多种方式启动此任务模块,其中一种方式是通过自适应卡中的按钮。