Docs to WordPress Plugin WordPress, Download, Install

Easily move posts from Google Docs to WordPress

Docs to WordPress Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/docs-to-wordpress/

How to Install Docs to WordPress Plugin, Manually

  1. Upload docs-to-wordpress to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Create a Google App for your website.
  4. Enter Client ID and Client Secret into settings page.
  5. You should be redirected to a Google login page. Grant full permissions.
  6. If you wish, activate the extender plugin that removes formatting from Google Docs and removes comments, placing them in a separate meta box
  7. To run the plugin, you will need to either activate the included Cron Extender or put code in a separate file and point a cron job to it.

Tara Kerwin has made a helpful installation walkthrough video available at https://youtu.be/oFLjn2VOn-U

To run using WP CRON

Activate the cron extender.

To run using real cron

Create a file to run cron against, and put the following code in it:

<?php include('./wp-load.php'); $docs_to_wp = new Docs_To_WP(); $results = $docs_to_wp->startTransfer();

You will need to have a folder to draw the docs from and an optional folder to put the docs in after they’ve been processed.

First create the folder that you want to store unpublished docs in. This is your “Origin” folder. Next create the folder that you will move converted files to. This is the “Target” folder. If you’re using Cron, you’re going to want to write stories in a separate folder, and then move them to the Origin folder for publishing, when they’re ready.

Video

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *