playMaker

Author Topic: To add an icon to the forum URL  (Read 14056 times)

sama.van

  • Playmaker Newbie
  • *
  • Posts: 19
    • Folio
To add an icon to the forum URL
« on: August 23, 2011, 07:39:33 PM »
Hi!

Small contribution to the forum and to get a cool icon in our quick url tab :)

png (4ko)  gif (1ko)

or

    (with white outline)
Code: [Select]
<head>
<link rel="shortcut icon" href="Playmaker_Forum_Icon_A.ico" >
<link rel="icon" href="Playmaker_Forum_Icon_A.gif" type="image/gif" >
</head>

 :P ;)
« Last Edit: August 23, 2011, 07:46:23 PM by sama.van »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: To add an icon to the forum URL
« Reply #1 on: August 24, 2011, 01:32:16 AM »
nice, I always wanted to comment on this because I can't find it on my huge set of tabs.., and you came up with the goods :)

 Bye,

 Jean

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: To add an icon to the forum URL
« Reply #2 on: February 02, 2012, 04:50:59 PM »
Thanks sama.van! Finally got round to adding the forum icon! Better late than never... :)

nicJohnson

  • Playmaker Newbie
  • *
  • Posts: 1
Re: To add an icon to the forum URL
« Reply #3 on: September 24, 2012, 07:56:37 AM »
Getting a cool icon in our quick url tab is something we all were waiting for. This is a nice effort.