If you want to add GraphCommment to your app, follow these easy steps:
First load [integration.js](https://graphcomment.com/js/integration.js) inside your app.
Then launch GraphComment using:
var gc_params = {
graphcomment_id: '<your website key>',
target: document.getElementById('#gc'), // optional, #graphcomment by default
};
window.graphcomment(gc_params);