- Moderated by:
- Support Team
-
- rank:
-
Helper
- registered:
- March 2003
- Status:
- offline
- last visit:
- 09.06.06
- Posts:
- 104
I've just discovered an interesting plugin that creates images to replace text:
http://www.cerdmann.com/imagetext/
Having it available as standard would be a real plus for Theme designers (images are created from text and font and are cached).
--
Sesto Avolio -
- rank:
-
Moderator
- registered:
- March 2002
- Status:
- offline
- last visit:
- 26.08.08
- Posts:
- 7720
I don't see this as something we'd want to include in the default package as it introduces accessiblity problems. Converting text that can be read by screen readers and bots into images that can't doesn't seem a like a valid approach.
Try taking a look as sifr instead.
-Mark -
- rank:
-
Moderator
- registered:
- March 2002
- Status:
- offline
- last visit:
- 26.08.08
- Posts:
- 7720
Not necessarily.... It might work from the accessibility perspective but still isn't ideal. From SEO perspective i'd guess that it would be damaging since
Code
<h1><img src....></h1>
won't be anywhere near as useful to bots as
Code
<h1>some real text</h1>
sifr is the best of both worlds since the underlying text is still available to screen readers and bots.
-Mark -
- rank:
-
Helper
- registered:
- March 2003
- Status:
- offline
- last visit:
- 09.06.06
- Posts:
- 104
Mark,
I see what you mean. But sIFR is Flash, and you need to edit .fla files in order to create your replacements. So at the end, even if sIFR is opensource LGPL, you need proprietary commercial software to implement it.
There are also problems with the interaction of sIFR with IE-last versions, http://novemberborn.…/sifr/eolas-patch-1
Also worth to note is the complication coming from sIFR when printing is concerned, and generally (at least from a fast reading of the docs) in the tuning.
Mike is right, the plugin already embeds the original text in tags, with some options.
Anyway, never done something similar, should be enough to copy the plugin in the plugins dir of a theme to have it available?
--
Sesto Avolio -
- rank:
-
Moderator
- registered:
- March 2002
- Status:
- offline
- last visit:
- 26.08.08
- Posts:
- 7720
You're free to use the plugins in your own themes but I don't think we'd look to include these as a standard part of the distro.
While sifr has it's own issues it's still better from an SEO and accessibility perspective.
-Mark
