• Resolved bmandrei

    (@bmandrei)


    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!

    • This topic was modified 3 years, 7 months ago by bmandrei. Reason: typo at given shortcode
Viewing 1 replies (of 1 total)
  • Plugin Author miniOrange

    (@cyberlord92)

    Hello,

    Thank you for reaching out to us.

    Can you please tell me the version of the plugin you are using?

    You can use the word apple for your purpose.
    What you are looking for:
    [miniorange_social_login apps="apple" ...]

    Since you needed three different shortcodes, I have pasted them all below.

    Apple:
    <?php echo do_shortcode( '[miniorange_social_login apps="apple" shape="longbuttonwithtext" view="horizontal" theme="custombackground" space="10" size="50" height="35" color="000000"]' ); ?>

    Facebook:
    <?php echo do_shortcode( '[miniorange_social_login apps="fb" shape="longbuttonwithtext" view="horizontal" theme="custombackground" space="10" size="50" height="35" color="000000"]' ); ?>

    Google:
    <?php echo do_shortcode( '[miniorange_social_login apps="google" shape="longbuttonwithtext" view="horizontal" theme="custombackground" space="10" size="50" height="35" color="000000"]' ); ?>

    Please let me know if this works for you.
    Feel free to reach out to us if you need anything else. We are always here to help out.

    You can always contact us by e-mail from the plugin support form or by e-mail at the e-mail address provided on our website. This way we can help you out much efficiently.

    Thank you and Best Regards!

    • This reply was modified 3 years, 7 months ago by miniOrange. Reason: Improved response
Viewing 1 replies (of 1 total)
  • The topic ‘Apple ID shortcode?’ is closed to new replies.