How to integrate a muut.com forum inside a Webflow page

Hi All,

I am trying to embed a forum from muut.com and not quite sure what type of embedding should I use.
There are the options:

EXISTING PAGE

    <a class="muut" href="https://muut.com/i/aconca">aconca</a>
    <script src="//cdn.muut.com/1/moot.es.min.js"></script>

NEW PAGE

    <!DOCTYPE html>
    <html>
     <head>
       <title>aconca</title>
       <meta charset="UTF-8">
       <meta name="viewport" content="width=device-width">
       <meta http-equiv="X-UA-Compatible" content="IE=edge">
     </head>
     <body>
       <a class="muut" href="https://muut.com/i/aconca">aconca</a>
       <script src="//cdn.muut.com/1/moot.es.min.js"></script>
     </body>
    </html>

EMBED LOCATION

https://muut.com/websitename

SECURE EMBEDDING:

Community

I’ll appreciate your help
Charlie

Embed Block and the first option:

<a class="muut" href="https://muut.com/i/community-name">Your Community Title</a>
<script src="//cdn.muut.com/1/moot.min.js"></script>

I got it. Also, to keep the same font style add this

body { font-family: "myriad pro", tahoma, verdana, arial, sans-serif; margin: 0; }

your community