A chat badge-item needs to include:
<!-- COMPONENT START: Chat Icon -->
<div class="badge-item text-center">
<p class="badge-label">Chat with us on<br><strong>Live Chat</strong></p>
<a href="javascript:GeckoChat.boot(); GeckoChat.open();" class="badge-button">
<img src="https://www.bath.ac.uk/lens/110/assets/university-of-bath/images/icons/icon-chat.svg" alt="Two speech balloons overlapping to suggest conversation">
</a>
</div>
<!-- COMPONENT END: Chat Icon -->