An open API service indexing awesome lists of open source software.

https://github.com/ratulhasan/my-github

A simple WordPress plugin that can track your github's public profile.
https://github.com/ratulhasan/my-github

github-profile github-widget-profile plugin portfolio profile shortcode wordpress-plugin

Last synced: 4 months ago
JSON representation

A simple WordPress plugin that can track your github's public profile.

Awesome Lists containing this project

README

          

# My Github
![GitHub Profile](https://ps.w.org/my-github/assets/banner-1544x500.jpg?rev=2524982)

### Description
A simple and nice WordPress plugin that can track your GitHub's profile. You can showcase your Followers, Following, Company, Location, Blog URL, Twitter Account, Public Repositories, Public Repository's Used Language.
If the installation is okay, go and create a page and/or post or update a page and/or post and insert a Shortcode 👉 [my_github] to show your profile.
You can also find Quick Tags in your editor. You can also setup your settings from My GitHub under Settings page. That's it.
* Currently supports:
* Editor ShortCode support
* GitHub Widget Profile View
* User profiles
* Repositories
* Used Main Language
* Repository Star Count
* Repository Watcher Count
* Repository Fork Count
* Repository License
* Repository's Last Pushed Time
* Add custom template option.

Developers can also add their custom header name by using the hook `git_name_header` like this

``
add_filter('git_name_header', function($url){
return "My Github Showcase";
});
``

Developers can also add their custom template name by using the hook `my_github_custom_template` like this

``
add_filter('my_github_custom_template', function($url){
return /template_path/file.php";
});
``
### Changelog
= 1.2.3 =
* Tested with the new WordPress version 6.2

= 1.2.2 =
* Add custom template option.

= 1.2.1 =
* Add Editor ShortCode support.

= 1.2.0 =
* Add GitHub Widget Profile View.

= 1.1.0 =
* Add Personal Access Token to authenticate a user [Token](https://github.com/settings/tokens).

= 1.0.0 =
* Initial Release

### Screenshot
GitHub Profile
![GitHub Profile](https://ps.w.org/my-github/assets/Screenshot-1.png?rev=2519845)

GitHub Widget Setup
![GitHub Widget Setup](https://ps.w.org/my-github/assets/Screenshot-2.jpg?rev=2520485)

GitHub Widget Profile View
![GitHub Widget Profile View](https://ps.w.org/my-github/assets/Screenshot-3.png?rev=2519845)