Apple ID shortcode?
-
Hello. I’m configuring a plugin for someone and i need 3 shortcodes for 3 different social login apps (google, facebook and apple). right now i have something like this:
<?php echo do_shortcode( '[miniorange_social_login apps="google" shape="longbuttonwithtext" view="horizontal" theme="custombackground" space="10" size="50" height="35" color="000000"]' ); ?> <?php echo do_shortcode( '[miniorange_social_login apps="fb" shape="longbuttonwithtext" view="horizontal" theme="default" space="10" size="100" height="35" color="000000"]' ); ?>
[miniorange_social_login apps=”(complete here)”]. What should i put here to display apple login as a shortcode? I need to display all of them separately, not one shortcode for all of them, but one for each.
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Apple ID shortcode?’ is closed to new replies.