Hi guys,
sorry but I'm a beginner about all of this and it's not really easy to understand the tutorial, I tried to read other issues but they didn't resolve my problem and I'm confused.
- I didn't understand if I have to use preact;
- I should clone all repo in a specific folder? Because in the script below, that I should insert before the closing body tag, the folder is /js/ with the file widget.js but I don't find it.
<script>
window.intergramId = "Your unique chat ID"
window.intergramServer = "Server url"
</script>
<script id="intergram" type="text/javascript" src="**/js/widget.js**"></script>
- I should set other files inside some folders? Because the tutorial says nothing, but in some issues, someone says that.
Thanks for your patience.
Hi guys,
sorry but I'm a beginner about all of this and it's not really easy to understand the tutorial, I tried to read other issues but they didn't resolve my problem and I'm confused.
- I didn't understand if I have to use preact;
- I should clone all repo in a specific folder? Because in the script below, that I should insert before the closing body tag, the folder is /js/ with the file widget.js but I don't find it.
<script> window.intergramId = "Your unique chat ID" window.intergramServer = "Server url" </script> <script id="intergram" type="text/javascript" src="**/js/widget.js**"></script>Thanks for your patience.