Welcome to the Sonos Partner page instructions!

In this site, you will find page demos and instructions for implementing a Sonos Partner page.

Retail and Installed Solutions Partner Demo Page

Questions?

Feel free to reach out to your Account Manager with any questions or comments.

Partner Installation Instructions

To add the page to a site that does not have an admin, add the following lines in the container:

Retail Partner

<script src="https://retailer-brandpage.sonos.com/js/sonos-embed-retail-responsive.js"></script>
<div id="container-sonos-page"></div>

Installed Solutions Partner

<script src="https://integrator-brandpage.sonos.com/js/sonos-embed-integration-responsive.js"></script>
<div id="container-sonos-page"></div>

To add the page to a site that has CMS admin, (e.g. WordPress), there are two steps:

  1.  Add the following (complete) script in the footer.php file, right before the closing </body> tag.

Retail Partner

<script src="https://retailer-brandpage.sonos.com/js/sonos-embed-retail-responsive.js"></script>

Installed Solutions Partner

<script src="https://integrator-brandpage.sonos.com/js/sonos-embed-integration-responsive.js"></script>
  1.  Add the following line of code in the content field of the admin page form.  (You may add code before or after this line of code, such as a leading paragraph or a contact form.):

Installed Solutions and Retail Partners

<div id="container-sonos-page"></div>

Example of WordPress inclusion.

Wordpress Inclusion

Note: There is no longer a static version of the partner widget if you have a non-responsive site, just include the responsive widget.