Skip to content

Access NPR's Content Distribution Service (CDS) from within WordPress

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
LICENSE.txt
Notifications You must be signed in to change notification settings

OpenPublicMedia/npr-cds-wordpress

Repository files navigation

NPR Content Distribution System

A collection of tools for publishing from and to NPR's Content Distribution Service. Find this plugin on the Wordpress.org Plugin Repository.

Description

The NPR Content Distribution System (CDS) Plugin provides push and pull functionality with the NPR CDS along with a user-friendly administrative interface.

NPR's CDS is a content API, which essentially provides a structured way for other computer applications to get NPR stories in a predictable, flexible and powerful way. The content that is available includes audio from most NPR programs dating back to 1995 as well as text, images and other web-only content from NPR and NPR member stations. This archive consists of over 250,000 stories that are grouped into more than 5,000 different aggregations.

This plugin also allows you to push your content to the NPR CDS, so that it can be republished by NPR or other NPR member stations.

Access to the NPR CDS requires a bearer token, provided by NPR. If you are an NPR member station or are working with an NPR member station and do not know your key, please ask NPR station relations for help.

Usage of this plugin is governed by NPR's Terms of Use, and more specifically their API Usage terms.

The WordPress plugin was originally developed as an Open Source plugin by NPR and is now supported by developers with NPR member stations working within the Open Public Media group. If you would like to suggest features or bug fixes, or better yet if you would like to contribute new features or bug fixes please visit our GitHub repository and post an issue or contribute a pull request.

Installation

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the Settings -> NPR CDS screen to configure the plugin. Begin by entering your CDS token, then add your Push URL and Org ID.

Frequently Asked Questions

Can anyone get an NPR CDS Token?

If you are an NPR member station or are working with an NPR member station and do not know your key, please ask NPR station relations for help.

Can anyone push content into the NPR CDS using this plugin?

Push requires an Organization ID in the NPR CDS, which is typically given out to only NPR stations and approved content providers. If that's you, you probably already have an Organization ID.

Where can I find NPR's documentation on the NPR CDS?

There is documentation in the NPR's Github site.

Where can I find this plugin's documentation?

You can find it in the Docs folder.

Screenshots

NPR CDS Plugin General Settings screen

NPR CDS Plugin Settings screen

NPR CDS multiple get settings

NPR CDS multiple get settings

Get NPR Stories link in the dashboard

Get NPR Stories link in the dashboard

Getting an NPR Story by Story ID

Getting NPR Stories by Story ID

NPR Stories having been retrieved

NPR Stories having been retrieved

Changelog

V1.2.5

  • Updated the NPR_CDS_WP->get_image_url() function to handle image URLs from NPR's new CDN
  • Fixed an issue where featured images were not downloading properly on imported NPR articles because a proper filename was not being provided
  • When generating the article layout, if not using feature images, imported articles will have the primary image at the top of the layout (if one exists)
    • NPR frequently inserts the primary image as the first asset in the layout, while Grove stations typically don't. I don't know if this is intended or not, but this is an attempt to normalize the output across the board
  • Thanks to Iris Vandenham at Flower Web Design for bringing these issues to our attention

V1.2.4

  • Fixed a bug that broke the Update link in the admin dashboards
  • Fixed a potentially fatal error caused by malformed audio embeds in imported articles
  • Fixed a bug where the cron schedules were not being set or updated after an initial error
  • Fixed a potentially fatal error caused by importing articles with nonexistent teasers
  • Thanks to @tamw-wnet for the assist on all above

V1.2.3

  • Adding a setting to skip ingesting promo cards from NPR (h/t @davidmpurdy)
  • Updated formatting support for promo cards

V1.2.2

  • Fixed a bug in how the plugin was handling $image->hrefTemplates

V1.2.1

  • Reworked the load_page_hook() function in get_stories.php to account for NPR's updated ID structure now that they have also moved to Grove

V1.2

  • Fixed a bug that was preventing media credits from being appended to image captions
  • Added a setting to append an attribution line at the end of imported articles (default 'no')
  • Added a setting to import an article's tags from the CDS (default 'yes')
  • Removed a filter from the documentation since it had already been removed from the code
  • Consolidating get_stories_ui.php into the NPR_CDS class in get_stories.php
  • Fixing a bug that was preventing NPR_CDS::load_page_hook() from firing on custom post types
  • Removing old TODOs
  • Added check to avoid downloading or inserting images that cannot be distributed via the CDS

V1.1.3

  • Increased the timeout for cURL requests when pushing stories

V1.1.2

  • Fixed a bug where unticking the 'Send to NPR CDS' checkbox in the editor would result in the article being pushed anyway

V1.1.1

  • Fixed a bug that was causing article metadata to be saved using an invalid key when ingesting articles

V1.1

  • Breaking the settings screens into 3 separate pages
  • Adding the ability to select the pull post type for each query (leave blank to use the default)

V1.0.8.1

  • Fixing labels on NPR Story custom post type

V1.0.8

  • NPR CDS metabox now appears higher in the sidebar by default
  • Added setting for whether or not you want the "Send to NPR CDS" checkbox checked by default

V1.0.7

  • Bug fixes related to bylines: plugin now saves bylines under the proper metadata key, no longer ignore non-reference bylines, and doesn't write empty bylines when the Co-Authors Plus plugin is present (h/t Andrew Reynolds at WAMU)
  • 'Get NPR Stories' menu option now aligns to whichever pull_post_type is selected in settings (h/t Kaym Yusuf at WAMU)
  • Fixed a couple of typos that were preventing the 'Theme Uses Featured Image' settings from being honored (h/t David Purdy)
  • Adding documentation for all of the filters that are available in the plugin

V1.0.6

  • npr_cds_push(): lack of publishing rights exits the function instead of killing the process

V1.0.5

  • Default cron job timing is now 1 hour (was previously a minute because it wasn't properly being converted into seconds)
  • Cron jobs are no longer scheduled if there are no queries configured

V1.0.4

  • Fixing a problem where Get Multi queries run via WP_Cron would silently fail because npr_cds_push() would check if the current user had publishing rights and execute wp_die(). WP_Cron doesn't run as a specific user, therefore it doesn't technically have publishing rights. npr_cds_push() now checks if the post was retrieved from the CDS first before checking publishing rights.

V1.0.3

  • Fixing warnings and a few fatal errors in NPR_CDS_WP.php

V1.0.2

  • Fixing improperly escaped HTML in post editor meta boxes

V1.0.1

  • Fixing a bunch of warnings in classes/NPR_CDS_WP.php
  • Changing the behavior the Get Multi setting Run the queries on saving changes so that it runs once and then turns off. That way, it doesn't run every time you save changes on the page.
  • Fixed issue where updates to bulk actions dropdowns were being duplicated

V1.0

  • Overhaul to enable pulling from NPR's Content Distribution Service, which is the next generation of the Story API.
  • Previous version notes can be found in the NPR Story API plugin repository