Img alt 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

Img alt BBCode

Post by BBCode Bot »

Img alt BBCode

Author: topogio
Description: The Img alt BBCode adds ability to put alt tag for images in bbcode for SEO. I couldn't find a bbcode mod or bbcode that would do this for my images. I even searched here, as this has the most BBcodes I've ever seen. So I simply just added the appropriate html and made another bbcode for the img tag.
Image

BBCode:

Code: Select all

[imgalt]{URL},{SIMPLETEXT}[/imgalt]
HTML:

Code: Select all

<img src="{URL}" alt="{SIMPLETEXT}" title="{SIMPLETEXT}" />
Helpline:

Code: Select all

[imgalt]http://url,alt_text[/imgalt]
Example:

Code: Select all

[imgalt]http://www.phpbb3bbcodes.com/styles/prosilver/imageset/site_logo.png,PhpBB3 BBCodes Logo[/imgalt]
Demo:
[imgalt]styles/prosilver/imageset/site_logo.png,PhpBB3 BBCodes Logo[/imgalt]
Locked