# GraphJS WordPress Plugin

This WordPress plugin provides easy way to use [GraphJS](https://graphjs.com/) in WordPress based website.
It provides set of shortcodes that generates equivalent GraphJS HTML element.

For more information on available GraphJS elements, see [https://graphjs.com/docs](https://graphjs.com/docs).

## Usage

* In the settings page, update the GraphJS UUID and other options.
* Use shortcodes in the editor like

    `[graphjs-auth position="topleft"]`

    This will generate following HTML content

    `<graphjs-auth position="topleft"></graphjs-auth>`

## License

MIT, see [LICENSE](https://github.com/phonetworks/graphjs-wp-plugin/blob/master/LICENSE).
