WIDGETS

Embed Our Snippets and Try Our Code

Try our demo code to see how InGo works. InGo has four widgets, all detailed below with short descriptions, suggested placement in your registration flow and code samples below.

Note: do not use this code on your production websites for any actual events. It will simply not work. If you have an actual event using InGo, refer to the documentation sent to you by your InGo account manager.

1. ACTIVATOR - VISIBLE

Place on the start of your Registration in between the Body tags. This allows your attendees to register socially for your event.

				
					<script src="https://cdn.ingo.me/widgets-loader/latest/js/ingo.loader.widget.js" data-ingo-id="DEMO_WIDGET_CODE_DO_NOT_USE_MG33J3I53HG01PKCG3UYURHDUWP3LPU2" data-ingo-manual="http://insert_your_url_here_where_users_land_post_social_authentication.com"></script>
				
			

2. AUTOFILLER - NOT VISIBLE

Place on the same page where your Page 2/Personal Details Page Form resides. This allows your attendees to register socially for your event.

Note: the autofiller will not work on your event since every event form generates different field IDs/parameters. We map these ids/params to your specific autofill widget. If you wish to get a personal demo, scroll to the bottom of the page please and request a personal demo.

				
					<script src="https://cdn.ingo.me/widgets-loader/latest/js/ingo.loader.widget.js" data-ingo-id="DEMO_WIDGET_CODE_DO_NOT_USE_BI2KQI0YB232JWPDWEJJHFBLUL4HHCTC"></script>
				
			

3. AMPLIFIER - VISIBLE

Place on your Confirmation Page in the Registration flow. This allows your attendees to invite the best of their network and allows InGo to pre-select the most socially-relevant contacts.

				
					<script src="https://cdn.ingo.me/widgets-loader/latest/js/ingo.loader.widget.js" data-ingo-id="DEMO_WIDGET_CODE_DO_NOT_USE_532UEISAZFEORGLUYRAYRDXHBRTLO3LX"></script>
				
			

4. AUTHORIZER - NOT VISIBLE

Place on your Confirmation Page. This allows your attendees to be confirmed in your registration platform and in InGo’s reporting.

				
					<script src="https://cdn.ingo.me/widgets-loader/latest/js/ingo.loader.widget.js" data-ingo-id="DEMO_WIDGET_CODE_DO_NOT_USE_HSJUKXQNJ3DIEYBVSHA4TD0U0MVWY2IE"
data-ingo-attendee.email="email_for_registrant"
data-ingo-attendee.first-name="firstname_system_parameter"
data-ingo-attendee.last-name="lastname_system_parameter"
data-ingo-attendee.company="company_name_system_parameter"
data-ingo-attendee.title="title/position_system_parameter"
data-ingo-attendee.external-registration-id="external_registration_ID_parameter">
></script>