November 6, 2007
This blog was spawned as a result of a post on my other blog where I asked readers for a steer on my next project. One of the suggestions I received was for a wordpress plugin generator, where you could input the things you wanted your plugin to do, and it would give you a nice handy plugin file with the appropriate functions and hooks already working.
I thought it was a great idea and so I have been working on this for a few weeks.
I still have much work to do on the plugin generator, which I have named, Fun With Plugins, but I think I have got it to a position where it is actually useful and so I am opening it up for use and comments. If I were going to be all 2.0 about it I might call it a beta.
I am hoping to get feedback on features it should have, features that could work better, how well the guidance comments work etc.
The idea was given to me by Ronald Huereca. He has been instrumental in the development of this tool. As part of the Reader Appreciation Project he gave me the idea to ask readers what I should do next, he gave me the actual idea, he also kindly tested the generator at an earlier version, provided me with some sample code, and his series on writing Wordpress plugins on Devlounge was a key source of information, although I did choose to do some things a little differently.
Still to come
Features still to come are:
- Adding CSS files in to the page header (external files or included as part of the plugin file itself)
- Adding client side scripts (external files or included as part of the plugin file itself)
- Ajax functionality
- A wp-extend readme file for added promotional power
- support for more actions and filters (Name your favourites and I will implement them first)
Post Image The Easy Peasy Way
26 comments
page 1065
Quick N Dirty Admin Login Screen
no comment
page 128
Wordpress Chat
one comment
page 1308
Html 5 Gallery
6 comments
page 1305
Html 5 Gallery
6 comments
page 1305
Silence Is Golden
3 comments
page 213
Questions About Habari For Wordpress Users
6 comments
page 424
Theming Habari Vs Wordpress
13 comments
page 440
My Experience Of Flexx
4 comments
page 1026
Plugin Update Fun With Photo Data 2
one comment
page 815
Post Image The Easy Peasy Way
26 comments
page 1065
Gaining Benefits From Plugins
8 comments
page 1167
Categories Vs Tags Either Neither Or Both
12 comments
page 7
Beware Wp Cache
8 comments
page 1310
Six Million Ways To Die Choose One
14 comments
page 1128
Post Image The Easy Peasy Way
26 comments
page 1065
Wordpress Chat
one comment
page 1308
Post Image The Easy Peasy Way
26 comments
page 1065
Beware Wp Cache
8 comments
page 1310
Wp Polls Reviewed
one comment
page 58
Wordpress Chat
one comment
page 1308
Fun With Photo Data
12 comments
page 330
Fun With Sidebar Tabs Styling
2 comments
page 336
Poll Daddy Reviewed
2 comments
page 42
Html 5 Gallery
6 comments
page 1305
Wp Polls Reviewed
one comment
page 58
Using Your Own Url Shortener
4 comments
page 1190
Html 5 Gallery
6 comments
page 1305
Html 5 Gallery
6 comments
page 1305
Fun With Plugins
27 comments
page 14
Wordpress 25 Exif Fields
12 comments
page 230
Html 5 Gallery
6 comments
page 1305
Html 5 Gallery
6 comments
page 1305
Html 5 Gallery
6 comments
page 1305
updated 1 seconds ago
Hey, just posted about your plugin generator here – http://www.amitbhawani.com/blog/wordpress-plugin-generator-at-fun-with-wordpress/
Amit
Jonic, I have added the wp_footer hook.
I have a few people suggest letting people add their own content in different ways. While it certainly makes sense I think that one of the advantages of this is that you can download a plugin that, in theory, should just work. This gives a great baseline and means it is easy to test what is broken.
If people could add their own content that may cease to be the case and it may be difficult sometimes to figure out if there is a bug in the generator or in the content they have typed in.
I haven’t ruled it out, but I am considering it very carefully.
Great work man, I can see this being really useful for plugin developers…
I’d like to nomiate the wp_footer hook, or give the user the option to type in a hook/filter of their own. I’m subscribing to your feed to see how this turns out. It seems to be working out great so far :)
[...] have Wordpress fun? Let’s see how hard it is for you to develop your own plugin, with this plugin making tool: go there, think of a plugin, make it and blog about it with a link to this post, so I get your [...]
[...] Fun with plugins tool [...]
[...] the more advanced things plugin authors take advantage of including localization and admin menus. Future versions promise Ajax support, style support, client side scripting, and an automatically generated WP Extend readme [...]