Title: Post via Dropbox
Author: PaoloBe
Published: <strong>Yarkomaa 23, 2012</strong>
Last modified: Duujal 10, 2018

---

Search plugins

![](https://ps.w.org/post-via-dropbox/assets/banner-772x250.png?rev=808549)

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/post-via-dropbox_30425d.svg)

# Post via Dropbox

 By [PaoloBe](https://profiles.wordpress.org/paolobe/)

[Download](https://downloads.wordpress.org/plugin/post-via-dropbox.2.20.zip)

 * [Details](https://fuc.wordpress.org/plugins/post-via-dropbox/#description)
 * [Reviews](https://fuc.wordpress.org/plugins/post-via-dropbox/#reviews)
 *  [Installation](https://fuc.wordpress.org/plugins/post-via-dropbox/#installation)
 * [Development](https://fuc.wordpress.org/plugins/post-via-dropbox/#developers)

 [Support](https://wordpress.org/support/plugin/post-via-dropbox/)

## Description

**Post via Dropbox** is a easy way to update your blog using **Dropbox**, the famous
cloud sharing service. It permits to add or edit your posts with text files uploaded
via Dropbox.

Once you linked your Dropbox Account, you can upload text files into your Dropbox
folder for updating your blog. It supports also **Markdown** syntax.
 Everything
happens automatically and without further actions on your part.

Please read the readme file or Help & Faq section for further informations and instructions.

Post via Dropbox requires **WordPress 3.0 (and above), PHP 5.3.0 (and above) and
a Dropbox account**.

## Screenshots

 * [[
 * Options page

## Installation

 1. Upload the contents of post-via-dropbox.zip to the /wp-content/plugins/ directory
    or use WordPress’s built-in plugin install tool.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to ‘Settings’ -> ‘Post via Dropbox’ menu, link your Dropbox account and configure
    the plugin.
 4. Read Help & Faq section for usage instructions.

## FAQ

  Installation Instructions

 1. Upload the contents of post-via-dropbox.zip to the /wp-content/plugins/ directory
    or use WordPress’s built-in plugin install tool.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to ‘Settings’ -> ‘Post via Dropbox’ menu, link your Dropbox account and configure
    the plugin.
 4. Read Help & Faq section for usage instructions.

  How it works?

**Post via Dropbox** checks automatically the existance of new files in your Dropbox
folder and then it proceeds to update your blog. Once posted, the text files is 
moved into subidirectory “posted”, if you have not selected “delete” option. It 
supports also **Markdown syntax**!

  Some examples of what you can do

You can post using only your **favorite text editor** without opening browser.
 
You can post **a bunch of posts at a time** or it can make more easy **the import
process** from another platform. You can post from your **mobile device** using 
a text editor app with Dropbox support. There’re many ways of using it: text files
are very flexible and they can adapt without much efforts.

  Where do I put my text files?

Text files must be uploaded inside **Dropbox/Apps/Post_via_Dropbox/** . Once posted,
the text files is moved into subidirectory “posted”, if you have not selected “delete”
option. The text file may have whatever extensions you want (default .txt) and it
should have UTF-8 encoding.

  How should be the text files?

Why WordPress is able to read informations in proper manner, you must use some tags
like **[title] [/title]** and **[content] [/content]**.
 If you have selected **“
Simplified posting”**, you can avoid using these tags: the title of the post will
be the filename while the content of the post will be the content of the text file.
It is very fast and clean. Moreover, you can formatted your post with **Markdown
syntax** (selecting the “Markdown option”).

  How can I edit an existing post?

You need to specify the ID of the post, there’re two ways: 1) using [id] tag or 
2) prepend to filename the ID (example: 500-filename.txt).
 The quickest way to 
edit an existing post, already posted via Dropbox, is to move the file from the 
subfolder ‘posted’ to the principal folder.

  This is the list of the tags that you can use (if you have not selected “Simplified
posting”):

 * **[title]** post title **[/title]** (mandatory)
 * **[content]** the content of the post (you can use Markdown syntax) **[/content]**(
   mandatory)
 * **[category]** category, divided by comma **[/category]**
 * **[tag]** tags, divided by comma **[/tag]**
 * **[status]** post status (publish, draft, private, pending, future) **[/status]**
 * **[excerpt]** post excerpt **[/excerpt]**
 * **[id]** if you want to modify an existing post, you should put here the ID of
   the post **[/id]**
 * **[date]** the date of the post (it supports english date format, like 1/1/1970
   00:00 or 1 jan 1970 and so on, or UNIX timestamp) **[/date]**
 * **[sticky]** stick or unstick the post (use word ‘yes’ / ‘y’ or ‘no’ / ‘n’) **[/
   sticky]**
 * **[customfield]** custom fields (you must use this format: field_name1=value &
   field_name2=value ) **[/customfield]**
 * **[taxonomy]** taxonomies (you must use this format: taxonomy_slug1=term1,term2,
   term3 & taxonomy_slug2=term1,term2,term3) **[/taxonomy]**
 * **[slug]** the name (slug) for you post **[/slug]**
 * **[comment]** comments status (use word ‘open’ or ‘closed’) **[/comment]**
 * **[ping]** ping status (use word ‘open’ or ‘closed’) **[/ping]**
 * **[post_type]** Post Type (e.g. ‘post’, ‘page’..) **[/post_type]**

The only necessary tags are [title] and [content]

## Reviews

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

### 󠀁[The best so far](https://wordpress.org/support/topic/the-best-so-far-13/)󠁿

 [veggera](https://profiles.wordpress.org/veggeras/) Siilto 3, 2016

Hi, Your plugin it’s rocks…

 [ Read all 5 reviews ](https://wordpress.org/support/plugin/post-via-dropbox/reviews/)

## Contributors & Developers

“Post via Dropbox” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ PaoloBe ](https://profiles.wordpress.org/paolobe/)

[Translate “Post via Dropbox” into your language.](https://translate.wordpress.org/projects/wp-plugins/post-via-dropbox)

### Interested in development?

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

## Changelog

#### 2.20

 * Plugin working again!
 * Change method for linking Dropbox account (Manual mode)

#### 2.10

 * Added Post Type support
 * Fixed minor bug in manual mode for WP 3.9+

#### 2.00

 * Added Markdown support
 * Added new feature (Simplified posting)
 * Fixed minor bug

#### 1.10

 * Fixed minor bugs
 * Added new features (Date, Custom fields, Taxonomies, Sticky, Comment/Ping status,
   Slug name support)

#### 1.00

 * Initial release

## Meta

 *  Version **2.20**
 *  Last updated **8 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.0.0 or higher **
 *  Tested up to **4.9.29**
 *  Language
 * [English (US)](https://wordpress.org/plugins/post-via-dropbox/)
 * Tags
 * [Dropbox](https://fuc.wordpress.org/plugins/tags/dropbox/)[post](https://fuc.wordpress.org/plugins/tags/post/)
   [posting](https://fuc.wordpress.org/plugins/tags/posting/)
 *  [Advanced View](https://fuc.wordpress.org/plugins/post-via-dropbox/advanced/)

## Ratings

 4.8 out of 5 stars.

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

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

[See all reviews](https://wordpress.org/support/plugin/post-via-dropbox/reviews/)

## Contributors

 *   [ PaoloBe ](https://profiles.wordpress.org/paolobe/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/post-via-dropbox/)