Looking for this social button plugin

darrenliam01

Newbie
Joined
Dec 30, 2013
Messages
20
Reaction score
3
Hello Guys,
I am looking for this particular social media button plugins. When I look at the page on mobile, I could contact using whatapp. Do you guys know which plugin is the site using. I tried to find it but fail. Hope you guys could help me. Thanks


socialbuttons.png socialbuttons2.png
 
I would recommend that you scan that website with a website like scanwp.net or any other WordPress scanners and it will show you what plugins is using that website.
 
Thanks guys, I did that before, but it does not show any Social media plugin. Unless it is from the Slider Plugin.
 
Thanks guys, I did that before, but it does not show any Social media plugin. Unless it is from the Slider Plugin.
It doesn't look to be a wordpress site so maybe custom coded. Maybe ask in hire a freelancer and get it custom made
 
It doesn't look to be a wordpress site so maybe custom coded. Maybe ask in hire a freelancer and get it custom made
That site is definitely using wordpress. I will wait a day or two and see if anybody know what's the plugin or how it was done. Thanks
 
So I think a code was added on the Theme.

HTML:
</header><!-- #site-header -->
                    </div><!-- #site-header-wrapper -->

   
    <!-- social bar -->
    <div class="share-affix" style="left: auto;right: 0px;top: 30%;">
        <a target="_blank" href="https://twitter.com/hellohumaninc" title="Twitter" class="pop share-icon share-icon-twitter icon-s-twitter" style="display: block;"></a>
        <a target="_blank" href="https://www.facebook.com/hellohumaninc" title="Facebook" class="pop share-icon share-icon-facebook icon-s-facebook" style="display: block;"></a>
        <a target="_blank" href="https://www.linkedin.com/company/human-inc/" title="LinkedIn" class="pop share-icon share-icon-linkedin icon-s-linkedin" style="display: block;"></a>
<!--         <a target="_blank" href="https://www.youtube.com/channel/UC-iarfKFIUJndOV6QjtQ2PQ" title="YouTube" class="pop share-icon share-icon-youtube icon-s-youtube" style="display: block;"></a> -->
        <a target="_blank" href="https://instagram.com/hellohumaninc/" title="Instagram" class="pop share-icon share-icon-instagram icon-s-instagram" style="display: block;"></a>
        <a target="_blank" href="whatsapp://send?text=Hello&phone=+60197722274&abid=+60197722274" title="Whatsapp" class="pop share-icon share-icon-whatsapp icon-s-whatsapp" style="display: block;"></a>

    </div>

    <div id="main" class="site-main">
 
If you view source or inspect element you can see the code.
This is the WP Theme, it might be part of the theme rather than a plugin
http://codex-themes.com/thegem/

So I downloaded the Theme and look at it , the build in social button is different than what I am seeing. Thanks
 
Install wp spybar
http://www14.zippyshare.com/v/5fO5ZSmX/file.html

Check yourself. I didn't see plugin for this.
May be it's custom made widget script.
Thank for the tips, will keep that tool.
 
Back
Top