This document explains the requirements of a solution which exports blogs in Google Docs to WordPress.
This document is intended for the bSup development team. If you are interested in WordPress solutions, please contact us through the WordPress Development Services page. For Google Docs solutions, please feel free to contact us through the G Suite Services page.
Google Docs is a useful editing tool for blogs because,
The reason that we don’t recommend WordPress editor is because it’s not a collaborative tool. You can’t make comments or suggestions like Google Docs.
Google Drive is also a recommended document management tool because
How to transfer blogs written in Google Docs to WordPress? The transfer can be done manually which is time consuming. The solution proposed in this document is to automate the process of transferring blogs to WordPress. The content and information of blogs (such as title, category, tags, featured image etc) can be managed in Google Drive. The data can get transferred to WordPress via a plugin or API.
A WordPress plugin can transfer blogs from Google Docs to WordPress, automatically. The WordPress plugin
The API receives data from external sources such as google drive. Following the security best practices of API development, such as a standard method for authentication, is required.
This sample blog outlines the structure which is explained in more details below.
The response of the API is as follow,