Browse Source

Tagging 1.3

widget 1.3
Lee Willis 12 years ago
parent
commit
56e2b41323
  1. 10
      README.md
  2. 2
      github-api.php

10
README.md

@ -3,19 +3,19 @@
Plugin that allows you to embed details from github just by pasting in the URL as you would any other embed source. Currently supports: Plugin that allows you to embed details from github just by pasting in the URL as you would any other embed source. Currently supports:
### Repositories ### Repositories
__https://github.com/leewillis77/wp-github-oembed__ __https://github.com/leewillis77/wp-github-oembed__
![Sample output for repository](https://raw.github.com/leewillis77/wp-github-oembed/master/screenshot-1.png) ![Sample output for repository](https://raw.github.com/leewillis77/wp-github-oembed/master/screenshot-1.png)
### User profiles ### User profiles
__https://github.com/leewillis77/__ __https://github.com/leewillis77/__
![Sample output for a user](https://raw.github.com/leewillis77/wp-github-oembed/master/screenshot-2.png) ![Sample output for a user](https://raw.github.com/leewillis77/wp-github-oembed/master/screenshot-2.png)
### Milestone summaries ### Milestone summaries
__https://github.com/leewillis77/wp-github-oembed/issues?milestone=1&state=open__ __https://github.com/leewillis77/wp-github-oembed/issues?milestone=1&state=open__
![Sample output for a milestone](https://raw.github.com/leewillis77/wp-github-oembed/master/screenshot-3.png) ![Sample output for a milestone](https://raw.github.com/leewillis77/wp-github-oembed/master/screenshot-3.png)
### Repository contributors ### Repository contributors
__https://github.com/leewillis77/wp-github-oembed/graphs/contributors__ __https://github.com/leewillis77/wp-github-oembed/graphs/contributors__
![Sample output for a list of contributors](https://raw.github.com/leewillis77/wp-github-oembed/master/screenshot-4.png) ![Sample output for a list of contributors](https://raw.github.com/leewillis77/wp-github-oembed/master/screenshot-4.png)
Coming soon: Coming soon:
@ -23,7 +23,7 @@ Coming soon:
* Gists... * Gists...
The plugin provides very basic styling, but adds classes so you can style as you see fit. If anyone has some ideas for a better default stylesheet - pull requests welcome! The plugin provides very basic styling, but adds classes so you can style as you see fit. If anyone has some ideas for a better default stylesheet - pull requests welcome!
lugin that allows you to embed details about a github user, or repo just by pasting in the repo URL as you would any other embed source. lugin that allows you to embed details about a github user, or repo just by pasting in the repo URL as you would any other embed source.
## Installation ## Installation

2
github-api.php

@ -12,7 +12,7 @@ define ( 'GEDEBUG_CALL', 1 );
define ( 'GEDEBUG_RESP', 2 ); define ( 'GEDEBUG_RESP', 2 );
// Selected debug level // Selected debug level
define ( 'GITHUB_API_LEVEL', GEDEBUG_NONE ); define ( 'GITHUB_API_LEVEL', GEDEBUG_RESP );
/** /**

Loading…
Cancel
Save