{"id":272285,"date":"2026-01-15T13:18:29","date_gmt":"2026-01-15T13:18:29","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/projects-manager-for-github\/"},"modified":"2026-01-15T13:18:11","modified_gmt":"2026-01-15T13:18:11","slug":"projects-manager-for-github","status":"publish","type":"plugin","link":"https:\/\/kin.wordpress.org\/plugins\/projects-manager-for-github\/","author":23413080,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"trunk","tested":"6.9.4","requires":"5.2","requires_php":"7.2","requires_plugins":null,"header_name":"Projects Manager for GitHub","header_author":"Umer Ali","header_description":"Effortlessly fetch public GitHub repositories and showcase them as projects on your WordPress site via the GitHub API.","assets_banners_color":"","last_updated":"2026-01-15 13:18:11","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/github.com\/umerwebdev","rating":0,"author_block_rating":0,"active_installs":0,"downloads":135,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"<strong>Dashboard Hub<\/strong> - Easily search for GitHub users and view their repositories.","2":"<strong>Imported Project<\/strong> - How a single project looks on the frontend with metadata and README."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1556,1673,789,10302,14091],"plugin_category":[43],"plugin_contributors":[254056],"plugin_business_model":[],"class_list":["post-272285","plugin","type-plugin","status-publish","hentry","plugin_tags-api","plugin_tags-github","plugin_tags-portfolio","plugin_tags-projects","plugin_tags-repository","plugin_category-customization","plugin_contributors-umeralifarooq","plugin_committers-umeralifarooq"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/projects-manager-for-github.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p><strong>Projects Manager for GitHub<\/strong> allows you to showcase your GitHub portfolio on your WordPress site effortlessly. Simply enter a GitHub username, and the plugin will fetch all public repositories. You can then import specific repositories as \"Projects\" (Custom Post Types) to your site.<\/p>\n\n<p>The plugin imports:\n*   Repository Name &amp; Description\n*   Star, Fork, &amp; Watcher Counts\n*   Primary Language &amp; Topics\n*   Creation &amp; Update Dates\n*   <strong>Full README content<\/strong> (displays below the project details)<\/p>\n\n<p>It integrates seamlessly with your active theme, ensuring your header, footer, and styles remain consistent.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li><strong>AJAX-based Fetching:<\/strong> Search for any GitHub user and fetch their repositories instantly without page reloads.<\/li>\n<li><strong>One-Click Import:<\/strong> Add repositories to your site with a single click.<\/li>\n<li><strong>Duplicate Prevention:<\/strong> Checks if a repository already exists to prevent duplicates.<\/li>\n<li><strong>Clean Integration:<\/strong> Uses WordPress's standard <code>the_content<\/code> filter to append repository data, ensuring compatibility with almost all themes and page builders.<\/li>\n<li><strong>Security First:<\/strong> Built with strict sanitization, capability checks, and nonce verification.<\/li>\n<\/ul>\n\n<h3>External Services<\/h3>\n\n<p>This plugin connects to the <strong>GitHub API<\/strong> (api.github.com) to fetch public repository information. This is required for the core functionality of displaying GitHub repositories on your WordPress site.<\/p>\n\n<p><strong>What data is sent:<\/strong>\n*   GitHub username (when searching for repositories)\n*   Repository owner and name (when fetching README files)<\/p>\n\n<p><strong>When data is sent:<\/strong>\n*   When you click \"Fetch Repository\" in the admin dashboard\n*   When you import a repository to create a new project (to fetch README content)<\/p>\n\n<p><strong>Service provider:<\/strong>\n*   GitHub, Inc.\n*   Terms of Service: https:\/\/docs.github.com\/en\/site-policy\/github-terms\/github-terms-of-service\n*   Privacy Policy: https:\/\/docs.github.com\/en\/site-policy\/privacy-policies\/github-privacy-statement<\/p>\n\n<p><strong>Note:<\/strong> This plugin uses the public GitHub API which does not require authentication. No personal data from your WordPress site or your users is sent to GitHub.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/projects-manager-for-github<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress.<\/li>\n<li>Go to the <strong>GitHub Projects<\/strong> menu in your dashboard.<\/li>\n<li>Enter a GitHub username (e.g., <code>facebook<\/code> or <code>vercel<\/code>) and click \"Fetch Repository\".<\/li>\n<li>Click the \"+\" button to import a repository to your site.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"why%20do%20i%20see%20a%20404%20page%20not%20found%20error%20when%20viewing%20a%20project%3F\"><h3>Why do I see a 404 Page Not Found error when viewing a project?<\/h3><\/dt>\n<dd><p>This is a common issue with new Custom Post Types in WordPress.\n<strong>Solution:<\/strong>\n1.  Go to <strong>Settings &gt; Permalinks<\/strong> in your WordPress dashboard.\n2.  Scroll down and click the <strong>Save Changes<\/strong> button. You do not need to change any settings; simply clicking save flushes the rewrite rules and fixes the 404 error.<\/p><\/dd>\n<dt id=\"does%20this%20plugin%20require%20a%20github%20api%20key%3F\"><h3>Does this plugin require a GitHub API Key?<\/h3><\/dt>\n<dd><p>No, it uses the public GitHub API, which allows for a reasonable number of requests without authentication.<\/p><\/dd>\n<dt id=\"will%20this%20work%20with%20my%20theme%3F\"><h3>Will this work with my theme?<\/h3><\/dt>\n<dd><p>Yes! The plugin is designed to inject repository details into your theme's standard content area, so it respects your theme's header, footer, and styling.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<li>Added feature to fetch public repositories by username.<\/li>\n<li>Implemented Custom Post Type 'All Projects'.<\/li>\n<li>Added automatic README fetching and display.<\/li>\n<\/ul>","raw_excerpt":"Fetch public GitHub repositories via API and display them as native WordPress projects with your theme&#039;s header and footer.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/272285","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=272285"}],"author":[{"embeddable":true,"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/umeralifarooq"}],"wp:attachment":[{"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=272285"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=272285"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=272285"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=272285"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=272285"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=272285"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}