Описание
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
- Project contributors
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.
Treeware
You’re free to use this package for free, but if it makes it to your production environment please buy the world a tree.
Скриншоты
Установка
- Upload the plugin to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Paste a Github repo, or user URL into a post, or page
Часто задаваемые вопросы
-
Can I change the layout?
-
Not yet, we’re hoping to add templating — all contributions welcome!
Отзывы
Участники и разработчики
«Github Embed» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
Участники«Github Embed» переведён на 1 язык. Благодарим переводчиков за их работу.
Перевести «Github Embed» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
2.1.0
- Wrap recent commits in a tag, expanded by default. Props ZjzMisaka on GitHub
- Wrap contributor details in a tag, expanded by default.
2.0.2
- Fix issue where GitHub serves incorrectly sized images for non-avatar users
2.0.1
- Suggest Treeware donations
2.0
- Support for authenticating using personal access tokens
1.9
- Remove unused code — thanks to https://github.com/pjaudiomv
1.8
- New: All responses are now templated thanks to https://github.com/Zebouski
1.7
- Include GitHub logo rather than hotlinking to (no-longer supported) repo for image
- Add wp_github_oembed_logo_class filter
1.6
- Internal code cleanups
- Remove unnecessary debug code
1.5
- Fixes for newer GitHub milestone URLs
1.4
- Fix PHP warning that could block contributor embeds.
- Fix Contributor embeds to use correct API call
- Pass correct initial value to credentials filters
1.3
- Expire the oEmbed cache daily
1.2
- Split API calls into separate class
- Implement milestone summaries
- Implement contributor lists
1.1
- Default CSS and more styling
1.0
- First release