My Github

plugin banner

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

Author:Ratul Hasan (profile at wordpress.org)
WordPress version required:5.2
WordPress version tested:6.4.2
Plugin version:1.2.4
Added to WordPress repository:20-04-2021
Last updated:25-12-2023
Rating, %:100
Rated by:2
Plugin URI:https://github.com/RatulHasan/my-github
Total downloads:897
Active installs:10+
plugin download
Click to start download

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.


Screenshots
FAQ
ChangeLog