Disculpa, pero esta entrada está disponible sólo en English. For the sake of viewer convenience, the content is shown below in the alternative language. You may click the link to switch the active language.

Are you looking for a tool to seamlessly connect your website with My Glue? Look no further than the Login Widget! This widget allows you to easily integrate Glue Up login and registration functionality directly onto your official website.

Setting up the Login Widget is easy. Simply navigate to the Organization Settings in Glue Up and go to Other Settings > Website widgets > Login Widget. From there, you can customize the widget’s appearance to match your branding, adjusting its main color, width, and height.

The Login Widget has two states: Logged In and Logged Out. In the Logged Out state, users can reset their passwords, create new accounts, or sign in if they already have an existing one. All links lead directly to the Glue Up platform, saving users time and effort searching for where to log in and view their activities.

For convenience, users can check the box ‘Remember Me’ to log in automatically the next time they visit your website.

Once users are Logged In, they can view the stats of their registered events, active memberships, and subscriptions. They can also easily edit their profiles by clicking the ‘Edit Profile’ button, which will redirect them to My Glue.

 

It’s important to pay attention to the message in the code above the line that says «<!– GlueUp WIDGET START –>» if you’re using multiple widgets on the same page. This message is there to remind you that you should only include that line of code once per page.

The following code should also be included to properly integrate the widget:

<script src='https://app.glueup.com/compiled/js/eb-widgets.min.js' type='text/javascript'></script>

Or, if your site uses requireJS, you can use this code instead:

<script>require(['https://app.glueup.com/compiled/js/eb-widgets.min']);</script>

 

By following these guidelines, you can ensure that your widgets will work properly and that your website will function smoothly for your users.

After any changes are applied by the admin, the code above the widget will automatically adjust. From there, all you need to do is copy and paste it into your website, and you’re ready to go!

 

In summary, the Login Widget is an essential tool for seamlessly integrating your website with Glue Up. It saves your users time and effort and allows them to easily access and edit their profiles. Customize its appearance to match your branding and get started today!