Welcome to

Brandwall API.

Brand Footer Snippet

Simply refer to the following CSS and JS files on your webpages to use the brand footer.

<link rel="stylesheet" href="https://brandwall.api.mercedes-benz.com/marken-footer/marken-footer-css-min.css"/>

<script src="https://brandwall.api.mercedes-benz.com/marken-footer/marken-footer-js-min.js"></script>

Additionally please define a placeholder element within you HTML source where the brandwall should be rendered into. e.g.

<div class="brandwall-container"></div>

The rendering will be initiated with

<script type="text/javascript">jQuery('.brandwall-container').brandwall(); </script>

Please make sure to use matching class names ("brandwall-container") or IDs.