Title: Docs to WordPress
Author: William P. Davis
Published: <strong>جون 15, 2011</strong>
Last modified: ستمبر 30, 2015

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://s.w.org/plugins/geopattern-icon/docs-to-wordpress.svg)

# Docs to WordPress

 منجانب [William P. Davis](https://profiles.wordpress.org/wpdavis/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/docs-to-wordpress.1.1.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/docs-to-wordpress/#description)
 * [جائزے](https://ur.wordpress.org/plugins/docs-to-wordpress/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/docs-to-wordpress/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/docs-to-wordpress/#developers)

 [معاونت](https://wordpress.org/support/plugin/docs-to-wordpress/)

## تفصیل

This plugin will grab docs out of a collection in Google Docs, create or update 
a post in WordPress and then move the doc to a new collection. Google Docs no longer
supports xmlrpc, so this is perhaps the easiest way to move content from your Google
Docs account to your self-hosted WordPress install.

You can see more details at http://dev.bangordailynews.com/2011/06/16/marrying-google-
docs-and-wordpress-or-really-any-cms/

## انسٹالیشن

 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](https://console.developers.google.com/project) 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.

## جائزے

![](https://secure.gravatar.com/avatar/ad4c663dfec95b9a11e9e6384e8440f339d0064892ae0df8df1301932e7d8ac1?
s=60&d=retro&r=g)

### 󠀁[Great idea](https://wordpress.org/support/topic/great-idea-105/)󠁿

 [holgerhubbs](https://profiles.wordpress.org/holgerhubbs/) ستمبر 3, 2016

Great feature to push Google Docs to WordPress. Installation required some patience;
a value check for the WP configuration would be great; somehow I had several URLs
in the input fields. Re-editing in gDocs and then moving it back into the origin
folder is working (cron). After re-editing/re-submission the previous WP Category
setting were gone. I did not explore the formatting behavior. Super plugin for a
tech-savvy admin/developer. Don’t let this project die. Idea: In the WP settings
give me a field for an email address and send me a message w/ link for each new 
post. Also a check box would be great to choose between draft and publish for new
posts. [ Signature moderated ]

![](https://secure.gravatar.com/avatar/c339867bc8b161531fa6f71d283b21ca1470b92e66c4edee52ad744f8d0a92d0?
s=60&d=retro&r=g)

### 󠀁[Not ready for primetime](https://wordpress.org/support/topic/not-ready-for-primetime-1/)󠁿

 [richards1052](https://profiles.wordpress.org/richards1052/) ستمبر 3, 2016

Do not think you can use this plugin unless you have advanced tech/coding skills.
The installation instructions are incomplete & vague. Even getting clearer instructions
from the WP Support forum did not succeed in getting it installed. The idea of this
plugin is wonderful. But it requires installing three files & a variety of ancillary
coding/setup involving Google API configuration that it quite daunting, especially
without clearer instructions about how to do it. That being said, if you have all
these coding skills, you’ll love this plugin.

 [ تمام 8 جائزے پڑھیں ](https://wordpress.org/support/plugin/docs-to-wordpress/reviews/)

## شراکت دار اور ڈیویلپرز

“Docs to WordPress” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ
لیا:

شراکت دار

 *   [ William P. Davis ](https://profiles.wordpress.org/wpdavis/)
 *   [ anubisthejackle ](https://profiles.wordpress.org/anubisthejackle/)

[“Docs to WordPress” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/docs-to-wordpress)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/docs-to-wordpress/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/docs-to-wordpress/) کو 
چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/docs-to-wordpress/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/docs-to-wordpress/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.1

Version bump. Removes anonymous functions, so it can be used as far back as PHP 
5.2

#### 1.0-beta

Update to remove deprecated Google API and use Drive API v2
 Updates to code to 
clean it up, remove extraneous loops. Added Options page. Changes to make it easier
to use.

#### 0.4-beta

Use HTTPS instead of HTTP, per new Google API spec.

Fix a few bugs with carrying over bold and italic

#### 0.3-beta

In extend-clean.php, extract the styles and apply them so bolding and italicizing
goes through. Also, don’t strip heading styles. Props nacin and Rob Flaherty.

#### 0.2-beta

Added the cron extender

#### 0.1-beta

Initial release

## میٹا

 *  Version **1.1**
 *  Last updated **11 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 3.7 یا اس سے جدید **
 *  Tested up to **4.1.42**
 *  Language
 * [English (US)](https://wordpress.org/plugins/docs-to-wordpress/)
 * Tags
 * [docs](https://ur.wordpress.org/plugins/tags/docs/)[google](https://ur.wordpress.org/plugins/tags/google/)
   [google docs](https://ur.wordpress.org/plugins/tags/google-docs/)[syndication](https://ur.wordpress.org/plugins/tags/syndication/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/docs-to-wordpress/advanced/)

## درجہ بندیاں

 4 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/docs-to-wordpress/reviews/?filter=5)
 *  [  2 4-star reviews     ](https://wordpress.org/support/plugin/docs-to-wordpress/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/docs-to-wordpress/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/docs-to-wordpress/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/docs-to-wordpress/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/docs-to-wordpress/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/docs-to-wordpress/reviews/)

## شراکت دار

 *   [ William P. Davis ](https://profiles.wordpress.org/wpdavis/)
 *   [ anubisthejackle ](https://profiles.wordpress.org/anubisthejackle/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/docs-to-wordpress/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](http://wpdavis.com/)