Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2020-06-24 12:20:28

testlast
Member
Registered: 2020-06-24
Posts: 17

Integration to wordpress site

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

#2 2020-06-24 12:23:02

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Integration to wordpress site

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


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#3 2020-06-24 14:16:20

testlast
Member
Registered: 2020-06-24
Posts: 17

Re: Integration to wordpress site

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

#4 2020-06-24 14:55:16

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Integration to wordpress site

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?


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#5 2020-06-24 15:39:07

testlast
Member
Registered: 2020-06-24
Posts: 17

Re: Integration to wordpress site

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

#6 2020-06-24 16:17:05

testlast
Member
Registered: 2020-06-24
Posts: 17

Re: Integration to wordpress site

I think the issue is with when using the beta version of chat widget

I tried using the legacy version and it worked

Offline

#7 2020-06-24 16:22:59

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Integration to wordpress site

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


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#8 2020-06-24 17:06:47

testlast
Member
Registered: 2020-06-24
Posts: 17

Re: Integration to wordpress site

Im running application using docker

Offline

#9 2020-06-24 19:13:02

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Integration to wordpress site

I think you are having issue with server configuration.
Wordpress run under Apache, Nginx ?


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

Board footer