Custom wording

You can change individual words or sentences by modifying the moot.language object right after where the moot.min.js script has been included. However, additional code is required for Squarespace users who want to implement our custom wording feature.

The normal custom wording embed would look something like this:

<a class="muut" href="https://muut.com/i/[community-name]">Your Community Title</a>
<script src="//cdn.muut.com/1/moot.min.js"></script>
<script>moot.language.start = "What's up?"</script>
<script>moot.language.channels = "Groups"</script>

For squarespace, we are going to manually insert the jquery.min.js script.

<a class="muut" href="https://muut.com/i/[community-name]">Your Community Title</a>
<script src="//code.jquery.com/jquery.min.js"></script>
<script src="//cdn.muut.com/1/moot.min.js"></script>
<script>moot.language.start = "What's up?"</script>
<script>moot.language.channels = "Groups"</script>

Please note the difference of the added line <script src="//code.jquery.com/jquery.min.js"></script> and the placement.

Custom wording works with both comments and forums and you can change every language "token" in the application. The available options are here.