WP Flash Titles Plugin 2.0
This WordPress plugin allows you to display your post titles in any font, colour and size you want using Flash. It will also retain your original html styling of your titles and display that to users who don't have Flash installed. It is fully customisable via the Options tab in wordpress. It is search engine friendly and easy to implement.
Update:
Version 2.0 includes 2 basic changes.
- The way the options are saved has been changed to address the problems some users were having with this.
- More pre-installed fonts.
Example:
I am happy with my WordPress theme as it is, so I have set up this example page for you to see the Flash Titles in action: WP Flash Titles Example Page
Installation:
- Upload the wp_flash_titles folder to your wp-content/plugins folder.
- Activate the plugin from the Plugins page.
Usage:
- Go to Options -> WP Flash Titles to choose your font, size and colour scheme for your titles.
- You need to modify your template file slightly. First you need to locate the code that relates to the post title. This will typically be something like:
<h3 class="storytitle" id="post-<?php the_ID(); ?>">
<a href="<?php the_permalink() ?>" rel="bookmark">
<?php the_title(); ?>
</a>
</h3> - You then need to add two lines of code. First paste this line in directly before the page title code:
<?php if(function_exists('wp_flash_titles')){wp_flash_titles($post->ID,'start')} ?> - Then this line directly after:
<?php if(function_exists('wp_flash_titles')){wp_flash_titles($post->ID,'end')} ?> - To embed any font you want you must have Flash CS3. Open the source file 'wp_flash_title.fla' which is located in the 'Source' folder of the plugin. In flash simply change the font of the text area to any font you wish. Do a 'Save As' and then publish the swf. Once you have created the swf you must upload it to the folder: wp-content/plugins/wp_flash_titles/flash
It will now appear in the list of fonts in the Options -> WP Flash Titles page!!
Download Plugin:






Hi, thanks for this great plugin. Unfortunatly I can’t seem to get it to work. I followed the instructions. But I can not see an example image inthe options page, and when I insert all the option values after update options the option boxes are empty again. Any idea how this can be? I’m onWP 2.5
Hi Printer,
Sorry, it was my mistake…I hadn’t updated one of the plugin files correctly. Please download again and re-install and it should work.
Sam
Ah, thanks! the optionpage is working now. I seem to run in to another problem now. when I refresh my site it goes blank(empty). the dashboard ist working though. i have this code in my ‘index’ now:
ID,’start’)} ?><a href=”" rel=”bookmark” title=”Permanent Link to “>ID,’end’)} ?>
this should be correct is it?
ow, i see the code did not displayed corect in my comment.
The code should be something like:
< ?php if(function_exists('wp_flash_titles'))
{wp_flash_titles($post->ID,’start’)} ?>
<a href=”< ?php the_permalink() ? rel="nofollow">” rel=”bookmark”>
< ?php the_title(); ?>
</a>
< ?php if(function_exists('wp_flash_titles'))
{wp_flash_titles($post->ID,’end’)} ?>
Hi,
I am trying to use the plugin once again. The saving options problem seems to be fixed, thanks. BUT when I activate and try to use the plugin, only the first two posts on my home page get flash titles and all the others are completely missing. I have about 20 posts showing on my homepage btw.
Any advice? Thanks!
Hi Stephen
It could be one of a few things causing this. Let’s start with the basics, have you tried emptying your browser’s cache and refreshing the page?
Does this behaviour occur on all pages of your site (monthly archives, single category pages, etc) or just on the home page? Do the titles that aren’t appearing contain any special html characters (@!”‘, etc.)?
Sam
Thanks for the reply. I see that it seems to be browser specific. In Safari it looks fine and in Firefox 3 beta I am having the problem of no titles after the first two.
Thanks for the plugin, it’s great!
I was wondering… how to configure the plugin if you want the background to be transparent?
Hi Brian
I hadn’t thought to add an option for transparent…I’ll have to add that feature in the next release! For now you could use this workaround…
change the line of the plugin’s code:
so.write(”flash_title_’.$flash_title_id.’”);
to:
so.addParam(”wmode”,”transparent”);
so.write(”flash_title_’.$flash_title_id.’”);
Hope this works for you…
Sam
Hey, great plug-in but sadly it won’t work in my site. The options panel don’t show the fonts.
How do I fix that? =(
BTW I’m using WP 2.5.1
Thanks.
I already figured out the problem. I upgraded the swfobject.js file. Thanks for the plugin.
I just couldn’t get it to work……
Hi, it is me again. Just wondering if you will be updating your plugin to work with the new Firefox? Thanks!
Hi Sam, I followed the instructions but I cant see it working both on Index and Single.
That’s the blog: http://www.laondagrafika.com/blog/
Thanks!
ID,’start’) ?>
<a href=”" rel=”bookmark”>
ID,’end’) ?>
thats the code I put on that files.
Hi! GREAT plugin idea! i desperately want to use it.
The trouble is that when i install the plugin, i get this error message:
Plugin could not be activated because it triggered a fatal error.
When i go to the plugin page under Options, i see various errors like:
WordPress database error: [Table 'untolden_wrdp1.wp_flashtitles' doesn't exist]
There are numerous similar errors. i checked my database, and it looks like the tables that the plugin needs aren’t getting installed.
Any suggestions? i’m running ver 2.2.2.
THANKS!!
Hi. Great plugin
Got one problem: There’s a “free space” before the title, means title, date and post don’t begin at the same beginning *lol* know what I mean? Visit my site to check, I can also send a screenshot if wanted (I don’t know how long this plugin will be activated). How can I fix this? Thanks a lot!
zulu
It’s me again! Another problem: The flash titles don’t link to full post as they used to do before, so I uninstalled the plugin now. But screenshot is ready to send
[...] WP Flash Title è questo il nome del plugin che permette tutto questo. [...]
Hi Sam! Contratulations for the plugin, I think is amazing!
You know? Im using the default theme for wordpress, the original code says:
< div class=”post” id=”post-” >
< a href=”" rel=”bookmark” title=”Permanent Link to ” >
But when i replace this code for:
ID,’start’)} ?>
<a href=”” rel=”bookmark”>
ID,’end’)} ? >
… then the theme no work.
I dunno where Im mistake. Can you help me? Thank you so much and sorry for my english language, still is very poor.
Hi again Sam…. i found my mistake, i forgot write class=”storytitle” in the code… is ok now… thank you so much again… your plugin is cool