‘JSON’ Videos

  • Zac Gordon: JavaScript for WordPress Workshop PART 3

    WordCamp Seattle 2017Speaker: Zac Gordon

    August 9, 2018 — In this workshop we will learn about JavaScript fundamentals like the DOM, Events and JSON all using native JavaScript. Then we will introduce the WordPress REST API and look at how to use it in both WordPress themes and stand alone JavaScript applications. Come get a foundation level understanding of this important topic of JavaScript and API driven WordPress development.

    Some experience with jQuery or JavaScript is encouraged.

    COME PREPARED!
    Make sure you come prepared! Come early to make sure you’re ready to go.

    For this workshop you will want to have the following:

    Laptop
    A working local WordPress install with SSL on your laptop (Zac suggests using Local by Flywheel or DesktopServer for easy setup)
    A Code Editor

    Presentation Slides »

  • Zac Gordon: JavaScript for WordPress Workshop PART 2

    WordCamp Seattle 2017Speaker: Zac Gordon

    August 9, 2018 — In this workshop we will learn about JavaScript fundamentals like the DOM, Events and JSON all using native JavaScript. Then we will introduce the WordPress REST API and look at how to use it in both WordPress themes and stand alone JavaScript applications. Come get a foundation level understanding of this important topic of JavaScript and API driven WordPress development.

    Some experience with jQuery or JavaScript is encouraged.

    COME PREPARED!
    Make sure you come prepared! Come early to make sure you’re ready to go.

    For this workshop you will want to have the following:

    Laptop
    A working local WordPress install with SSL on your laptop (Zac suggests using Local by Flywheel or DesktopServer for easy setup)
    A Code Editor

    Presentation Slides »

  • Zac Gordon: JavaScript for WordPress Workshop PART 1

    WordCamp Seattle 2017Speaker: Zac Gordon

    August 9, 2018 — In this workshop we will learn about JavaScript fundamentals like the DOM, Events and JSON all using native JavaScript. Then we will introduce the WordPress REST API and look at how to use it in both WordPress themes and stand alone JavaScript applications. Come get a foundation level understanding of this important topic of JavaScript and API driven WordPress development.

    Some experience with jQuery or JavaScript is encouraged.

    COME PREPARED!
    Make sure you come prepared! Come early to make sure you’re ready to go.

    For this workshop you will want to have the following:

    Laptop
    A working local WordPress install with SSL on your laptop (Zac suggests using Local by Flywheel or DesktopServer for easy setup)
    A Code Editor

    Presentation Slides »

  • Matthew Dorman: Slick Websites with Custom WordPress JSON API Endpoints

    WordCamp Phoenix 2016Speaker: Matthew Dorman

    October 31, 2016 — Detailed steps to build custom JSON API endpoints using WordPress REST API for your next WordPress site.

  • Meeky Hwang: Slick Websites with Custom API Endpoints

    WordCamp Boston 2016Speaker: Meeky Hwang

    August 6, 2016 — Detailed steps to build the custom JSON API endpoints using WordPress REST API, and how to use it on the site build.

    Presentation Slides »

  • Kazuya Takami: WordPress+JSON-LDで構造化するこれからのマークアップ

    WordCamp Kansai 2016Speaker: Kazuya Takami

    July 29, 2016 — Googleなどの検索エンジンに対してコンテンツの内容を伝える構造化データの実装にJSONベースのデータ形式「JSON-LD」があります。
    WordPressで構造化データを実装する方法や公式テーマの実装状況、Googleが推奨するschema.orgボキャブラリの埋め込み、
    構造化データが検索結果にどのように反映されていくのかお話させていただきます。

    Presentation Slides »

  • Luigi Maselli: Controllare la WP REST API tramite JavaScript e React

    WordCamp Torino 2016Speaker: Luigi Maselli

    April 19, 2016 — La complessità uccide la creatività e rallenta lo sviluppo del software. Avere i dati in JSON separati dalla loro presentazione ci permette di realizzare dei servizi più ottimizzati e più facili da mantenere per il nostro caso d’uso. Vedremo quali sono le potenzialità della nuova WP API e un esempio pratico con JavaScript e ReactJS.

    Presentation Slides »

  • Justin Sainton: Intro to WP-API

    WordCamp Cape Town 2015Speaker: Justin Sainton

    February 11, 2016 — The WP REST API is slated to be included into WordPress this year. This is one of the most drastic shifts (if not the most drastic) in the WordPress landscape. Companies like Wired.com, the New York Times and Rant Sports are using the API today to craft incredible experiences on top of WordPress. We often talk of vanity metrics, ideas like “WordPress runs 23% of the web”. Once the WP REST API is in WordPress, these become meaningless. WordPress will eventually be running parts of 100% of the web. This talk outlines the history of the API, the differences between the current stable version and what will likely be in WordPress, as well as paradigms and patterns within the project and some practical examples of how it might be used.

    Presentation Slides »

  • Birgit Olzem: WordPress REST API– Best Practise and Use Cases

    WordCamp Berlin 2015Speaker: Birgit Olzem

    January 24, 2016 — Faszination WP API – wie du die Schnittstelle für deine Zwecke einsetzen kannst könnte der Titel auch heißen, aber wir wollen ja sachlich bleiben. Unsere Session gibt einen kurzen Überblick, einen fokussierten Einblick und atemberaubenden Ausblick über / in / auf die WP API.

    Presentation Slides »

  • Matt Cheney and Mark Llobrera: Decoupled Development with WordPress JSON APIs

    WordCamp US 2015Speakers: Matt Cheney, Mark Llobrera

    December 11, 2015 — WordPress is coming of age as an application platform. Plugins like WP-API 2.0 and the JSON REST API have arrived, opening up new opportunities for how websites and applications are constructed with WordPress as a CMS. More and more developers are discovering the benefits of “decoupled” development for websites and applications, where the front-end client (website, native mobile, desktop) is built as a separate system from the CMS itself.