{"id":51294451,"url":"https://github.com/tymeslot/tymeslot-wordpress","last_synced_at":"2026-06-30T13:02:32.405Z","repository":{"id":367068013,"uuid":"1279080545","full_name":"Tymeslot/tymeslot-wordpress","owner":"Tymeslot","description":"Official Tymeslot booking \u0026 scheduling plugin for WordPress — inline, popup, floating button, or Gutenberg block. Works with Tymeslot Cloud and self-hosted instances.","archived":false,"fork":false,"pushed_at":"2026-06-24T11:31:02.000Z","size":941,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-24T13:11:48.809Z","etag":null,"topics":["appointments","booking","calendly-alternative","gutenberg-block","scheduling","tymeslot","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/Tymeslot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-24T10:59:53.000Z","updated_at":"2026-06-24T11:31:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Tymeslot/tymeslot-wordpress","commit_stats":null,"previous_names":["tymeslot/tymeslot-wordpress"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Tymeslot/tymeslot-wordpress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tymeslot%2Ftymeslot-wordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tymeslot%2Ftymeslot-wordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tymeslot%2Ftymeslot-wordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tymeslot%2Ftymeslot-wordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tymeslot","download_url":"https://codeload.github.com/Tymeslot/tymeslot-wordpress/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tymeslot%2Ftymeslot-wordpress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34967640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["appointments","booking","calendly-alternative","gutenberg-block","scheduling","tymeslot","wordpress","wordpress-plugin"],"created_at":"2026-06-30T13:02:31.473Z","updated_at":"2026-06-30T13:02:32.400Z","avatar_url":"https://github.com/Tymeslot.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tymeslot for WordPress\n\nThe official WordPress plugin for [Tymeslot](https://tymeslot.app) — the open-source meeting-scheduling platform.\n\nAdd your Tymeslot booking page to any WordPress site with a **Gutenberg block**, a **`[tymeslot]` shortcode**, or a **floating button** — no code required. Works with both Tymeslot Cloud (`tymeslot.app`) and self-hosted instances.\n\n![Tymeslot for WordPress](.wordpress-org/banner-772x250.png)\n\n## Features\n\n- **Four embed modes** — inline, popup, floating button, and direct link.\n- **Gutenberg block** — configure everything from the editor sidebar.\n- **Shortcode** — `[tymeslot username=\"you\" mode=\"inline\"]`.\n- **Embed generator** — a branded settings screen that builds, previews, and copies snippets, mirroring the in-app Tymeslot generator.\n- **Live embedding check** — a browser-side probe loads your real booking page in the Setup tab and shows, at a glance, whether this site can embed it (Tymeslot blocks embedding by default) and how to fix it if not.\n- **Embed guard** — if a booking page can’t be embedded (domain not allow-listed), the front end shows a clean message in place of the booker instead of letting the Tymeslot homepage render inside your page, with an admin-only hint on how to fix it.\n- **Self-hosting friendly** — point the plugin at any Tymeslot instance.\n- **On-brand \u0026 accessible** — booking themes (Quill, Rhythm), layout, and language options. Your account's brand colour is applied automatically.\n\n## How it works\n\nThe plugin is a thin, well-behaved wrapper around Tymeslot’s existing embed runtime (`embed.js`). It generates markup **byte-identical** to the snippets produced by the Tymeslot dashboard’s own embed generator — the snippet engine in `includes/class-tymeslot-snippet.php` is a verified PHP port of the Core Elixir generator. The Gutenberg block and the shortcode both render through that single engine, so they can never drift apart.\n\nNo booking data touches WordPress: the booker runs in an iframe served by your Tymeslot instance. The plugin stores only your settings.\n\n## Requirements\n\n- WordPress 6.4+\n- PHP 7.4+\n- A Tymeslot account (free or Pro), cloud or self-hosted.\n\n## Installation (from source)\n\n```bash\ngit clone \u003cthis-repo\u003e tymeslot\ncd tymeslot\nnpm install        # block tooling\nnpm run build      # compiles the Gutenberg block into /build (already committed)\n```\n\nCopy the folder into `wp-content/plugins/` and activate it, then open **Tymeslot** in the admin menu.\n\n\u003e **Enable embedding:** Tymeslot blocks embedding by default. In your Tymeslot dashboard go to **Embed → Security** and add your WordPress site’s domain, or the booker will render blank. The Setup tab’s live embedding status confirms this for you.\n\n## Development\n\n| Command | Purpose |\n|---------|---------|\n| `npm run start` | Watch-build the block during development |\n| `npm run build` | Production build of the block (output committed to `/build`) |\n| `npm run lint:js` | Lint block JavaScript |\n| `composer lint` | PHP CodeSniffer against WordPress standards |\n\n### Snippet parity\n\nThe snippet engine is verified byte-for-byte against the live Tymeslot Core generator (`apps/tymeslot/lib/tymeslot_web/live/dashboard/embed_settings/helpers.ex`). If the Core generator changes, re-run the parity check and update `includes/class-tymeslot-snippet.php` accordingly.\n\n### Listing assets\n\nBranded SVG masters live in `.wordpress-org/`. Regenerate the wordpress.org PNGs with:\n\n```bash\n./.wordpress-org/generate-assets.sh\n```\n\n## License\n\nThis plugin is licensed **GPL-2.0-or-later** (as required for the WordPress.org Plugin Directory) — see `LICENSE`.\n\nThe Tymeslot platform itself — the Core Elixir/Phoenix application this plugin embeds — is licensed **AGPL-3.0**. The plugin and Core are independent programs: the plugin only embeds a Core booking page in an iframe (no code linking), so the two licences apply separately and there's no conflict with the plugin's GPL-2.0-or-later terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftymeslot%2Ftymeslot-wordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftymeslot%2Ftymeslot-wordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftymeslot%2Ftymeslot-wordpress/lists"}