digits + nextend
-
Hi,
I need to add the next social login to the registration/login form of digits, what should I do?
-
Hi @a2000102000
We don’t have an integration for Digits, but I have already seen some websites where our social buttons automatically showed up in their forms, so I assume they might build their forms the same ways as WordPress does, or at least they fire the actions of the WordPress default forms and that’s why our buttons showed up on those websites.
First of all I would suggest you to check if you configured, verified and enabled at least one of our providers, otherwise we won’t render any social buttons.
If you already have at least one provider enabled, but the button(s) still didn’t show up in the Digits form, then you could render our social buttons into their forms via our shortcode:The default shortcode will only render the social buttons for the logged out users, so please make sure you check the social buttons on the frontend as a logged out users. For logged in users we rather have Link and Unlink buttons, that you can render by using the “link” and “unlink” parameters:
Best regards,
Laszlo.Thank you for your response, but I really can’t find these codes, where should they be placed in the digits plug-in😢
Hi @a2000102000
Unfortunately I am not that familiar with the way Digits works exactly and the tools that they offer. And since they are a premium plugin, I couldn’t check it either.
But according to their features page and documentations, it seems they have a form builder feature or maybe their form can be edited with Elementor, I am not really sure which one is it. But there you could probably add a shortcode element or a HTML element and into that, you could put our shortcode, that would render the social buttons.
If you can not put the social buttons to the place where you would like to, then I would suggest you to get in touch with the developers of Digits as they know their plugin better, and they could tell you the best way to add shortcodes to their forms. Maybe they also fire actions in their forms, where you could hook PHP functions that could render the social buttons e.g with the do_shortcode() function of WordPress:
with our shortcode in the first parameter.
Best regards,
Laszlo.Only see the “Custom CSS” field
It seems possible to join from here
But it doesn’t seem to support shortcodes, HTML, PHP
Is there a place where I can find CSS?Hi @a2000102000
With CSS, you can only style the existing elements. That is not enough for rendering the social buttons.
According to the documentations of Digits, when you edit a form, you can add additional items:
- https://help.unitedover.com/digits/kb/how-to-create-different-signup-forms-for-different-user-roles/
and maybe there you will find an element that you could add shortcodes with.
If you still didn’t manage to find it, then please note that we are not familiar with Digits, so as I mentioned in my previous reply I would suggest you to get in touch with the Developers of Digits, as they could tell you exactly what you should do, since they know their plugin better. As I see you can get in touch with them here:
Best regards,
Laszlo.OK, thanks for your help!
The topic ‘digits + nextend’ is closed to new replies.