• Customize attributes of the Review Stream widget, including whether reviews are displayed in a random order, by modifying the embed code.

First, grab your Review Stream embed code from Dashboard > Widgets. If you’ve already embedded the code in your website editor, locate it there.

To shuffle your review order, simply add the attribute data-shuffle=”true” inside the <div> tags. Here is an example embed code with data-shuffle included:

<div class="gradeus-stream" data-shuffle="true" data-url="http://grade.us/yourname"></div> <script>// <![CDATA[ !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.grade.us/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "gradeus-wjs"); // ]]></script>