Plugin Name: Glitch Authenticator
This plugin adds support for users to login with their Glitch.com account.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5041 days ago
Is Plugin Name: Glitch Authenticator abandoned?
Possibly abandoned (last update 5041 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Glitch Authenticator is not endorsed by or affiliated with Tiny Speck, Inc., the makers of Glitch, in any way.
Features
- allows users to login with their Glitch.com account
- displays Glitch avatars in comments
You will need to generate an API key for your site.
Hooks for Customisation
apply_filters('glitchauth_display_login', $glitchLoginButton)– customise the Login with Glitch buttonapply_filters('glitchauth_loginmessage', $message, $error, $error_description)– customise the login error messagedo_action('glitchauth_new_user', $obj)– new userdo_action('glitchauth_returning_user', $obj)– returning userapply_filters('glitchauth_comment_avatar_size', $avatarSize)– Change avatar size displayed in comments. Options are: ’50’ (default), ‘100’, ‘172’
Theme Integration
To generate a Glitch login button for your theme, use the glitchauth_login_url function in place of wp_login_url. Example:
< ?php
echo 'Login with Glitch’;
// Alternatively, bring the user back to current page after login by using the redirect_to param // echo ‘get_permalink())) . ‘”>Login with Glitch‘; ?>
If in The Loop, you can use the_glitch_avatar function. Example:
To get a specific user’s Glitch Avatar, use the glitchauth_get_glitch_avatar() function. Example:
< ?php $current_user = wp_get_current_user(); echo '’; ?>
Installation
- For upgrading, please deactivate the plugin before uploading.
- Upload the whole ‘glitch-authenticator’ folder to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings > Glitch Authenticator and follow the instructions for keying in your Glitch API key and secret.
Frequently Asked Questions
I am still waiting for questions! 😀
Review feed
Changelog
0.7
- Support redirect_to (see Theme Integration)
0.6
- Fixes
- Add support for minimum Glitch level for login (for spam control)
- Ability to block users from logging in by removing roles.
0.5
First release


