• I am working on a plug-in that allows you to embedded custom fields in your post body and I need a few brave souls to help me test and refine it a bit.

    This plug-in will be of the most interest to people who post from an external application.

    This is my first plug-in so it is a bit rough around the edges. I am not ready to submit it to the database so you will have to download it here. Change the file extension from .phps to .php and upload to your plug-ins directory then activate it. There is no editing or configuration required at this point.

    To use the plug-in just stick the following into the body of your post:

    `[custom-field]name=’field-name’;value=’field-value'[/custom-field]’

    Change field-name to the name of your custom field and field-value to the value. You must retain the ‘ characters and you must provide both the field-name and field-value in order for it to be added to your post. This plug-in supports including multiple custom fields in a single post you just have to be sure that each one has a unique name.

The topic ‘Embedded Custom Fields Plug-in’ is closed to new replies.