是否可以为备用网址添加书签

发布于 2024-08-16 20:38:38 字数 113 浏览 7 评论 0原文

当用户尝试为我的其中一个页面添加书签时,我确实希望它为另一个 URL 添加书签(在我的例子中为 tel:// URL - 在 iPhone 上)。是否有元标记或其他东西可以用来指定浏览器为备用 URL 添加书签?

When a user tries to bookmark one of my pages, I really want it to bookmark a different URL (in my case a tel:// URL -- on the iPhone). Is there a meta tag or something I can use to specify that the browser bookmark an alternate URL?

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

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

发布评论

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

评论(1

凉薄对峙 2024-08-23 20:38:38

当然可以,具体方法如下:

例如:

Click <a href="javascript:window.external.AddFavorite(' tel://URL', 'name of the site')">here</a> to add my site to your bookmark.

这对您有帮助吗?

Sure you can, here is how you can do it:

For exemple:

Click <a href="javascript:window.external.AddFavorite(' tel://URL', 'name of the site')">here</a> to add my site to your bookmark.

Does this help you ?

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