I am currently developing a dashboard for a small business website and I would like to implement a feature that allows users to post directly to their Blogger blog from the dashboard of their own website. This eliminates the hassle of having to switch between platforms. The feature would consist of a text field and a post button. Authentication will be required, so this aspect must be integrated into the solution. I understand that it is possible to post to a blog using a registered email address.
Would a simple mailto form work for this purpose? Does anyone have knowledge of a script that could facilitate this functionality?