Notifications
Clear all

Social login question

2 Posts
2 Users
1 Likes
866 Views
(@drlightman)
Active Member
Joined: 5 years ago
Posts: 13
Topic starter  

Sorry for the gravedig, but my question is relevant to the topic.

It would be possibile to add the possibility to let the user register via an icon "Wp" ("fab fa-wordpress") next to the other social login icons (can we make them larger by the way? In the modern screen are very small), by wrapping the fields used in the default WP procedure in a form that appears below (such as it slide open the social consent text with agree(disagree).

Also would be nice to have a verify the email funcionality so we're sure the user used a valid email address, but I understand this is a bit tricky to implement since Wp doesn't support that natively.

Also if all that above could be made as an $$$ addon I would be interested in purchasing.


   
Quote
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 
Posted by: @drlightman

It would be possibile to add the possibility to let the user register via an icon "Wp" ("fab fa-wordpress") next to the other social login icons

We'll add WordPress social login feature in the upcoming version (no ETA).

can we make them larger by the way? In the modern screen are very small

#wpcomm .wpdiscuz-social-login .wpdiscuz-login-button{
   width: 50px !importanat,
   height: 25px !important,
   padding-top: 5px !important;
}

The code should be added in the Dashboard> Comments > Settings > Styling  > "Custom CSS code" textarea.

You can change the red mark values as you want. 

Also would be nice to have a verify the email funcionality so we're sure the user used a valid email address, but I understand this is a bit tricky to implement since Wp doesn't support that natively.

I'm sorry, but wpDiscuz doesn't have such feature. There are many anti-spam plugins that may help you to solve the issue with spam comments.  


   
DrLightman reacted
ReplyQuote
Share:
Scroll to top