{"id":38565278,"url":"https://github.com/onoffice-web-org/oo-wp-plugin","last_synced_at":"2026-01-27T17:02:31.243Z","repository":{"id":37359461,"uuid":"195059728","full_name":"onOffice-Web-Org/oo-wp-plugin","owner":"onOffice-Web-Org","description":"onOffice for WP-Websites","archived":false,"fork":false,"pushed_at":"2026-01-26T14:02:43.000Z","size":10842,"stargazers_count":11,"open_issues_count":16,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-01-27T00:35:29.507Z","etag":null,"topics":["onoffice","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wp-plugin.onoffice.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onOffice-Web-Org.png","metadata":{"files":{"readme":"Readme.md","changelog":"changelog.txt","contributing":null,"funding":null,"license":"LICENSE-agpl-3.0.txt","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":"2019-07-03T13:32:43.000Z","updated_at":"2026-01-26T14:01:16.000Z","dependencies_parsed_at":"2023-11-23T10:30:06.846Z","dependency_job_id":"94c4dc99-cea8-4eed-8309-133cb1e88a48","html_url":"https://github.com/onOffice-Web-Org/oo-wp-plugin","commit_stats":null,"previous_names":[],"tags_count":166,"template":false,"template_full_name":null,"purl":"pkg:github/onOffice-Web-Org/oo-wp-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onOffice-Web-Org%2Foo-wp-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onOffice-Web-Org%2Foo-wp-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onOffice-Web-Org%2Foo-wp-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onOffice-Web-Org%2Foo-wp-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onOffice-Web-Org","download_url":"https://codeload.github.com/onOffice-Web-Org/oo-wp-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onOffice-Web-Org%2Foo-wp-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28816571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: 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":["onoffice","wordpress","wordpress-plugin"],"created_at":"2026-01-17T07:53:22.376Z","updated_at":"2026-01-27T17:02:31.239Z","avatar_url":"https://github.com/onOffice-Web-Org.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# onOffice plugin for WordPress\n![Unit tests](https://github.com/onOfficeGmbH/oo-wp-plugin/workflows/Unit%20tests/badge.svg?branch=master)\n\nIntegrate real estates, contact forms and contact persons from the onOffice Software into your WordPress website.\n\n## Set up for development\n\nIn [./documentation/Building.md](./documentation/Building.md) you can find instructions for how to set up your development environment. There are also instructions for making a .zip file that you can upload to WordPress.\n\n## Getting Started\n\n1. Move the plugin directory into a new subdirectory inside the WordPress plugins directory (`wp-content/plugins/`)\n2. Create a new plugin folder called `onoffice-personalized` or create a new folder inside your theme called `onoffice-theme`.\n3. Copy the folder `templates.dist` to `onoffice-personalized/templates` or `onoffice-theme/templates`. This is where the newly created individual templates will go.\n4. Login into your WordPress page as an administrator and go to the plugins list by navigating to `Plugins` » `Installed Plugins`. You should be able to see and activate the onOffice for WP-Websites plugin. If no API token or secret have been saved so far, a notification will show up at the top. Clicking the link will bring you to the appropriate configuration page.\n5. Start editing inside the new `onoffice-personalized` or `onoffice-theme` folder.\n\n**IMPORTANT**: Although it is safe to disable the plugin, DELETING IT WILL WIPE ALL PLUGIN-RELATED DATA FROM THE DATABASE. WE DO NOT PROVIDE ANY WARRANTY FOR DATA LOSS!\n\n### Getting API Access\n\nRequest your own [onOffice trial version](https://onoffice.com/)\n\nContact us by phone (+49 241 446860) or email (support@onoffice.com) for questions concerning onOffice enterprise edition.\nPlease fill out this [form](https://wpplugindoc.onoffice.de/support-request/?lang=en) in regards to questions about our API or plugin development workflow.\n\nProceed to the next step once you have got an API token and secret.\n\n### Configuration Basics\n\nIn comparison to other real estate WordPress-plugins, this one does not use any file transfer via FTP but from the onOffice API.\nThis also means, you need to enter your API credentials before configuring anything else.\n\n#### A First Example: Creating a New Estate List\nIn order to create a new estate list, go to \"onOffice\" » \"Estates\" and press \"Add New\". **Give the new list a name**, pick the desired settings and click \"Save Changes\" at the bottom of the page. Going back to the estate list overview will show you the shortcode (i.e. `[oo_estate view=\"my new view\"]`. Paste this into a new page and open the preview. The new list of estates should be embedded.\n\nAn extensive documentation can be found at [wp-plugin.onoffice.com](https://wp-plugin.onoffice.com).\n\n## License\n\nThis project is licensed under both GNU AGPLv3 and GNU GPLv3:\n - the plugin itself is licensed under GNU AGPLv3. See LICENSE-agpl-3.0.txt.\n - config files and default templates are licensed under GNU GPLv3. See LICENSE-gpl.txt.\n\n## Contact\n\nonOffice GmbH\\\nCharlottenburger Allee 5\\\n52068 Aachen\\\nGermany\n\n[support@onoffice.com](mailto://support@onoffice.com)\\\n+49 241 446860\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonoffice-web-org%2Foo-wp-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonoffice-web-org%2Foo-wp-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonoffice-web-org%2Foo-wp-plugin/lists"}