Pour ajouter GraphComment sur votre app c’est très simple.
Vous devez d’abord charger le script [integration.js] (https://graphcomment.com/js/integration.js) au lancement de votre app.
Puis lorsque vous voulez lancer GraphComment, appelez:
var gc_params = {
graphcomment_id: '<your website key>',
target: document.getElementById('#gc'), // optionnel, #graphcomment par défaut
};
window.graphcomment(gc_params);