---
title: "Link Career Page to Manatal"
slug: "link-my-manatals-career-page-to-my-existing-career-page"
description: "Manatal allows users to create career pages or link existing ones to its AI-powered recruiting software. Visit our user guides to learn more about our ATS."
tags: ["embed", "sdk"]
updated: 2025-10-22T08:40:01Z
published: 2025-10-22T08:40:01Z
canonical: "support.manatal.com/link-my-manatals-career-page-to-my-existing-career-page"
excludeFromExternalSearch: true
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.manatal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Link my Manatal Career Page to my existing Website

Note

          

This article is for the **Legacy Career Page**. If you are using the **Advanced Career Page**, please refer to [this guide](https://support.manatal.com/docs/advanced-career-page-integration).

**In order to connect Manatal's career page to your existing website, we provide 3 methods:**

- **Link:** Add a link to your website that leads to your Manatal-hosted career page.
- **iFrame:** Add your Manatal-hosted career page to your website using iFrame.
- **API:** Use our API to list your published jobs, retrieve specific job details and submit candidate applications (Wordpress career pages can be integrated via API). Please contact us at [support@manatal.com](mailto:support@manatal.com) for more information regarding API integration.

## Add a Link to your Hosted Career Page

This method requires very little work. Add a link in your website (e.g. "Careers", "Jobs", "Join ") to your Manatal hosted career page.

Per the following example, simply replace "your-organization-name" by your Organization Username. Your Organization Username can be found and modified by following the steps explained in [this article.](https://support.manatal.com/docs/set-up-your-career-page#general-settings) ![your-organization-name1](https://cdn.document360.io/39490836-1db1-4486-9bf0-9314bc46f971/Images/Documentation/your-organization-name%281%29.png)

```
<a href="https://www.careers-page.com/your-organization-name">Careers</a>
```

## iFrame

Place the iFrame script onto your website where you would like the Manatal content to be displayed.

Per the following example, simply replace "your-organization-name" by your Organization Username. Your Organization Username can be found and modified by following the steps explained in [this article.](https://support.manatal.com/docs/set-up-your-career-page#general-settings) ![your-organization-name1](https://cdn.document360.io/39490836-1db1-4486-9bf0-9314bc46f971/Images/Documentation/your-organization-name%281%29.png)

```
<iframe src="https://www.careers-page.com/your-organization-name"style="width:100%; height:100%; border:none;"></iframe>
```

          Note

          

Changing the width and height of the iFrame can be done by tweaking the "width" and "height" percentages in the URL.

## API

Please refer to our [API documentation](https://developers.manatal.com/reference/candidates_list) for more information.
