Embed Your OrbitView Resume
Transform your personal website with an interactive, AI-powered resume that visitors can chat with. Let them discover your experience through conversation.
Other (simpler) ways to showcase your OrbitView profile? Find out here
Code Examples
import React from 'react';
const OrbitViewResume = () => {
return (
<div className="orbitview-container">
<iframe
src="https://www.orbitview.net/profile/[username]" // replace this with your OrbitView account URL
width="100%"
height="600"
frameBorder="0"
title="Interactive Resume - Chat with my experience"
style={{
borderRadius: '12px',
boxShadow: '0 4px 20px rgba(0,0,0,0.1)'
}}
/>
</div>
);
};
export default OrbitViewResume;
Setup Steps
Get Your Embed URL
At the top of your profile page, click on "Share Profile" and copy your profile URL.
Choose Your Integration
Pick the code example above that matches your website's technology stack.
Customize & Deploy
Replace the 'src' attribute of the iframe element with your OrbitView profile URL. You can also customize your own profile with custom CSS, framework, libraries, styles, etc.
Test & Go Live
Test the embed on different devices and browsers, then deploy to your live website.
Frequently Asked Questions
Can I customize the appearance?
Yes! You can adjust the width, height, border radius, and add custom CSS to match your website's design.
Does it affect my website's loading speed?
No, the iframe loads independently and won't slow down your main website content.
Can visitors see my full resume data?
Visitors can only access information through the AI chat interface.