How To Get Your Own Widget

0.Sign Up

You need to log in or register to be able to create and store your own widget configurations.

1.Create New Configuration

You may use default size and colors or configure your own. Customize your widget at your own look and feel.

Choose brand or countries you would like to see in your widget. For example your can choose only Mercedes and BMW or only american brands for your widget.

2.Add Widget Code On Your Site

Add following html snippet to the code of your site

<!-- The Link to Wheel-Size.com. It is required for free usage of services. Feel free to modify css styles if needed -->
<h3><a title="Wheel fitment and tire size guide and knowledge base" href="https://www.wheel-size.com">Wheel-Size.com</a></h3>

<div id="ws-widget-"></div>

<script src="//services.wheel-size.com/code/ws-widget.js"></script>
<script>
  var widget = WheelSizeWidgets.create('#ws-widget-', {
    uuid: '',
    type: '',
    width: '600'
  });
</script>

Make sure that WheelSizeWidgets.create is called when corresponding div is already exists. Read API Documentation for more information.

You need to change uuid, width and height to ones from your configuration or just copy the code from the bottom of configuration page.