Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1342627
    ankitdesigns
    Participant

    Entry Share

    [share title=”Share this Post” facebook=”true” twitter=”true” google_plus=”true” linkedin=”true” pinterest=”true” reddit=”true” email=”true”]

    Why no instagram? I need to output Instagram but the only place that references it is in my footer. I need it to be dynamic so if I change the url in the theme options it’ll reflect.

    #1342698
    Rupok
    Member

    Hi there,

    Thanks for writing in! Do you want something like Instagram share? There is no such sharing option on Instagram hence no option within the Entry share shortcode.

    Hope this makes sense.

    #1343292
    ankitdesigns
    Participant

    Is the footer the only place that allows Instagram then?

    #1343406
    Thai
    Moderator

    Hi There,

    The Instagram social icon is available on the topbar & footer.

    Regards!

    #1343496
    ankitdesigns
    Participant

    The social media icons in the bottom footer, how can I create a shortcode for that?

    #1343667
    Jade
    Moderator

    HI there,

    Please use the Icon shortcode: http://demo.theme.co/integrity-1/shortcodes/icons/

    Hope this helps.

    #1344161
    ankitdesigns
    Participant

    https://community.theme.co/forums/topic/adding-social-media-links-to-footer/

    How do you use this code? If I put this in my functions.php how do I call it in the back-end?

    #1344389
    Lely
    Moderator

    Hello There,

    No need for that code. Just add this on your child theme’s functions.php file:

    function social_shortcode(  ) {
       return x_social_global();
    }
    add_shortcode( 'my_social_shortcode', 'social_shortcode' );

    Then on a text element in Cornerstone you may use the shortcode:
    [my_social_shortcode]
    It will display the same icons like in the topbar and footer icons with the same link.

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1342627 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>