Title: Magn WPSync
Author: Julian M.
Published: <strong>June 23, 2011</strong>
Last modified: April 6, 2015

---

Search plugins

![](https://ps.w.org/wpsync/assets/banner-772x250.png?rev=609713)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Magn WPSync

 By [Julian M.](https://profiles.wordpress.org/jmagnone/)

[Download](https://downloads.wordpress.org/plugin/wpsync.zip)

 * [Details](https://pcd.wordpress.org/plugins/wpsync/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/wpsync/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/wpsync/#installation)
 * [Development](https://pcd.wordpress.org/plugins/wpsync/#developers)

 [Support](https://wordpress.org/support/plugin/wpsync/)

## Description

WP Sync is a simple plugin that helps you to import Google Spreadsheet rows into
WP posts. This plugin is useful for example if you want to import lot of rows from
a spreadsheet into separate posts and it is intended to be used for those who need
a simple way to enter blog posts and don’t like to use the Quick Post feature at
WordPress.

Instead, you can just write your post drafts into a spreadsheet and configure the
plugin to synchronize your rows with WordPress.

I coded this plugin for my personal use but after getting some user’s feedback I
decided to publish it on the WP plugin’s directory. You can use this plugin to import
a Google Spreadsheet as individual blog posts. The plugin also will help you to 
import custom post types for example if you are preparing a business directory or
event website.

What you can expect from this plugin:

 * Helps you importing rows from a Google Spreadsheet into individual posts in WordPress.
 * Use the Google Spreadsheet to enter ideas and post drafts, for example if you
   are developing domain names with WordPress or niche websites, but also useful
   for directories (ie: with local info, phone numbers, custom fields, etc.)
 * Import spreadsheet rows as individual posts or custom post types.
 * Support custom fields and taxonomies (categories, tags, etc.)

What you shouldn’t expect from this plugin (at least in the initial releases):

 * In the initial version the utility works from Google Spreadsheets into WordPress
   but not viceversa. We’ll eventually add the opposite direction soon.
 * This version doesn’t writes back any change on the Google Spreadsheet so the 
   Spreadsheet is only used as read only.
 * Google Spreadsheets doesn’t support rich text format, so if you need HTML for
   your content you can do that by using HTML tags in the cells

Link to [Magn](http://magn.com/) and author’s profile [Julian Magnone](https://plus.google.com/109045091422552341246)

### Nothing here yet

Here’s a link to [WordPress](https://wordpress.org/) and one to [Markdown’s Syntax Documentation](http://daringfireball.net/projects/markdown/syntax).

Titles are optional, naturally.

Markdown uses email style notation for blockquotes and I’ve been told:

> Asterisks for _emphasis_. Double it up for **strong**.

    ```
    <?php code(); // goes in backticks ?>
    ```

## Installation

 1. Upload `wpsync` folder to `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to WPSync settings page and configure your Spreadsheet key

In order to use your Spreadsheet created in Google Docs, you need to:

 1. Create a new spreadsheet in Google Docs
 2. Create a few mandatory fields (column names): id, post_title, post_content (see
    the Plugin Settings page for more info and to find a template)
 3. Publish your spreadsheet and get the spreadsheet KEY from the shared URL (use the
    share button in Google Spreadsheet)
 4. Copy the KEY and paste it in the WPSync settings page.

## FAQ

  Plugin is not working, nothing is synchronized. What to do next?

 1. Google Sheets have changed lot of things since the first version of this plugin
    was developed. Even the product name was changed
     and renamed to Google Sheets.
    However, it is possible to make the plugin work and here are a few things you can
    check: 1.1. Go to the spreadsheet in Google Sheets that you want to import into
    WordPress and then go to File -> Publish option. 1.2. Click Publish Entire Document(
    or any particular sheet). 1.3. Click Start Publishing button under “Published content&
    settings” section. Make sure Automatically republish when changes are made is checked.
    1.4. Copy the key and paste it in the WP Magn Sync plugin settings page. Now click
    Preview and see if the rows are shown in the screen.
 2. Another reason that could be preventing the plugin to work is if you are using 
    custom post types. If you are using the column post_type in
     the spreadsheet, make
    sure the post_type is registered in your WordPress installation. The plugin uses
    get_post_types function in WP to get a list of post types registered.

  Does the plugin overwrites the spreadsheet?

No, it doesn’t writes the spreadsheet. It is only accessed read only mode (at least
for now)

  Is this plugin free?

Yes, it is free.

## Reviews

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

### 󠀁[does not work as of now.](https://wordpress.org/support/topic/does-not-work-as-of-now/)󠁿

 [orangecopper](https://profiles.wordpress.org/orangecopper/) September 3, 2016 
1 reply

the plugin does not work. and regarding the “key” access. theres no proper documentation.
I wished this works with the current wp version., please clarify why not. thanks
again for the idea and efforts,,,

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

### 󠀁[bad links](https://wordpress.org/support/topic/bad-links-3/)󠁿

 [Roman_Kiev](https://profiles.wordpress.org/roman_kiev/) September 3, 2016 1 reply

now working

 [ Read all 10 reviews ](https://wordpress.org/support/plugin/wpsync/reviews/)

## Contributors & Developers

“Magn WPSync” is open source software. The following people have contributed to 
this plugin.

Contributors

 *   [ Julian M. ](https://profiles.wordpress.org/jmagnone/)

[Translate “Magn WPSync” into your language.](https://translate.wordpress.org/projects/wp-plugins/wpsync)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wpsync/), check out
the [SVN repository](https://plugins.svn.wordpress.org/wpsync/), or subscribe to
the [development log](https://plugins.trac.wordpress.org/log/wpsync/) by [RSS](https://plugins.trac.wordpress.org/log/wpsync/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.10

 * Changed query to include registered post types instead of ‘any’
 * Small bug fixes

#### 1.0.7

 * Fix the trim bug in the list of custom values to update

#### 1.0.6

 * Major upgrade to support new Google Docs API
 * Now the required fields are id, post_title, post_content
 * Custom post types and taxonomies are supported
 * Update from spreadsheet is supported

## Meta

 *  Version **1.0.10**
 *  Last updated **11 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.5 or higher **
 *  Tested up to **4.1.42**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wpsync/)
 * Tags
 * [google](https://pcd.wordpress.org/plugins/tags/google/)[import](https://pcd.wordpress.org/plugins/tags/import/)
   [posts](https://pcd.wordpress.org/plugins/tags/posts/)[spreadsheets](https://pcd.wordpress.org/plugins/tags/spreadsheets/)
   [synchronize](https://pcd.wordpress.org/plugins/tags/synchronize/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/wpsync/advanced/)

## Ratings

 4 out of 5 stars.

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

[Add my review](https://wordpress.org/support/plugin/wpsync/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wpsync/reviews/)

## Contributors

 *   [ Julian M. ](https://profiles.wordpress.org/jmagnone/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wpsync/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VVE9SYHSM38FY)