Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        





Easy!Appointments



Easy!Appointments - WordPress Plugin




Easy!Appointments appointment scheduling integration for WordPress.


GitHub
GitHub release (latest by date)


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)