careerbuilderstart.weebly.com · web viewcongratulations! you have made a great decision to invest...

2
Congratulations! You have made a great decision to invest in Talentstream Engage as part of your recruitment solution. Show it off to reap maximum benefits — to do so, we highly recommend to create a new <<Careers>> tab on your navigation bar and hyperlink the tab to your Talentstream Engage site to reach potential candidates. We’ve included instructions below, or you can check out this video . Using TSE as your career site is the best way to maximize the value of the software because according to our job seeker research 85% of people who are looking for a job will visit a company’s career site during their job search process. If you are using TSE as your career site, you can take advantage of our expertise in job search experience and convert more of those visits to applies. Also, using TSE as your career site will increase the visibility of the join form. This is important because 41% of applications come from the reengagement emails. The more visibility to the join form, the more job seekers that will opt in to receiving emails, and the more relevant applications you will receive. In this page, we’ll give you the steps you need to get started. 1. Access to the HTML code of your site using an HTML editor of your preference (Dreamweaver or sublime). 2. Ask your web development team to create a new menu tab named <<Careers>> 3. If the tab already exist, we only need to update its HTML content by copying and pasting the below snippet into your HTML code of your site opened in your HTML editor. <a target="_blank" href="http://www.jobs.net/jobs/jenns-design- studio/en-us/all-jobs/" id="careers_tab"><span>Careers</span></a> Where : 1. <a></a> tag defines the Talent Network All Jobs Section’s hyperlink on the client side, target="_blank" attribute opens the all jobs hyperlink in a new tab/window.

Upload: others

Post on 12-Sep-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: careerbuilderstart.weebly.com · Web viewCongratulations! You have made a great decision to invest in Talentstream Engage as part of your recruitment solution.Show it off to reap

Congratulations! You have made a great decision to invest in Talentstream Engage as part of your recruitment solution. Show it off to reap maximum benefits — to do so, we highly recommend to create a new <<Careers>> tab on your navigation bar and hyperlink the tab to your Talentstream Engage site to reach potential candidates. We’ve included instructions below, or you can check out this video.

Using TSE as your career site is the best way to maximize the value of the software because according to our job seeker research 85% of people who are looking for a job will visit a company’s career site during their job search process. If you are using TSE as your career site, you can take advantage of our expertise in job search experience and convert more of those visits to applies. Also, using TSE as your career site will increase the visibility of the join form. This is important because 41% of applications come from the reengagement emails. The more visibility to the join form, the more job seekers that will opt in to receiving emails, and the more relevant applications you will receive.

In this page, we’ll give you the steps you need to get started. 1. Access to the HTML code of your site using an HTML editor of your preference (Dreamweaver

or sublime).

2. Ask your web development team to create a new menu tab named <<Careers>>

3. If the tab already exist, we only need to update its HTML content by copying and pasting the below snippet into your HTML code of your site opened in your HTML editor.

<a target="_blank" href="http://www.jobs.net/jobs/jenns-design-studio/en-us/all-jobs/" id="careers_tab"><span>Careers</span></a>

Where:

1. <a></a> tag defines the Talent Network All Jobs Section’s hyperlink on the client side, target="_blank" attribute opens the all jobs hyperlink in a new tab/window.

2. href= contains the reference to the path for the Talent Network all jobs hyperlink.

3. The id attribute specifies a unique id for an HTML element (the value must be unique within the HTML document). A set of CSS formatting rules can be applied to this Id when needed.

4. The <span></span> tag contains the text / string that will appear on the menu.

5. Once the snippet is inserted on your own HTML, the code should look something like this:(Your Web Master will know the div or section in which the provided snippet needs to be inserted)

Page 2: careerbuilderstart.weebly.com · Web viewCongratulations! You have made a great decision to invest in Talentstream Engage as part of your recruitment solution.Show it off to reap

7. Save your changes and upload your new HTML document to your server. The Careers navigation tab will appear on the menu bar of your site.

8. Test your new tab by clicking and confirm the hyperlink redirect you to the All Jobs page of the Talent Network.