In order to utilize InGo across multiple paths for N200, you can utilize 1 single Amplifier (formally Social) Widget across multiple location installations.
- The easiest way is just to slightly modify the snippet you are using to install the activator (formally login) widget:
<script src="//cdn.ingo.me/widgets-loader/1.4.4/js/ingo.loader.widget.js"></script>
<script src="//cdn.ingo.me/custom-js/n200.ext.js"></script>
<script>
$(function() {
$('YOUR_SELECTOR').loaderWidget({
"widgetId": "ACTIVATOR-WIDGET-ID"
});
});
</script>
- The only addition is the n200.ext.js script, which will ensure that the current page's URL is passed as the next URL and also handle setting the correct language (if multiple languages are enabled on the N200 site). Using this snippet, the snippet will work the same regardless of the N200 forms it is installed on (test, production, VIP flow, etc.)