Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Javascript integration

The javascript integration is installable over npm

npm install --save komentify

How to use

import komentify from 'komentify'

const komentifyInstance = komentify({
  appId: 'myAppId',
  elementId: 'myDivWrapperId'
})

console.log(komentifyInstance.getScriptSnippet())

The options that can be specified are:

  • appId The App ID that can be found in the komentify backend
  • elementId ID of element that should contain the component
  • siteId (optional) ID that specifies the current site that is viewed