Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

While you are still figuring out how the widget is going to look from the end user’s point of view, here is a simple trick to help you test the widget. That too, without needing any help from a developer.

Follow these steps:

  • Open https://codepen.io/pen/

  • Add following HTML code in the HTML section

  • <!DOCTYPE html>
    <html>
      <head>
        <title>Test page</title>
      </head>
      <body>
        <div>
            <h1> This is a test page </h1>
        </div>
            (Add Javascript snippet from your ARN widget configuration here. 
            Make sure that <script> </script> tags appear only once)
      </body>
    </html>
  • Now get the Javascript snippet from ARN widget configuration & paste it just before the </body> tag.

  • Now the widget will load in the preview section. Click to expand.

  • Now you can make any changes to the widget configuration, save & just refresh the test page on codepen. That’s it.

On this page



Request support 👨‍💻

Leave us a review (green star)


  • No labels