Skip to content

behnamkhaniofficials/wpcom-connect-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress.com Connect Examples

Code Examples for Implementing WordPress.com Connect

Instructions

These examples require minor changes to get working. The full instructions for getting a PHP app running are on developer.wordpress.com.

These instructions assume you know how to run a website for your chosen framework: PHP (start a webserver), Node.js (run npm install), etc.

  1. Log in to WordPress.com
  2. Create a new WPCC application: developer.wordpress.com/apps/. You can change these settings at any time.
  3. Search for TODO in all the files for your particular framework, and adjust them as appropriate.
  4. Start your server and log in.
  5. Profit!

Storing and using the access token is an exercise left for the developer.

Current Frameworks

Language Framework Author
PHP N/A Automattic
Javascript Node.js Express Automattic
Python Flask Automattic

Where is Framework X?

If you implement a framework we don't have, we'd love to include it in this project. Just submit a pull request.

About

Code Examples for Implementing WordPress.com Connect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 37.1%
  • JavaScript 32.8%
  • Python 30.1%