# wpcom-connect-examples **Repository Path**: mirrors_Automattic/wpcom-connect-examples ## Basic Information - **Project Name**: wpcom-connect-examples - **Description**: Code Examples for Implementing WordPress.com Connect - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](http://developer.wordpress.com/docs/wpcc/). 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](http://wordpress.com) 2. Create a new WPCC application: [developer.wordpress.com/apps/](https://developer.wordpress.com/apps/). You can change these settings at any time. 3. Adjust the following values (in the proper config file) to match the ones in your WPCC application: - Client ID - Client Secret - Login URL - Redirect URL 4. Start your server and log in. 5. Profit! Storing and using the access token is an exercise left for the developer. ### Current Demos | Demo | Language | Framework | Description | Author | |---------------------------------|------------|-----------------|-----------------------------------|-------------------------------------| | [`/php`](php) | PHP | N/A | Auth via wp.com and token display | [Automattic](http://automattic.com) | | [`/node-express`](node-express) | Javascript | Node.js Express | Auth via wp.com and token display | [Automattic](http://automattic.com) | | [`/python-flask`](python-flask) | Python | Flask | Auth via wp.com and token display | [Automattic](http://automattic.com) | ### Where is the demo for 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.