Tagged: x
-
AuthorPosts
-
January 23, 2017 at 11:39 pm #1342627
ankitdesignsParticipant[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.
January 24, 2017 at 1:36 am #1342698
RupokMemberHi 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.
January 24, 2017 at 9:56 am #1343292
ankitdesignsParticipantIs the footer the only place that allows Instagram then?
January 24, 2017 at 11:02 am #1343406
ThaiModeratorHi There,
The Instagram social icon is available on the topbar & footer.
Regards!
January 24, 2017 at 12:33 pm #1343496
ankitdesignsParticipantThe social media icons in the bottom footer, how can I create a shortcode for that?
January 24, 2017 at 2:58 pm #1343667
JadeModeratorHI there,
Please use the Icon shortcode: http://demo.theme.co/integrity-1/shortcodes/icons/
Hope this helps.
January 24, 2017 at 9:19 pm #1344161
ankitdesignsParticipanthttps://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?
January 25, 2017 at 2:49 am #1344389
LelyModeratorHello 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1342627 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
