SlideShare a Scribd company logo
Centralizing News through
WordPress REST API
Todd McKee, MEd
University of Arkansas for Medical Sciences (UAMS)
Todd McKee, MEd @toddmckee
Senior Web Developer
Office of Communications and Marketing
Wordpress at UAMS
• UAMSHealth.com (Hospital & News)
• 9000+ posts & pages
• uamsonline.com & uamsonlinedev.com (UAMS multisites)
• 150 sites with ~400 users
• uamsonlinetwo.com & uamsdev.com (Institutes)
• 7 sites with 1500+ posts
• sites.uams.edu & go.uams.edu (One-offs & Apps)
• ~30 sites with ~200 users
• 25+ of single installs (One-offs & special)
Centralizing News through WordPress REST API
Before
College of Medicine
Research
Cancer Institute
Same (-ish) Story.
Posted 3 times or more
✂+📋
✂+📋
✂+📋
Content Syndication
• https://premium.wpmudev.org/blog/how-to-
manage-the-content-in-your-wordpress-
multisite-media-empire/
• https://vip.wordpress.com/plugins/syndication/
Now
College of Medicine
Same Story.
Not all sites are available
Cancer Institute
Research
☑
☑
Push
🚫
LEVEL UP: Merging All The Things
https://online.wpcampus.org/schedule/level-up-centralized-news-and-wordpress/
Now
Cancer Institute
College of Medicine
Research
☑
☑
Push
🚫
Soon
Cancer Institute
College of Medicine
Research
One Story.
Multiple sites
Pull
☁
(Already Started)
Centralizing News through WordPress REST API
• https://wpengine.com/resources/the-ultimate-guide-to-the-wordpress-rest-api/
• https://torquemag.io/2017/05/ways-start-using-wp-rest-api/
• https://jeremyfelt.com/2016/02/17/using-wp-rest-api-washington-state-university/
• https://github.com/washingtonstateuniversity/WSUWP-Content-Syndicate
Centralizing News through WordPress REST API
WHAT IS AN API?
Definition: Application Program Interface
(API) is a set of routines, protocols, and tools
for building software applications.
YOU LOST ME AT “DEFINITION”
An API lets you access, or create data. 

WordPress Terms: The REST API lets you access, or
create, WordPress content.
https://www.slideshare.net/royssivan/wpcampus-online-the-case-for-the-wordpress-rest-api
HOW DO YOU API?
Leveraging the API isn’t that difficult once
you get the hang of JSON (JavaScript Object
Notation) Use JavaScript or PHP
RESTful API
Representational state transfer (REST) or RESTful web
services is an API that uses HTTP requests to GET, PUT,
POST and DELETE data (Universal connector for data).
JSON
WP Rest API 101
• WordPress 4.7+
• v2.wp-api.org
• CRUD (Create, Read, Update, Delete)
• /wp-json/wp/v2/
https://www.slideshare.net/AndrewDixon5/an-absolute-beginners-guide-to-the-wordpress-rest-api
GET
• /wp-json/wp/v2/posts
• Example
Filter
• Add parameters to filter
• Think WP-Query
• GET
• /wp-json/wp/v2/posts?search=awesome
• /wp-json/wp/v2/posts?page=1&per_page=2
• Example
Single Article
• GET 

/wp-json/wp/v2/posts/{POST-ID}
• Example
What else can we access?
• Pages
• Media
• Custom Post Types
• Taxonomies
• Everything…
Examples
Issues
• Authentication
• Basic, JavaScript, & Oauth
• Cross-Origin Resource Sharing (CORS)
• Extending Support For Custom Content
Types
What are we doing?
• News on www.uams.edu
• Image on top of www.uams.edu
• Alert system (WP API v1)
• People / Physician directory (coming soon)
Thank you.
Questions?
Resources
• github.com/UAMS-Web
• github.com/UAMS-Web/UAMSWP-
Content-Syndication
• github.com/washingtonstateuniversity
• wpcampus.org

More Related Content

PPTX
Building Single Page Apps for desktop, mobile, tablet with ASP.NET MVC 4
PPTX
Hack miami emiliocasbas
PDF
Security handout
PDF
YoastCon - Hope is not a strategy
PDF
A New Narrative - WordCamp DFW 2017
PDF
Building High Performance Teams
PPTX
The Pitfalls of Working from Home and How to Avoid Them
PDF
Coffee is for closers
Building Single Page Apps for desktop, mobile, tablet with ASP.NET MVC 4
Hack miami emiliocasbas
Security handout
YoastCon - Hope is not a strategy
A New Narrative - WordCamp DFW 2017
Building High Performance Teams
The Pitfalls of Working from Home and How to Avoid Them
Coffee is for closers

Viewers also liked (20)

PDF
Succeeding in the WordPress Ecosystem
PPTX
You Created a Plugin. Now What?
PPTX
Contact Forms are Boring - 5 Creative Ways to Use Forms in WordPress
PDF
We are not building chairs
PDF
Business Models - WCMIA
PPTX
Marketing your website the right way
PDF
The Power of Facebook Ads - Target Specific Demographics | Facebook Marketing...
PPTX
Becoming a better blogger
PDF
Product Marketing Mistakes
PDF
Thirty WordPress Membership Plugins
PPTX
You Created a Plugin. Now What? WordCamp Orange County
PPTX
Build a Content Marketing Machine Workshop | Session 1
PPTX
WordPress Security for Beginners
PPTX
SandCamp 2017 Keynote - Website Trends
PDF
What got you here won't get you there
PPTX
The Pitfalls of Working from Home and How to Avoid Them
PDF
You Created a Plugin. Now What? WordCamp Sacramento
PDF
Our Client's Clients
PPTX
#WCDFW Presentation Choosing Themes &
PPTX
5 Ways to Contribute to WordPress (If You're Not a Developer)
Succeeding in the WordPress Ecosystem
You Created a Plugin. Now What?
Contact Forms are Boring - 5 Creative Ways to Use Forms in WordPress
We are not building chairs
Business Models - WCMIA
Marketing your website the right way
The Power of Facebook Ads - Target Specific Demographics | Facebook Marketing...
Becoming a better blogger
Product Marketing Mistakes
Thirty WordPress Membership Plugins
You Created a Plugin. Now What? WordCamp Orange County
Build a Content Marketing Machine Workshop | Session 1
WordPress Security for Beginners
SandCamp 2017 Keynote - Website Trends
What got you here won't get you there
The Pitfalls of Working from Home and How to Avoid Them
You Created a Plugin. Now What? WordCamp Sacramento
Our Client's Clients
#WCDFW Presentation Choosing Themes &
5 Ways to Contribute to WordPress (If You're Not a Developer)
Ad

Similar to Centralizing News through WordPress REST API (20)

PDF
WordCamp Wilmington 2017 WP-API Why?
PDF
WordCamp Birmingham 2016 - WP API, What is it good for? Absolutely Everything!
PDF
WordCamp Raleigh 2016 - WP API, What is it good for? Absolutely Everything!
PDF
2019 WordCamp Orange County - An Introduction to the WordPress REST API
PPTX
Word press rest api sudarshan shrestha
PPTX
Beyond the Theme - Using WordPress as an API
PDF
Maine WordPress Meetup JSON REST API, 3/16/2016
PPTX
An Introduction to the WP REST API
PPTX
WordPress Rest API
PDF
WPCampus Online - The Case for the WordPress REST API
PDF
Intro the WordPress REST API by tomhermans
PDF
WP REST API - Adding Your Own Endpoint
PPTX
The WordPress REST API as a Springboard for Website Greatness
PDF
WordPress is advancing rAPIdly - WordCamp San Antonio 2015
PDF
WORDPRESS_REST_API_WORDPRESS_REST_API.pdf
PDF
WordPress RESTful API & Amazon API Gateway (English version)
PDF
Talking to 25% of the web - In-depth report and analysis on the WordPress RES...
PDF
Introduction to WordPress REST API
PDF
Old WP REST API, New Tricks
PDF
JSON REST API for WordPress
WordCamp Wilmington 2017 WP-API Why?
WordCamp Birmingham 2016 - WP API, What is it good for? Absolutely Everything!
WordCamp Raleigh 2016 - WP API, What is it good for? Absolutely Everything!
2019 WordCamp Orange County - An Introduction to the WordPress REST API
Word press rest api sudarshan shrestha
Beyond the Theme - Using WordPress as an API
Maine WordPress Meetup JSON REST API, 3/16/2016
An Introduction to the WP REST API
WordPress Rest API
WPCampus Online - The Case for the WordPress REST API
Intro the WordPress REST API by tomhermans
WP REST API - Adding Your Own Endpoint
The WordPress REST API as a Springboard for Website Greatness
WordPress is advancing rAPIdly - WordCamp San Antonio 2015
WORDPRESS_REST_API_WORDPRESS_REST_API.pdf
WordPress RESTful API & Amazon API Gateway (English version)
Talking to 25% of the web - In-depth report and analysis on the WordPress RES...
Introduction to WordPress REST API
Old WP REST API, New Tricks
JSON REST API for WordPress
Ad

More from Todd McKee (16)

KEY
Healthcare: There’s an App for That
PDF
Apps education
PPTX
The Effective Use of Technology in Teaching
PDF
Presenting with Apple Products
KEY
GSA Boston 2011
KEY
Dropbox
PPTX
Using YouTube in PowerPoint: Quick Guide
PPTX
PowerPoint 2010: What's New
PPTX
Delicious: Social Bookmarking
PPTX
RSS: RSS Readers
PPTX
Free stuff
ZIP
Counting Apples (Data Collection & Reporting)
PDF
Web2.0 Education Final
PDF
Podcasting Final
PDF
Web2.0 for Education - Teaching with Technology Symposium
PDF
Podcasting - Teaching with Technology Symposium
Healthcare: There’s an App for That
Apps education
The Effective Use of Technology in Teaching
Presenting with Apple Products
GSA Boston 2011
Dropbox
Using YouTube in PowerPoint: Quick Guide
PowerPoint 2010: What's New
Delicious: Social Bookmarking
RSS: RSS Readers
Free stuff
Counting Apples (Data Collection & Reporting)
Web2.0 Education Final
Podcasting Final
Web2.0 for Education - Teaching with Technology Symposium
Podcasting - Teaching with Technology Symposium

Recently uploaded (20)

PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Computing-Curriculum for Schools in Ghana
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Yogi Goddess Pres Conference Studio Updates
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
01-Introduction-to-Information-Management.pdf
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
RMMM.pdf make it easy to upload and study
PPTX
Cell Structure & Organelles in detailed.
PPTX
Lesson notes of climatology university.
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
GDM (1) (1).pptx small presentation for students
Abdominal Access Techniques with Prof. Dr. R K Mishra
Computing-Curriculum for Schools in Ghana
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Microbial diseases, their pathogenesis and prophylaxis
Yogi Goddess Pres Conference Studio Updates
Microbial disease of the cardiovascular and lymphatic systems
VCE English Exam - Section C Student Revision Booklet
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
A systematic review of self-coping strategies used by university students to ...
01-Introduction-to-Information-Management.pdf
Chinmaya Tiranga quiz Grand Finale.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
RMMM.pdf make it easy to upload and study
Cell Structure & Organelles in detailed.
Lesson notes of climatology university.
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Module 4: Burden of Disease Tutorial Slides S2 2025
GDM (1) (1).pptx small presentation for students

Centralizing News through WordPress REST API