Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Guys is there anyway i can export the chat widget to some form of plugin which i can upload to my wordpress site to be used
Offline
Hitestlast, welcome to the live helper chat forum!
You can use the widget just using the Embed code.
You don't need really a plugin; if you can't insert the code for example in the footer, maybe you need a plugin to add code to your website footer.
https://doc.livehelperchat.com/docs/integrating
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
im getting this error after doing that
Access to the widget is being blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Offline
Hi, this looks like to be a server configuration issue, if I'm not wrong.
https://forum.livehelperchat.com/viewtopic.php?id=3459
Maybe some headers missing, have you tried to search the error on Google?
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
yeah i have checked the error on google
also i have .htaccess file at the root of my folder below is the content of that file
```
AddType application/wasm .wasm
<Files ~ "\.(gif|jpe?g?|png|bmp|swf|css|js|svg|otf|eot|ttf|woff|woff2|swf|mp3|ogg|wasm|wav|pdf|ico|txt)$">
Header always Set Access-Control-Allow-Origin "*"
Header always Set Access-Control-Allow-Methods: "GET, POST, OPTIONS, PUT, DELETE"
Header always Set Access-Control-Allow-Headers: "Origin, X-Requested-With, Content-Type, Accept, API-Key, Authorization"
</Files>
```
Offline
I think the issue is with when using the beta version of chat widget
I tried using the legacy version and it worked
Offline
The issue seems to be not the httaccess file but if you have Apache maybe that.
See this: https://forum.livehelperchat.com/viewtopic.php?id=2195
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Im running application using docker
Offline
I think you are having issue with server configuration.
Wordpress run under Apache, Nginx ?
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Pages: 1