我想在我的Google环聊中添加类似redditTV widget的内容。
这是我网站hangouts
目录中的public
文件夹:
除了在redditTV
文件夹中添加static
文件夹外,我还没有修改标准结构。
在我app.xml
我盲目刺伤并尝试:
<iframe src="./redditTV/reddittv.html"></iframe>
但是,我在iframe中收到此错误:
这是控制台日志错误:
Failed to load resource: the server responded with a status of 404 (Not Found)
https://ts6d5n5om59gt6cin9c39faccjf890k5-a-hangout-opensocial.googleusercontent.com/redditTV/reddittv.html
所以谷歌视频群聊的根源是:
首先,有人知道我是否可以在环聊应用中的iframe中插入这样的小部件?
其次,如何构建文件以便环聊服务器可以找到它们?
答案 0 :(得分:0)
嗯,这很简单。我只需要在我的服务器上托管小部件并将其用作iframe src。