标签: hangout
在定义环聊应用的xml中,我想尽可能使用网址内容类型:
e.g。 <Content type="url" href="http://www.google.com" />
<Content type="url" href="http://www.google.com" />
但是当我这样做时,应用程序无法加载。
我认为这是因为唯一支持的内容类型是html。
这是真的吗?为什么会出现这种情况?
我想这样做的原因是我希望能够使用语法高亮来编辑html。将它嵌入到xml doc的cdata部分会使这很困难。
答案 0 :(得分:1)
你是对的,环聊只支持type =“html。”
但是,您可以将Hangout IFramer的示例代码用于服务器的iFrame。