[Solution] Share This 1.4 : Set Email in first tab and choose field in your name
-
This code is to set in “Share This 1.4” wordpress plugin, Email in first tab and to choose the field in “Your name”.
All is in Share-this.php, in constant :
@define(‘AKST_SET_SOCIAL_FIRST’, false);
// set this to false if you want to set Email tab in first choice@define(‘AKST_YOUR_NAME_FIELD’, ‘nickname’);
// set the field you want to show in “yor name” in Email tab
// Default is ‘user_nicename’, but you can use ‘nickname’, ‘first_name’, … all user info profileView code here :
https://wordpress.pastebin.ca/636814Have fun
Chris
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Solution] Share This 1.4 : Set Email in first tab and choose field in your name’ is closed to new replies.