Favicon Changer BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Favicon Changer BBCode

Post by BBCode Bot »

Favicon Changer BBCode

Author: Stryker Fuel Blue
Description: Changes the favicon on wherever you post it at.
Note: Not XHTML strict (should not be in page body) but works fine.

BBCode:

Code: Select all

[favicon]{URL}[/favicon]
HTML:

Code: Select all

<link rel="shortcut icon" href="{URL}" type="image/x-icon" /><link rel="icon" href="{URL}" type="image/x-icon" />
Helpline:

Code: Select all

Favicon: [favicon]Image URL[/favicon]
Example:

Code: Select all

[favicon]http://www.phpbb3bbcodes.com/images/smilies/icon_e_biggrin.gif[/favicon]
Demo:
Look at the favicon in your browser
[favicon]images/smilies/icon_e_biggrin.gif[/favicon]
Locked