Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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 수정일시