Search found 1 match

by Wes
Tue Feb 05, 2013 12:38 am
Forum: Site Announcements, Questions & Suggestions
Topic: Can you add one of these little icons to browser tabs?
Replies: 8
Views: 2594

Re: Can you add one of these little icons to browser tabs?

rtschl wrote:An admin just needs to add a favicon to this site.
Yep, and it's really easy. this page will help make it happen - https://www.phpbb.com/kb/article/adding-a-favicon/" onclick="window.open(this.href);return false;. You just need a 32x32 pixel image.

An iOS/android bookmark image would be nice too. You could use the same image, just sized to 512x512.

For iOS, just upload the image to "apple-touch-icon.png". If you can see it at that exact address then it will work.

For Android, you have to add the following two lines under the favicon code as shown in the article above (in the overall_header.html file).

Code: Select all

<link rel=”apple-touch-icon” href=”/apple-touch-icon.png”/>
<link rel=”apple-touch-icon-precomposed” href=”/apple-touch-icon.png”/>

Return to “Can you add one of these little icons to browser tabs?”