Change Which Tab Shows First, Invite, Whos-In or Share

Wish to display the InGo Amplifier (formally Social) Widget on other pages of your website and want to activate which tabs displays first?

This is a simple addition to the code snippet, please follow the instructions you see below:

  • Change the parameter to whichever tab you wish to display first
  • Add "data-ingo-show="whosin" for Who's-In first
  • Add "data-ingo-show="invitation" for Invitation first
  • Add "data-ingo-show="share" for Share first

Example Code for Displaying "Who's-In" First

<script src="//cdn.ingo.me/widgets-loader/1.4.4/js/ingo.loader.widget.js" data-ingo-id="INSERT_YOUR_SOCIAL_WIDGET_ID" data-ingo-show="whosin"></script>
 

Example Code for Displaying "Invitation" First

<script src="//cdn.ingo.me/widgets-loader/1.4.4/js/ingo.loader.widget.js" data-ingo-id="INSERT_YOUR_SOCIAL_WIDGET_ID" data-ingo-show="invitation"></script>
 

Example Code for Displaying "Share" First

<script src="//cdn.ingo.me/widgets-loader/1.4.4/js/ingo.loader.widget.js" data-ingo-id="INSERT_YOUR_SOCIAL_WIDGET_ID" data-ingo-show="share"></script>
 

Displaying "Who's-In" on your website outside of the registration flow is a great example on utilizing InGo in other helpful ways for your website's visitors. A great location to place this Social Widget displaying Who's In is on your main website sidebar along with placing it on a "demographic" type page, a page that explains the demographics of people attending your event. What better way to showcase the people actually attending your event with the InGo Amplifier Widget displaying "Who's-In!"

Thanks for taking the time to read this article.