You can add this interactive Local Training Finder widget to your web page.
It's easy to add this interactive widget to your own website.
Why add this widget?
With this widget on your site, your users can find information about local trainings required for different occupations in any state in the country.
To add the Local training Finder widget to your web page, follow these steps:
-
Copy the following script tags into the <head> tag of your html page
Select all text
<script src="https://www.careeronestop.org/js/cos-external-widgets.min.js" type="text/javascript"></script>
-
Select a layout for your widget
-
This Portrait view works best for placing your widget alongside a web page, or as a sidebar.
To select this Portrait layout, copy the following div tag and paste it under the <body> tag in a location, where the widget needs to be placed.
Select all text
<div id="CosCustomDiv" class="cos-custom-div" cos-responsive="false" cos-toolName="ltf"></div>
-
This Landscape layout works best for placing your widget in the center, or along the bottom, or your web page.
To select this Landscape layout, copy the following div tag and paste it under the <body> tag in a location, where the widget needs to be placed.
Select all text
<div id="CosCustomDiv" class="cos-custom-div" cos-responsive="true" cos-toolName="ltf"></div>
- Save your page and preview.