Skip to content

phonetworks/graphjs-wp-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphJS WordPress Plugin

This WordPress plugin provides easy way to use GraphJS 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.

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.