Register, Login & Synchronize WP Users via Steam Authentification
This plugin will let your visitors register & login to your WordPress via their Steam account using one and unique button.
All new authentification will create a new WordPress legacy user and will be automatically logged in the process. Once they are registered via Steam, users may login to your WordPress using the same Steam button.
Old WP users (registered before the plugin activation) have the possibility to synchronize their account with Steam once loggedin with the legacy WordPress system.
Note: WP Steam Auth Plugin is fully compatible with WordPress & Buddypress. Steam profile data is stored in the WP_user meta data. WP Steam Auth doesn’t interfere with the legacy WP Login/Registration system, it means that you’ll be always able to login with the legacy method.
/wp-content/plugins/wp-steam-auth
directory, or install the plugin through the WordPress plugins screen directly.[wp_steam_auth]
[wp_steam_auth login_text="Login via Steam"]
[wp_steam_auth login_class="my_class1 my_class2"]
[wp_steam_auth login_image="http://..."]
[wp_steam_auth logout_text="Logout"]
[wp_steam_auth logout_class="my_class1 my_class2"]
[wp_steam_auth logout_image="http://..."]
[wp_steam_auth show_sync="1"]
[wp_steam_auth sync_text="Synchronize"]
[wp_steam_auth sync_class="my_class1 my_class2"]
[wp_steam_auth sync_image="http://..."]
<?php wpsap_button_login(); ?>
<?php wpsap_button_sync(); ?>
<?php wpsap_button_loggout(); ?>
<?php echo wpsap_button_login_url(); ?>
<?php echo wpsap_button_sync_url(); ?>
<?php echo wpsap_button_loggout_url(); ?>
<?php if(!wpsap_is_user_synced()){ wpsap_button_sync(); } ?>
/wp-content/plugins/wp-steam-auth
directory, or install the plugin through the WordPress plugins screen directly.[wp_steam_auth]
[wp_steam_auth login_text="Login via Steam"]
[wp_steam_auth login_class="my_class1 my_class2"]
[wp_steam_auth login_image="http://..."]
[wp_steam_auth logout_text="Logout"]
[wp_steam_auth logout_class="my_class1 my_class2"]
[wp_steam_auth logout_image="http://..."]
[wp_steam_auth show_sync="1"]
[wp_steam_auth sync_text="Synchronize"]
[wp_steam_auth sync_class="my_class1 my_class2"]
[wp_steam_auth sync_image="http://..."]
<?php wpsap_button_login(); ?>
<?php wpsap_button_sync(); ?>
<?php wpsap_button_loggout(); ?>
<?php echo wpsap_button_login_url(); ?>
<?php echo wpsap_button_sync_url(); ?>
<?php echo wpsap_button_loggout_url(); ?>
<?php if(!wpsap_is_user_synced()){ wpsap_button_sync(); } ?>
Yes, you can get one for free here: http://steamcommunity.com/dev/apikey
Use the following Shortcode:
[wp_steam_auth]
Or the following PHP functions:
<?php wpsap_button_login(); ?>
<?php wpsap_button_sync(); ?>
<?php wpsap_button_loggout(); ?>
<?php echo wpsap_button_login_url(); ?>
<?php echo wpsap_button_sync_url(); ?>
<?php echo wpsap_button_loggout_url(); ?>
<?php if(!wpsap_is_user_synced()){ wpsap_button_sync(); } ?>
This will instantly logout the user. On the next login with Steam, the WP Steam Profile will be updated with latest Steam data (Profile URL, Avatar, Sync. date etc…)
This will instantly logout the user & remove the WP Steam Profile. The user won’t be able to log back via Steam. He will need to login via legacy WP method and then synchronize manually. Cannot be undone.