# ICAAL Quoting Engine

## Table of contents

* [Description](#description)
* [Installation](#installation)
* [Changelog](#changelog)
* [Contributors](#contributors)

## Description

This plugin will embed the ICAAL Quoting Engine within a popup on your site globally. You will be able to open and close the popup using buttons.

You also have the option to display a redirect notice on small devices so that the quoting engine will open in a new tab.

## Installation

1. Upload the `quoting-engine-plugin` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Create buttons throughout the website with the following attributes `data-toggle="quoting-engine"` and `data-iframe="{url}"` swapping `{url}` with the quoting engine URL
4. To enable the redirect popup you can add the following attribute `data-redirect-width="768"`

## Changelog

### 1.0.0 ###

Release Date: August 1st, 2016 

## Contributors

* [ashdotguru](https://github.com/ashdotguru)