I have a post type that lets people add an event, including the usual date, time, location fields that are added via custom meta boxes into an additional table
However, I have written a script that pulls in facebook event information from the event url, with the intention of populating the wordpress post editor fields with this information.
The problem is that this is a form, and cannot be added as a meta box, as it would create a form within a form. So what is there that I can use instead of creating a new meta box that will allow me to add this form to the post editor for this post type, preferably above the title?