12221. >Anonymous-san   User: Anonymous   Post date: 2024/06/24(Mon) 05:05:07          
> > There's no BBCode here so I'm not sure I understand... are u asking 
> > about the kaomoji buttons?
> > You can see the JS for that by using View Source ヽ(´ー`)ノ
> Yes I meant the kaomoji buttons, the little AA characters at the bottom of the post form.
> I looked at the source, is there a github link for the JS

afaik there's no github link with it
but I think this is the file you're looking for
https://static.heyuri.net/js/addemotes.js (download it, don't direct link it lol)

a very basic sample page that will let you use the script:
<!DOCTYPE html>
<html>
  <body>
    <textarea id="com"></textarea>
    <script src=addemotes.js></script>
  </body>
</html>

you'll need to modify the script for your site naturally (eg, the emotes list, what bbcode tags you support, etc), but this should get you going

Reference: 2024/06/23(Sun) 20:13:13

Follow-up post (reply) ←Return

 
 
 

(Up to 200 columns and 180 lines. Please insert line breaks where appropriate. HTML/BBCode tags cannot be used.)