{"id":19484936,"url":"https://github.com/omiyagames/itchio-button","last_synced_at":"2026-04-20T14:05:07.617Z","repository":{"id":92285765,"uuid":"239063363","full_name":"OmiyaGames/itchio-button","owner":"OmiyaGames","description":"Wordpress plugin that adds the shortcode, [itchio-button].","archived":false,"fork":false,"pushed_at":"2021-01-25T00:50:42.000Z","size":14,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-18T14:32:58.636Z","etag":null,"topics":["omiya-games","shortcode","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OmiyaGames.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"omiyagames","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-02-08T03:30:57.000Z","updated_at":"2021-01-25T00:50:44.000Z","dependencies_parsed_at":"2023-06-08T07:00:38.537Z","dependency_job_id":null,"html_url":"https://github.com/OmiyaGames/itchio-button","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/OmiyaGames/itchio-button","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fitchio-button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fitchio-button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fitchio-button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fitchio-button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmiyaGames","download_url":"https://codeload.github.com/OmiyaGames/itchio-button/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fitchio-button/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32050454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["omiya-games","shortcode","wordpress","wordpress-plugin"],"created_at":"2024-11-10T20:24:47.682Z","updated_at":"2026-04-20T14:05:07.588Z","avatar_url":"https://github.com/OmiyaGames.png","language":"PHP","funding_links":["https://ko-fi.com/omiyagames"],"categories":[],"sub_categories":[],"readme":"# Itch.io Button Shortcode\nGenerates a button to prompt the user whether they want to purchase a game on [Itch.io](https://itch.io) or not.\n\n# Usage\nCreate a download button for the game, [*Air Flip Drive* by Omiya Games](https://omiyagames.itch.io/airflipdrive).\n```\n[itchio-button game=\"airflipdrive\" user=\"omiyagames\"]\n```\n\nCreate a buy button for the game, [*Air Flip Drive* by Omiya Games](https://omiyagames.itch.io/airflipdrive).\n```\n[itchio-button game=\"airflipdrive\" user=\"omiyagames\" text=\"Buy Now\"]\n```\n\nCreate a download button for the game, [*Air Flip Drive* by Omiya Games](https://omiyagames.itch.io/airflipdrive), that's 1280 pixels wide, and 720 pixels tall.\n```\n[itchio-button game=\"airflipdrive\" user=\"omiyagames\" width=\"1280\" height=\"720\"]\n```\n\n# Options\nThe following options are supported:\n\n## `game`\n(string) (required) The name (slug) of the game.  For example, if the URL of the game is \"[`https://omiyagames.itch.io/airflipdrive`](https://omiyagames.itch.io/airflipdrive),\" then fill this field with the string that comes after \"`itch.io/`,\" i.e. \"`airflipdrive`.\"\n\n## `user`\n(string) (required) The username (slug) of who the game belongs to.  For example, if the URL of the game is \"[`https://omiyagames.itch.io/airflipdrive`](https://omiyagames.itch.io/airflipdrive),\" then fill this field with the string that comes in between \"`https://`\" and \"`.itch.io/`,\" i.e. \"`omiyagames`.\"\n\n## `text`\n(string) (optional) The text that'll appear on the button.\n\nDefault: \"Download\"\n\n## `width`\n(integer) (optional) The width of the pop-up that appears after clicking the download button, in pixels.\n\nDefault: 650\n\n## `height`\n(integer) (optional) The height of the pop-up that appears after clicking the download button, in pixels.\n\nDefault: 400\n\n# Known Issues\n\n- Only one button can be created per webpage (so be careful about adding this to a widget).  The shortcode does not create a unique ID for each button.\n\n# References\n\n- [`Itch.attachBuyButton()`](https://itch.io/docs/api/javascript#reference/itchattachbuybuttonelement-options)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomiyagames%2Fitchio-button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomiyagames%2Fitchio-button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomiyagames%2Fitchio-button/lists"}