Plugin info

Total downloads: 1,356
Active installs: 10
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 4
Last updated: 12/25/2023 (737 days ago)
Added to WordPress: 4/20/2021 (4 years old)
Minimum WordPress version: 5.2
Tested up to WordPress version: 6.4.7
Minimum PHP version: 5.6

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 737 days ago • 2 reviews

22/100

Is My Github abandoned?

Possibly abandoned (last update 737 days ago).

Compatibility

Requires WordPress: 5.2
Tested up to: 6.4.7
Requires PHP: 5.6

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Show developer profile
Rating 0.0/5 (0 reviews)Active installs 0
Github Embed
Rating 3.9/5 (14 reviews)Active installs 1,000
Jekyll Exporter
Rating 3.5/5 (12 reviews)Active installs 700
Pastacode
Rating 4.9/5 (14 reviews)Active installs 500
Embed Block for GitHub
Rating 4.2/5 (5 reviews)Active installs 500
Gist GitHub Shortcode
Rating 5.0/5 (6 reviews)Active installs 200

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 by using the hook my_github_custom_template like this

add_filter('my_github_custom_template', function($url){
    return /template_path/file.php";
});

The plugin provides very basic styling. If anyone has any ideas for a better styling – pull requests are welcome!
The development repo is GitHub Repo.

Privacy Policy

My Github uses Appsero SDK to collect some telemetry data upon user’s confirmation. This helps us to troubleshoot problems faster & make product improvements.

Appsero SDK does not gather any data by default. The SDK only starts gathering basic telemetry data when a user allows it via the admin notice. We collect the data to ensure a great user experience for all our users.

Integrating Appsero SDK DOES NOT IMMEDIATELY start gathering data, without confirmation from users in any case.

Learn more about how Appsero collects and uses this data.

Installation

Installation is fairly straight forward. Install it from the WordPress plugin repository.

Bugs, technical hints or contribute

Please give us feedback, contribute and file technical bugs on GitHub Repo.

Frequently Asked Questions

Can I change the layout?

Yes! we added custom template, but it’s style is very basic – Contribute!

Review feed

Rajan Karmaker
4/25/2021

Awesome to showcase github profile

It is a great plugin to have on any developer's WordPress portfolio site. As a developer myself, I used this plugin on my WordPress site for showcasing my GitHub repo in a separate page. My portfolio site looks simply great and I am happy to display my work through this plugin.

Screenshots

  1. GitHub Profile

    GitHub Profile

  2. GitHub Widget Setup

    GitHub Widget Setup

  3. GitHub Widget Profile View

    GitHub Widget Profile View

Changelog

1.2.4

  • Tested with the new WordPress version 6.4.2

1.2.3

  • Tested with the new WordPress version 6.2

1.2.2

  • Add custom template option.

1.2.1

  • Add Classic Editor ShortCode support.

1.2.0

  • Add GitHub Widget Profile View.

1.1.0

  • Add Personal Access Token to authenticate a user Token.

1.0.0

  • Initial Release