hi yo.I have created comment chats through Java script, but I cannot enable emoji packs through them. Either the Chats themselves disappear or nothing happens, and the assistant can't handle it either. Please tell me how
hi yo.I have created comment chats through Java script, but I cannot enable emoji packs through them. Either the Chats themselves disappear or nothing happens, and the assistant can't handle it either. Please tell me how
10 Comments
perchance@lemmy.world · 3 pts · 1y
I think what you want is just to put this on a new line in your lists editor:
and then add it like this:
qinerous@lemmy.world · 1 pts · 1y
Thanks, it helped
VioneT@lemmy.world · 1 pts · 1y
See this related thread for importing through JS.
qinerous@lemmy.world · 1 pts · 1y
Yes, I've seen this post. It didn't help me, or I added it in the wrong place :0
VioneT@lemmy.world · 1 pts · 1y
Can you link the page you are working with?
qinerous@lemmy.world · 1 pts · 1y
https://perchance.org/qineplayer
VioneT@lemmy.world · 2 pts · 1y
Best way I would think is use the default comment options that you have on the Perchance lists:
As the base options like so:
qinerous@lemmy.world · 1 pts · 1y
Thanks, but how do I link the top block to the JavaScript block? Because they don't see each other :0
VioneT@lemmy.world · 3 pts · 1y
There should be no problem with linking the
defaultCommentOptionson JavaScript, it would be on this part of your code on the HTML:The problem is
bannedUsersListis not in the generator, so it gives errors. Removing that from thedefaultCommentOptionsmakes it work.qinerous@lemmy.world · 1 pts · 1y
Thanks for the help