You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.3 KiB
1.3 KiB
=== Github Embed ===
Contributors: leewillis77
Donate link: http://www.leewillis.co.uk/wordpress-plugins/?utm_source=wordpress&utm_medium=www&utm_campaign=github-embed
Tags: github, embed, oembed
Requires at least: 3.5
Tested up to: 3.5.1
Stable tag: 1.1
== Description ==
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
* User profiles
* Project milestone summaries
Coming soon:
* 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 main development is all going on on [GitHub](https://github.com/leewillis77/wp-github-oembed).
== Installation ==
1. Upload the plugin to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Paste a Github repo, or user URL into a post, or page
== Frequently Asked Questions ==
= Can I change the layout? =
Not yet, we're hoping to add templating - [all contributions welcome](https://github.com/leewillis77/wp-github-oembed)!
== Screenshots ==
1. GitHub Repository
2. GitHub user profile
== Changelog ==
= ?? =
Split API calls into separate class
Implement milestone summaries
= 1.1 =
Default CSS and more styling
= 1.0 =
First release