当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Is there a 'FireFox recommended' webpage icon and download link I can put on my website?

  • 2 件の返信
  • 1 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: Wayne

more options

Browser authors used to have links that web authors could put on their pages that allowed the user to download that browser and install it if it was not the browser the user was viewing the page with. I have been unable to locate such a link for FireFox. Does such a thing still exist, and if so, where can I find it?

For those who don't understand, it would be similar to the W3C's validation icons and links that authors can put on their pages to show that the page validates with the HTML and/or CSS validator. With those links the icons are pulled from the W3C's site, not stored on the web author's site.

Browser authors used to have links that web authors could put on their pages that allowed the user to download that browser and install it if it was not the browser the user was viewing the page with. I have been unable to locate such a link for FireFox. Does such a thing still exist, and if so, where can I find it? For those who don't understand, it would be similar to the W3C's validation icons and links that authors can put on their pages to show that the page validates with the HTML and/or CSS validator. With those links the icons are pulled from the W3C's site, not stored on the web author's site.

選ばれた解決策

Thank you, cor-el!

The logo is helpful, as is the link to the download site. Is there a code snippet available to use that will direct the user when they click the link to the download site, or do I need to make one? If I need to make one, is there any specific rules as to how the link should be made, such as required alt text, image resizing rules, etc?

After writing this post, I made a logo link. My page is currently offline as I am not finished with its development, so the link is not available to see. Below is the code snippet I created for the link. Please advise if it is acceptable, or if there is something I need to change.

<P style="text-align: center;">

 <A href="https://www.mozilla.org/en-US/firefox/new/?utm_source=getfirefox-com&utm_medium=referral"><IMG
   style="border:0;width:164px;height:69px"
   src="Data/Images/firefox_logo-wordmark-horiz_RGB.png"
   title="Click this link to install Firefox."
   alt="Get Firefox Today!" /><BR>
   <SMALL>This site best viewed with Firefox.</SMALL></A>

</P>

As there has been no response to this, I will take it that the code snippet is acceptable. For anyone who comes along looking for something like this, feel free to use it. Mozilla, you may place it in your repository, if you wish, to make available for anyone who wants something like this.

この回答をすべて読む 👍 0

すべての返信 (2)

more options
more options

選ばれた解決策

Thank you, cor-el!

The logo is helpful, as is the link to the download site. Is there a code snippet available to use that will direct the user when they click the link to the download site, or do I need to make one? If I need to make one, is there any specific rules as to how the link should be made, such as required alt text, image resizing rules, etc?

After writing this post, I made a logo link. My page is currently offline as I am not finished with its development, so the link is not available to see. Below is the code snippet I created for the link. Please advise if it is acceptable, or if there is something I need to change.

<P style="text-align: center;">

 <A href="https://www.mozilla.org/en-US/firefox/new/?utm_source=getfirefox-com&utm_medium=referral"><IMG
   style="border:0;width:164px;height:69px"
   src="Data/Images/firefox_logo-wordmark-horiz_RGB.png"
   title="Click this link to install Firefox."
   alt="Get Firefox Today!" /><BR>
   <SMALL>This site best viewed with Firefox.</SMALL></A>

</P>

As there has been no response to this, I will take it that the code snippet is acceptable. For anyone who comes along looking for something like this, feel free to use it. Mozilla, you may place it in your repository, if you wish, to make available for anyone who wants something like this.

この投稿は Wayne により に変更されました