使用其他网站的图标?

发布于 2024-11-15 17:13:15 字数 86 浏览 2 评论 0原文

如果我从另一个域链接到我头脑中的网站图标,它可以正常工作吗?我想使用与现有网站相同的网站图标,而我的新网站最终可能会成为完全不同的域或现有网站的子域。 多谢

If I link to a favicon in my head from another domain will it work ok? I want to use the same favicon as an existing site, and my new site may end up being a different domain altogether or a sub domain of the existing one.
Thanks a lot

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

£噩梦荏苒 2024-11-22 17:13:15

把它放在 head 标签中:

<link rel="shortcut icon" href="your url here">

它会工作得很好,但是 leeching(从另一台服务器窃取带宽)并不酷。将其托管在您自己的服务器上或请求网站管理员许可。

Put this in the head tag:

<link rel="shortcut icon" href="your url here">

It'll work fine, but leeching (stealing bandwidth from another server) isn't cool. Host it on your own server or ask the webmaster for permission.

自此以后,行同陌路 2024-11-22 17:13:15

是的,您可以这样做,favicon 被视为与页面上的任何其他 HTTP 资源一样,因此它可以是外部的。

Yes you may do this, favicon is treated just as any other HTTP resources on page, so it can be external.

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