Google 小工具适用于公司内部网站吗?
我们希望在我们的公司内联网中使用 Google Gadget 概念。我们的基础设施意味着没有外部网络依赖。
我理解 Google Gadget 的方式是,小工具 xml 文件在显示在 Html 页面中之前需要进行一些预处理:
<script src="http://www.gmodules.com/ig/ifr?url=http://mysite.com/my-gadget.xml
这是否意味着如果没有此预处理,我就无法在页面中呈现小工具?
谢谢
We would like to use the Google Gadget concept in our corporate Intranet. Our infrastructure implies no external web dependencies.
The way I understand Google Gadget is that the gadget xml file requires some pre-processing before being displayed in a Html page:
<script src="http://www.gmodules.com/ig/ifr?url=http://mysite.com/my-gadget.xml
Is this mean I cannot render a gadget in a Page without this pre-processing?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定这是否有帮助,但也可以通过使用 Google 安全数据连接器
浏览器仍然需要访问 google 服务器来执行小部件,只需向 google 发出数据请求,然后代理回网络中运行的服务,然后该服务将获取数据。
Not sure if this helps, but it is also possible to have google widgets make use of secure data behind a firewall by using the the Google Secure Data Connector
The browser still needs to have access to google servers to execute the widget, just data requests will be made to google and then be proxied back to a service running in your network which will then fetch the data.