npr / nprapi-wordpress

Access the NPR API from within WordPress. This repository is no longer being maintained. See the README for more information.
GNU General Public License v2.0
13 stars 30 forks source link

Use NPR layout to format the post body in WordPress #74

Open tamw-wnet opened 4 years ago

tamw-wnet commented 4 years ago

These commits at a settings toggle to optionally check for the existence of a 'layout' section in the NPR API response, and if present uses that layout to pull in order the corresponding paragraphs, images, externalAssets such as YouTube and Twitter oEmbeds, and HtmlAssets that are usually javascript or iframes. If one of the layout elements is a 'gallery' the primary image for the post is inserted in its place.

Leaving the toggle unchecked, or if no 'layout' section is found in the API response, leaves the previous handler for creating the post body unaltered.

tamw-wnet commented 4 years ago

Noting this would close #71 . Also noting that the build failure is due to Travis failing setting up WordPress at all -- see https://travis-ci.com/github/npr/nprapi-wordpress/jobs/368370017