Title: Digital Publishing Tools for WordPress
Author: StudioMercury
Published: <strong>September 30, 2015</strong>
Last modified: May 3, 2016

---

Search plugins

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

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://ps.w.org/digital-publishing/assets/icon-256x256.png?rev=1409926)

# Digital Publishing Tools for WordPress

 By [StudioMercury](https://profiles.wordpress.org/studiomercury/)

[Download](https://downloads.wordpress.org/plugin/digital-publishing.2.1.0.zip)

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

 [Support](https://wordpress.org/support/plugin/digital-publishing/)

## Description

Digital Publishing Tools for WordPress is a plugin that allows anyone to create 
HTML articles for Adobe Experience Manager Mobile (AEM Mobile) directly from WordPress.

#### Prerequisite Knowledge

Experience with WordPress (Content Management System) and knowledge of Adobe Experience
Manager Mobile (AEM Mobile) is required. This plugin also assumes you have access
to a web server and have basic HTML/CSS knowledge.

#### Requirements

WordPress 3.5 +
 * PHP 5.4 or higher * MySQL 5.0 or higher * Apache or nginx recommended*
FTP access to the server to install the plugin

#### Optional But Recommended

[Adobe Experience Manager Mobile (AEM Mobile)](http://www.adobe.com/marketing-cloud/enterprise-content-management/mobile-app-development.html)
API access

## Screenshots

 * [[
 * Keep track of all of your articles. You can easily create new or import existing
   articles directly from WordPress.
 * [[
 * Easily edit Article metadata.
 * [[
 * Preview articles before you export them or upload them into Adobe Experience 
   Manager Mobile (AEM Mobile).
 * [[
 * The plugin works with Adobe Experience Manager Mobile (AEM Mobile). Entering 
   API credentials for AEM Mobile will allow you to upload and manipulate articles
   in Adobe’s platform.

## Installation

This section describes how to install the plugin and get it working.

#### From your WordPress dashboard

 1. Visit ‘Plugins > Add New’
 2. Search for ‘Digital Publishing’
 3. Activate Digital Publishing Tools from your Plugins page.
 4. Click on the `Digital Publishing` icon on the left navigation menu to get started

#### From your WordPress dashboard

 1. Download Digital Publishing Tools for WordPress.
 2. Upload the ‘digital-publishing-tools-for-wordpress’ directory to your ‘/wp-content/
    plugins/’ directory
 3. Activate Digital Publishing Tools from your Plugins page.
 4. Click on the ‘Digital Publishing’ icon on the left navigation menu to get started

#### Once Activated

For more information about how to use the plugin, please see the [plugin page](http://studiomercury.github.io/digital-publishing-tools-for-wordpress/)
for a tutorial.

#### Support

Please use the GitHub page for [Digital Publishing Tools for WordPress](https://github.com/StudioMercury/digital-publishing-tools-for-wordpress/issues).

## FAQ

  Does the plugin support multiple projects?

At this time the plugin only supports one project. Multi-project support is on our
roadmap.

  Does this plugin work with WordPress MU (multi-user)?

We haven’t tested or explicitly built the plugin to work with WordPress MU. That’s
not to say it won’t work, only that our initial release didn’t target a multi-user
environment.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Digital Publishing Tools for WordPress” is open source software. The following 
people have contributed to this plugin.

Contributors

 *   [ StudioMercury ](https://profiles.wordpress.org/studiomercury/)

[Translate “Digital Publishing Tools for WordPress” into your language.](https://translate.wordpress.org/projects/wp-plugins/digital-publishing)

### Interested in development?

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

## Changelog

#### 2.1.0

#### New Features

 * Import Presets: You can now customize how post data is imported as an AEM Mobile
   Article
 * Added the ability to create new device preview sizes for use when editing articles.
 * Added Image Sizes for use in AEM Mobile’s cards/layout view.
 * Sync allows you to pull changes from the original article if you’ve made updates
   to the original post.
 * System Status shows you all required libraries and if they are installed on your
   server.

#### Enhancements

 * Article List View now lazy loads to prevent memory errors
 * UI Enhancements
 * New tooltips in the Article List View to expand on what the cloud icons mean

#### General

 * New plugin web site with better documentation and new support options
 * Metadata validation to prevent errors when pushing content to AEM Mobile
 * Changed references to DPS to AEM Mobile

#### 2.0.10

 * TEMPLATE CHANGES

 1. If you are using the default template and you haven’t moved the `publish-templates`
    folder into the theme folder, you don’t have to do anything.
 2. If you’re using the default template and have moved the `publish-templates` folder
    into the theme folder, you need to copy the new `publish-templates` folder into
    your current theme.
 3. If you’ve created your own, please review the information below:

— All relative links will be turned into full URLs: for example: if you create a
link `/image/1.jpg` the packager will turn this into: `http://yourdomain.com/image/
1.jpg`. Relative links are no longer relative to the .article file. This is part
of a bigger move to allow any theme / template to be packaged. That will come in
a release soon.

— There’s a new way to add files to the .article using the `dpsfa_bundle_article`
filter:

Automatic: Specify full url to file (array of images)
 Specifying the full url will
create the necessary folder structure in the article and download the external file
Folder structure for external resources: ARTICLE > sanitized hostname > path > file
Example: array(‘http://www.domain.com/wp-content/themes/theme/file.jpg’) will put
that file in the article as: domaincom/wp-content/themes/theme/file.jpg

Manual: Specify the full paths array( “file path relative in article” => “file path
relative to server (or url)” )
 You can have control over where the file is placed
in the article and where to pull it from the server Example: array( array(‘slideshow/
image/file.jpg’ => ‘www/wp-content/themes/theme/file.jpg’) ) will put that file 
in the article as: domaincom/wp-content/themes/theme/file.jpg

#### 2.0.6

 * Resolved article folio uploads with 0bytes (missing files).
 * Resolved an issue if template files went missing or were changed
 * publish-templates/article.php – now has a file path for files relative to the
   plugin folder and the theme folder. If you’re upgrading to 2.0.6 please make 
   sure to re-copy the publish-templates folder from the plugin folder to the active
   theme folder you are working in.

#### 2.0.5

 * Resolved error in checking for serialized meta values
 * Resolved error in the article thumbnail when importing them from
    existing posts
 * Internal keywords now sync

#### 2.0.4

 * Fixed error in getting settings / refreshing settings
 * Added error logging for php errors that show up
 * Resolved error in returning and saving settings using AJAX

#### 2.0.3

 * Fixed a bug where a “/” was being prepended to assets during article bundle.

#### 2.0.2

 * Fixed an error when saving in settings
 * Updated the example article.php to expose a function to bundle additional files
   for an article.

#### 2.0.1

 * Cleaned up sample templates

#### 2.0.0

 * NEW Access to the new DPS 2015 API’s and services
 * Article Creation

#### 1.0.0

 * Old Release with access to the original version of DPS, this is currently deprecated.

## Meta

 *  Version **2.1.0**
 *  Last updated **10 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.5 or higher **
 *  Tested up to **4.3.34**
 *  Language
 * [English (US)](https://wordpress.org/plugins/digital-publishing/)
 * Tags
 * [adobe](https://pcd.wordpress.org/plugins/tags/adobe/)[digital publishing](https://pcd.wordpress.org/plugins/tags/digital-publishing/)
   [publishing](https://pcd.wordpress.org/plugins/tags/publishing/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/digital-publishing/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

 *   [ StudioMercury ](https://profiles.wordpress.org/studiomercury/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/digital-publishing/)