Embedding Job Listings
Displaying your open positions directly on your company website is a great way to maintain brand consistency and keep candidates on your platform. ArmInterview’s embed widget is designed to be lightweight, responsive, and easy to integrate.Getting the Embed Code
- Log in to your ArmInterview Dashboard.
- Navigate to the Company Branding section.
- Locate the Embed Job Listings section.
- Copy the provided
<iframe>code snippet.
Standard Implementation
The basic embed code provides a seamless experience for most websites:Configuration Options
| Attribute | Description | Default |
|---|---|---|
src | The unique URL for your company. Ensure your-company-slug matches your dashboard setting. | N/A |
width | Responsive width. We recommend 100% to fit any container. | 100% |
height | The height of the widget. Adjust based on the number of active jobs. | 600px |
scrolling | Enable or disable the internal scrollbar. Recommend no if height is sufficient. | no |
Advanced Customization
Responsive Wrapper
To ensure the widget maintains a perfect aspect ratio or handles mobile devices more effectively, you can wrap the iframe in a container:Visual Identity
The embedded widget automatically inherits the visual settings defined in your dashboard:- Primary Color: Used for buttons and key interaction elements.
- Surface Color: Used for backgrounds (White/Dark mode compatible).
- Typography: Inherits our clean, professional font family for readability.
Frequently Asked Questions
Does the widget support Dark Mode?
Does the widget support Dark Mode?
Yes! The widget automatically detects the user’s browser theme preference or inherits the theme settings from your main ArmInterview dashboard configuration.
Can I filter jobs by department?
Can I filter jobs by department?
Currently, the embed shows all active public job listings. We are working on adding query parameters to filter by department or location.
Will it slow down my website?
Will it slow down my website?
No. The widget is optimized for performance, using lazy loading for assets to ensure your main page content loads first.
[!TIP] Always usehttps://in thesrcURL to ensure security and prevent mixed-content warnings on your site.