You are opening this website from: Your Country: United States
function create_chatbot_popup() {
echo '<div id="chatbot-popup">
<!-- Chatbot content goes here -->
</div>';
}
add_action('wp_head', 'create_chatbot_popup');