php код чата для виджета вордпресс

<h5>Чат</h5>
<html>
	<head>
	</head>
<body>
<iframe src="wp-content/utils/chatframe.php" style="border: none;" loading = "lazy"></iframe>
<div id="zatemnenie">
<div id="okno">
<iframe src="wp-content/utils/chat.php" width="520px" height="810" frameborder="0"></iframe>
<a href="#" class="close">Закрыть чат</a>
</div>
</div>
<button class="c-button" onclick="window.location.href = '#zatemnenie';">Наследить</button>
</body>
</html>