Embed Chat CV Widget
Integrate the Chat CV widget into your application with just one line of code. Provide your users with intelligent CV search capabilities powered by AI, directly within your platform.
Quick Setup in 3 Steps
Getting the Chat CV widget running in your application is incredibly simple. Follow these steps to integrate it seamlessly.
Add Script Tag
Simply add this single script tag to the <body> section of your HTML document:
<script src="https://chatcv.co.uk/embed.js"></script>Wait for Initialization
The script will automatically initialize the Chat CV widget when the page loads. No additional configuration needed—it just works out of the box!
✓ The widget is ready to use immediately after page load
Deploy & Enjoy
Deploy your application and the Chat CV widget will be available to all your users. They can now search for CVs directly within your app!
💡 Your users get instant access to millions of CVs with natural language search
Complete HTML Example
Here is a complete HTML file showing how to integrate the Chat CV widget:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My App with Chat CV Widget</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
margin: 0;
padding: 20px;
background-color: #f5f5f5;
}
.container {
max-width: 1200px;
margin: 0 auto;
background: white;
padding: 40px;
border-radius: 8px;
}
h1 { color: #333; }
p { color: #666; line-height: 1.6; }
</style>
</head>
<body>
<div class="container">
<h1>Welcome to Our Platform</h1>
<p>Search for qualified candidates using our AI-powered Chat CV widget.</p>
<!-- Your application content here -->
</div>
<!-- Chat CV Widget - Add this script tag -->
<script src="https://chatcv.co.uk/embed.js"></script>
</body>
</html>Framework Integration Examples
Choose your framework and follow the implementation guide. Click on the tabs below to see code examples for each framework.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My App with Chat CV Widget</title>
</head>
<body>
<h1>Welcome to My App</h1>
<!-- Chat CV Widget -->
<script src="https://chatcv.co.uk/embed.js"></script>
</body>
</html>Need Help?
Have questions about implementing the Chat CV widget? Our support team is here to help. Reach out to us at any time.