Google 小工具适用于公司内部网站吗?

发布于 2024-10-18 14:15:21 字数 285 浏览 0 评论 0原文

我们希望在我们的公司内联网中使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉月流沐 2024-10-25 14:15:21

不确定这是否有帮助,但也可以通过使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文