Installation & Configuration Guide

Installation & Configuration Guide

  • Docs
  • Help

›Login

Intro

  • Installing Web Integrations

Account

  • My Account Integration
  • My Classes Integration
  • My Purchases Integration
  • Create Account Integration

Login

  • Login Integration
  • Password Reset Integration
  • Authentication Integration
  • Logout Button Integration

Location

  • Schedule Integration
  • Buy Page Integration
  • Checkout Integration

Styling

  • Theming
  • Authentication
  • Pick a Spot Map
  • Can I Style ___?

Additional Functionality

  • Installing iOS Smart Banner

Logout Button Integration

This integration is a standalone logout button that can be placed anywhere on your site (probably in your navigation or the footer).

Example Snippet

<div class="mariana-logout-button-binding"></div>

Live Example

If you would like to check out a live example, head over to https://mariana-integrations-demo.herokuapp.com/default/login/

Parameters

Parameters are optional. Use this if you would like to specify a redirect after logout. It defaults to your site homepage, which works for most people, but if you would like a different destination, you can specify. The logout button integration has no parameters that can be set directly on it. But the logoutRedirect url can be set within the global MT_CONFIG.

<script>
var MT_CONFIG = {
    ...,
    urls: {
        logoutRedirect: '/place-your-url-here'
    }
};
</script>
← Authentication IntegrationSchedule Integration →
  • Example Snippet
  • Live Example
  • Parameters
Installation & Configuration Guide
Docs
Installation
Theming
Copyright © 2021 Mariana Tek