Skip to content
Snippets Groups Projects
Commit f75444a8 authored by Nick Daugherty's avatar Nick Daugherty
Browse files

Cleanup README

parent dbb49670
No related branches found
No related tags found
No related merge requests found
WordPress Codebird WordPress Codebird
====================== ======================
*Contributors: @automattic, @batmoo, @danielbachuber, @nickdaugherty* * _Contributors: @automattic, @batmoo, @danielbachuber, @nickdaugherty_
*Tested up to: 3.5.1* * _Tested up to: 3.5.1_
*Stable tag: 1.0.1* * _Stable tag: 1.0.1_
*License: GPLv2 or later* * _License: GPLv2 or later_
*License URI: http://www.gnu.org/licenses/gpl-2.0.html* * _License URI: http://www.gnu.org/licenses/gpl-2.0.html_
Description Description
----------------------- -----------------------
An extension of the Codebird class to use WordPress' HTTP API instead of cURL. An extension of the [Codebird](https://github.com/mynetx/codebird-php) class to use WordPress' HTTP API instead of cURL.
Provides a drop in replacement for Codebird (mynetx/codebird-php) with improved WordPress integration by replacing all cURL calls with WordPress HTTP API calls. Provides a drop in replacement for Codebird with improved WordPress integration by replacing all cURL calls with WordPress HTTP API calls.
Usage Usage
-------------------- --------------------
Include both the Codebird library and `class-wp-codebird.php`, then get a new instance of `WP_Codebird`: Include both the Codebird library and `class-wp-codebird.php`, then get a new instance of `WP_Codebird`:
$wp_codebird = WP_Codebird::getInstance(); ```php
$wp_codebird = WP_Codebird::getInstance();
```
The rest of the api is identical to Codebird - it is a drop in replacement that does not require any modification to existing code. The rest of the api is identical to Codebird - it is a drop in replacement that does not require any modification to existing code.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment