PluginProbe
Github Embed / 1.2
Github Embed v1.2
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.0.1 2.0.2 2.1.0 2.2.0 2.2.1
github-embed / readme.txt

readme.txt in Github Embed 1.2, at readme.txt

58 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Github Embed ===
2 Contributors: leewillis77
3 Donate link: http://www.leewillis.co.uk/wordpress-plugins/?utm_source=wordpress&utm_medium=www&utm_campaign=github-embed
4 Tags: github, embed, oembed
5 Requires at least: 3.5
6 Tested up to: 3.5.1
7 Stable tag: 1.2
8
9 == Description ==
10
11 Plugin that allows you to embed details from github just by pasting in the URL as you would any other embed source. Currently supports:
12
13 * Repositories
14 * User profiles
15 * Project milestone summaries
16 * Project contributors
17
18 Coming soon:
19
20 * Gists...
21
22 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!
23
24 The main development is all going on on [GitHub](https://github.com/leewillis77/wp-github-oembed).
25
26 == Installation ==
27
28 1. Upload the plugin to the `/wp-content/plugins/` directory
29 2. Activate the plugin through the 'Plugins' menu in WordPress
30 3. Paste a Github repo, or user URL into a post, or page
31
32 == Frequently Asked Questions ==
33
34 = Can I change the layout? =
35 Not yet, we're hoping to add templating - [all contributions welcome](https://github.com/leewillis77/wp-github-oembed)!
36
37 == Screenshots ==
38
39 1. GitHub Repository
40 2. GitHub user profile
41 3. Project milestone summaries
42 4. Project contributors
43
44 == Changelog ==
45
46 = 1.2 =
47
48 * Split API calls into separate class
49 * Implement milestone summaries
50 * Implement contributor lists
51
52 = 1.1 =
53
54 * Default CSS and more styling
55
56 = 1.0 =
57
58 * First release