Blurbs
The blurbs plugin allows you to add user made ‘blurbs’ of text to a post, page, or template. This is particularly useful if your WordPress theme is easily broken, and has many small pieces of text in it, or if you want to have a piece of text on the site repeated many times.
Questions? Leave them in the comments, and I’ll get back to you asap
September 4th, 2009 at 12:12 pm
Hey Jeremy. Love the blurb plugin. Makes editing simple things on a site a breeze. Wanted to give you a heads up as to an error I found. I have been using the plugin problem free for a while, but just tried to manage my blurbs via Firefox. When you click on the edit link, it does nothing in Firefox. I went through the code and noticed that your forms contain
id=”editBlurbgetID(); ?>”
This works fine, expect FF looks for the name attribute. So if you add
name=”editBlurbgetID(); ?>”
right after the id attribute, it seems to solve the problem. This edit was made in the manageBlurbs.php file at line 58. Wierd! Thanks again for the plugin.
September 4th, 2009 at 12:13 pm
The post took my php tags out of the line above, but I’m sure you will see what I mean :)