• Hi there,
    Please explain how to centralize text & social media follow us buttons in standard layout. As I understand can use align-text: center !important; for text but not able to align follow us buttons.
    For sharing using only float layout.
    Thanks

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi,

    Sorry for late reply. I cannot find social media follow icons at your website. I you let me know where these are, I would be able to help.

    Thread Starter vikasbobi

    (@vikasbobi)

    Hi
    Please check the page https://dynamic-website.com/test/
    1) I want to align it in center
    2) How to display it in footer using Sydney theme
    3) How to make it schema mark up as checked but its not showing in rich snippets tools.

    Thanks

    Plugin Author Heateor Support

    (@heateor)

    You can add following CSS in the “Custom CSS” option in the Miscellaneous section to center-align the follow icons.
    ul.heateor_sss_follow_ul{width:100%;text-align:center}div.heateor_sss_follow_icons_container ul.heateor_sss_follow_ul li{float:none!important;display:inline-block}div.heateor_sss_follow_icons_container{text-align:center}
    To show it in the footer, you can enable Sassy Social Share - Follow Icons widget in the footer area from Appearance > Widgets page in the admin area.

    Plugin Author Heateor Support

    (@heateor)

    3) How to make it schema mark up as checked but its not showing in rich snippets tools.

    Let me know which tool you are using and exactly what problem you are facing.

    Thread Starter vikasbobi

    (@vikasbobi)

    Hi
    1) Thanks for : You can add following CSS in the “Custom CSS” option in the Miscellaneous section to center-align the follow icons.
    ul.heateor_sss_follow_ul{width:100%;text-align:center}div.heateor_sss_follow_icons_container ul.heateor_sss_follow_ul li{float:none!important;display:inline-block}div.heateor_sss_follow_icons_container{text-align:center}

    2)I want to show the follow icons in copywrite footer section not in widget area. (To show it in the footer, you can enable Sassy Social Share – Follow Icons widget in the footer area from Appearance > Widgets page in the admin area.) Seems will need to use any other way for it.

    Thanks

    Thread Starter vikasbobi

    (@vikasbobi)

    3) (Let me know which tool you are using and exactly what problem you are facing.) I’m using Google rich snippet tools to check whether these social media buttons are add up in site as schema mark up but understood that not able to add my social icons (links) in rich snippets though your plugin as it doesn’t implement schema mark section for social media “sameAs”: [
    https://www.facebook.com/…..”,
    https://www.youtube.com/…..”,
    ]
    Thanks

    Thread Starter vikasbobi

    (@vikasbobi)

    2)I want to show the follow icons in copywrite footer section not in widget area. (To show it in the footer, you can enable Sassy Social Share – Follow Icons widget in the footer area from Appearance > Widgets page in the admin area.) Seems will need to use any other way for it.

    Already solved added <?php echo do_shortcode(‘[Sassy_Follow_Icons social_networks=”facebook=https://facebook.com/….,twitter=https://twitter.com/….”]’) ?>
    & for effects customized CSS .heateorSssSharing {
    border-radius: 50%;
    }

    So only point No3 is left
    Thanks

    Plugin Author Heateor Support

    (@heateor)

    Not sure what you mean by –

    I’m using Google rich snippet tools to check whether these social media buttons are add up in site as schema mark up

    Can you give an example of this at your web page?

    Thread Starter vikasbobi

    (@vikasbobi)

    @heateor Can you give an example of this at your web page?

    Let me try to explain.
    In SEO plugins like Yoast & Rankmath there’s schema markup which displays certain values about the site in rich snippets & send it to search engines.
    These values are as type of site, address, services, logo, working hours, etc etc & can includes social media of the sites through tag SameAs https://prnt.sc/vje1ot.
    In Yoast these values are added in social section https://prnt.sc/vje23c
    In my current site https://dynamic-website.com/test/ I’m using plugin Rankmath for SEO which don’t have option as in Yoast to include social media values in rich snippets (no SameAs tags of schema mark up). I was thinking that your plugin is spl. for social media integration so must have schema markup to display values as SameAs in rich snippets but I found values given in follow us of social media in your plugin doesn’t support schema markup & don’t show in rich snippets.

    Tried manually to add schema markup for social media

    
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "DigiThunder - Top ROI Websites, Online Marketing Services In Delhi",
      "url": "https://dynamic-website.com/",
      "logo": "https://dynamic-website.com/wp-content/uploads/2020/05/logo-website-designing-development-maker.png",
      "sameAs": [
        "https://www.facebook.com/....",
        "https://www.youtube.com/....",
      ]
    }
    </script>
    
    <?php
    $schema = get_post_meta(get_the_ID(), 'schema', true);
    if(!empty($schema)) {
    	echo $schema;
    }
    ?>
    

    but it’s conflicting.

    • This reply was modified 5 years, 6 months ago by Yui.
    • This reply was modified 5 years, 6 months ago by Yui. Reason: please use CODE button for proper formatting
Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Follow buttons’ is closed to new replies.