Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alextselegidis/easyappointments-wordpress
📅 Add appointment bookings to your WordPress site
https://github.com/alextselegidis/easyappointments-wordpress
appointment appointment-booking book-appointments calendar collaboration events javascript mysql open-source php plugin time wordpress wordpress-plugin
Last synced: about 3 hours ago
JSON representation
📅 Add appointment bookings to your WordPress site
- Host: GitHub
- URL: https://github.com/alextselegidis/easyappointments-wordpress
- Owner: alextselegidis
- License: gpl-3.0
- Created: 2015-01-28T23:47:17.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T12:57:16.000Z (3 months ago)
- Last Synced: 2024-10-16T23:05:42.548Z (29 days ago)
- Topics: appointment, appointment-booking, book-appointments, calendar, collaboration, events, javascript, mysql, open-source, php, plugin, time, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://easyappointments.org/wordpress
- Size: 8.39 MB
- Stars: 43
- Watchers: 10
- Forks: 26
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Easy!Appointments - WordPress Plugin
Easy!Appointments appointment scheduling integration for WordPress.
About •
Setup •
Installation •
License![banner](assets/banner-772x250.png)
## About
Leverage your conversion rates by integrating the booking form directly in your WordPress pages. Customers will never
have to leave your website for booking an appointment. Take advantage of the scheduling power of Easy!Appointment which
will run smoothly with your WordPress installation. Include the booking form in your pages with the [easyappointments]
shortcode.*Minimum Requirements: WordPress v5.0 & PHP v5.6*
### Connecting Easy!Appointments with WordPress
Install and activate the plugin and navigate to `Easy!Appointments` menu of the WordPress admin section.
Connect to an existing Easy!Appointments installation by providing the preferred URL in the page form.
Once a connection is established you'll be able to include the booking form in your pages.### Include Booking in your Pages
WordPress supports the use of custom shortcodes which allow plugins to insert custom content into pages. This plugin
takes advantage of this functionality and creates an iframe that displays the booking form of Easy!Appointments. Include
the `[easyappointments]` shortcode in the correct place of your published contents as shown in the following example.```
[easyappointments width="100%" height="500px" style="border: 5px solid #1A865F; box-shadow: #454545 1px 1px 5px;"]
```The "width", "height" and "style" attributes are optional but can help you to fine tune the styling of the iframe.
### Translations
This plugin uses the **i18n** localization system of WordPress and the translations are po & mo files located in the
`languages` directory. Contributions are more than welcome so feel free to make pull requests with your translations or
send them directly to [[email protected]](mailto:[email protected]).## Setup
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js](https://nodejs.org/en/download/)
(which comes with [npm](http://npmjs.com)) and [Composer](https://getcomposer.org) installed on your computer. From your
command line:```bash
# Clone this repository
$ git clone https://github.com/alextselegidis/easyappointments-wordpress.git# Go into the repository
$ cd easyappointments-wordpress# Install dependencies
$ composer install
```## Installation
After building the plugin you will get a zip file that can be used with in the WordPress plugin installation page.
## License
Code Licensed Under [GPL v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) | Content Under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
---
Website [alextselegidis.com](https://alextselegidis.com)  ·Â
GitHub [alextselegidis](https://github.com/alextselegidis)  ·Â
Twitter [@alextselegidis](https://twitter.com/AlexTselegidis)###### More Projects On Github
###### ⇾ [Easy!Appointments · Open Source Appointment Scheduler](https://github.com/alextselegidis/easyappointments)
###### ⇾ [Plainpad · Self Hosted Note Taking App](https://github.com/alextselegidis/plainpad)
###### ⇾ [Integravy · Service Orchestration At Your Fingertips](https://github.com/alextselegidis/integravy)