Widgets V2

This page presents the ChooseMyCompany javascript widget V2.

All the widgets are responsive, which means that their content will adapt to the available space.
All the widgets are asynchronously loaded, which means that they will not slow your page loading.

For each of them, you will find display examples, the widget code and the possible configuration attributes.


Currently available widgets (V2):

"Labels" widget

      
      <!-- Widget container. The content will adapt responsively to the available width. You can set the height with data-height if needed (300px by default). -->
      <div class="cmc-widget" data-lang="fr" data-type="label" data-company="choosemycompany" data-label="at-work" />

      <!-- Script to load the widget content. The containerClassName must point to the widget container(s). -->
      <script>
          (function(d, s, id){
              var js, fjs = d.getElementsByTagName(s)[0];
              if (d.getElementById(id)) {return;}
              js = d.createElement(s); js.id = id; js.charset = 'utf-8';
              js.src = 'https://choosemycompany.com/ext/cmc-widgets.js';
              fjs.parentNode.insertBefore(js, fjs);
          }(document, 'script', 'cmc-js'));
      </script>