Don't Miss

Flat Style Tabbed Social Media Widget for Blogger

By Zohaib Liaqat - 33 Comments
Are you fed up with those old style Social Media subscription styles? Are you Looking for something new? So to fulfill all your needs, today we're going to share a simple and attractive Flat Style Tabbed Social Media Widget for Blogger that we just customized. As you know that Flat Style is the hottest style nowadays. The widget we're going to share today is a Tabbed Widget with Social Media tabs in a simple Flat design and it'll definitely attract your visitors. This widget consists of four different tabs Facebook, Twitter, Google Plus and Pinterest. So, add this widget to your blog and impress your visitors.

Recommended For You:
Flat Style Tabbed Social Media Widget for Blogger

How to Add Flat Tabbed Social Media Widget to Blogger

First and foremost, log in to your Blogger Account >> Select a Blog >> Layout >> Add a Gadget, scroll down and select HTML/JavaScript gadget from the list of gadgets. Now Copy the following piece of code and paste it in the empty widget box

<style>
    ul.tabs {
        padding: 7px 0;
        font-size: 0;
        margin: 0;
        list-style-type: none;
        text-align: left;
    }
    ul.tabs li {
        display: inline;
        margin: 0;
    }
    ul.tabs li a {
        font: normal 12px Verdana;
        text-decoration: none;
        position: relative;
        padding: 25px 10px 0px 10px;
        border-bottom-color: #B7B7B7;
        color: #000;
        background: #00B366;
        outline: none;
    }
    ul.tabs li a:visited {
        color: #000;
    }
    ul.tabs li a:hover {
        background: #007D47 ;
    }
    ul.tabs li.selected a,
    ul.tabs li.selected a:hover {
        position: relative;
        top: 0px;
        font-weight: bold;
        background: #007D47;
        border-bottom-color: #007D47;
    }
    ul.tabs li.selected a:hover {
        text-decoration: none;
    }
    div.tabcontents {
        border: 1px solid #007D47;
        padding: 10px;
        background-color: #FFF;
        border-radius: 0 3px 3px 3px;
        margin-top: -7px;
    }
</style>


<script src="http://yourjavascript.com/1125723322/blogolect-tabber.js" type="text/javascript"></script>
<ul class="tabs">
    <li class="selected">
        <a href="#tab1">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRPOB9ushssRciBD06z3hpjksEDeubKPTbCfFvLu4vOhUGeGzxULPT_YCZ3CYO2ZCKXXB92xsqo9FKGjQCMSxMoL_vVH4uX1GQNiuHTYL-McayPQbeoaL2LxjF8mvl0DS__E0NFDdv2fEh/s1600/blogolect-fb.png" height="32" width="32" />
        </a>
    </li>
    <li>
        <a href="#tab2">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqOsWPyAunaU7qdQo-7jNubiEat2W-k-jLTDv3nJVMxZGXy1RN5q5C0n-eTZe3UXrdpJIM6tdMO4Xn4vhMyJoZjXzGzn2y-a0NJkj_li2gj_c_Nzh6zzJSyF2i7L-POPGunwXEFaTLJrKd/s1600/blogolect-twitter.png" height="32" width="32" />
        </a>
    </li>
    <li>
        <a href="#tab3">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizzHLMHYbcNyol6sHGpT9Fmp8b553x2JBGsjBSuIbTLJB5ojUaYtxjb-SJAbHRoJx2bTTWq-mzpIW4UuQ-h4Cc4Irb25qXMhuqTegM8RIkPnBGnUL7FkB-8XvFOcp7Cb10zuqGlU0_VE00/s1600/blogolect-googleplus.png" height="32" width="32" />
        </a>
    </li>
    <li>
        <a href="#tab4">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPZJyo0Fx0mgfOhEnW5baCSgWP56OdVOHVgyuw_ZU27BaBvUI7hOW_VWSdc8Q1FJ7BJ7Y6cXRrIvD_C7dAcC4-6q8Bhvws9CTrNROY8bX2yOJrbKG1hTuOUKYLZ3oI_HieXeIstjLsiApy/s1600/blogolect-pinterest.png" height="32" width="32" />
        </a>
    </li>
</ul>
<div class="tabcontents">
    <div id="tab1">
        <iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fblogolect.official&amp;width=285&amp;height=180&amp;colorscheme=light&amp;show_faces=true&amp;header=false&amp;stream=false&amp;show_border=false&amp;appId=409936535724253" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:285px; height:180px;" allowtransparency="true"></iframe>
    </div>
    <div id="tab2">
        <div id="twitter-box"></div>
        <a href="https://twitter.com/blogolect" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @blogolect</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
    </div>
    <div id="tab3">
        <script src="https://apis.google.com/js/platform.js" async defer></script>
        <div class="g-person" data-width="250" data-href="//plus.google.com/+zohaibliaqat" data-layout="landscape" data-rel="author"></div>
    </div>
    <div id="tab4">
        <a href="http://pinterest.com/blogolect">
            <img src="http://passets-cdn.pinterest.com/images/about/buttons/follow-me-on-pinterest-button.png" width="169" height="28" alt="Follow Me on Pinterest" />
        </a>
    </div>
    <div style="clear: both; text-align: right;">
        <span style="font-size: xx-small;"><a href="http://www.blogolect.com/2015/02/flat-style-tabbed-social-media-widget.html" rel="dofollow" target="_blank">Get this Widget</a></span>
    </div>
</div>

Customization:
  • Replace blogolect.official with your Facebook Page Username
  • Replace both blogolect with your Twitter Username
  • Replace +zohaibliaqat with your Google Plus Username
  • Replace blogolect with your Pinterest Username

Click Save button and you're done!

From Editors Desk

We hope this article may have helped you in learning How to Add a Flat Style Tabbed Social Media Widget for Blogger. Share this article with your friends and don't forget to subscribe us.

Tags:

33 comments to ''Flat Style Tabbed Social Media Widget for Blogger"

ADD COMMENT
  1. This is really a awesome widget.You could also refer to these widget , visit here : http://bit.ly/getsitecontrol

    ReplyDelete
  2. This is really a awesome widget.You could also refer to these widget , visit here : http://bit.ly/getsitecontrol

    ReplyDelete
  3. Individual Goods - Personal merchandise, for example, toiletries, pharmaceuticals and diapers, are frequently not thought of as important, aside from when you are without them!
    usacheckcashingstore.com/san-diego

    ReplyDelete
  4. You should compose a watch that is dated one month from the day you are getting the credit. It is essential that you reimburse the credit before this date arrives!
    Payday Loans Chicago

    ReplyDelete
  5. Be that as it may, there are times when you experience certain monetary issues in the most startling circumstances.
    Cash Advance

    ReplyDelete
  6. At first look, the thought may appear like the ideal fix for your budgetary troubles. Payday credits can come through when there's no other option to enable you to take care of the expense of that must-have thing.
    Car Title Loans Chicago

    ReplyDelete
  7. ومن اخطر أنواع الحشرات الجائز تواجدها في المنزل حشرة الوزغ. فهي من الحشرات الضارة التي تضر الإنسان وتضر طعامه إذا لامسته بل أنها من الممكن أن تتسبب في مرض البهاق لا قدر الله.
    شركة رش مبيدات بحائل
    شركة رش مبيدات بالاحساء
    شركة رش مبيدات ببريدة
    شركة رش مبيدات بابها

    ReplyDelete
  8. These styles are really nice, thank you for sharing this kind of coding with us.
    basketballlegends

    ReplyDelete
  9. This is a great little post with some valuable tips. I totally agree. The way you bring passion and engagement into the things you do can really change your outlook on live.
    build royale

    ReplyDelete
  10. An incredible opportunity to me and it would be a amazing expertise to view this site. Very difficult to discover these beneficial website or even blog. bubbleshooterspiel

    ReplyDelete
  11. An incredible opportunity to me and it would be a amazing expertise to view this site.<a https://clashofclansgenerator.net/

    ReplyDelete
  12. In this post, you can know about the history of MLK, his popular tasks, when he became king and related all information. Stay with me!mlk day 2020

    ReplyDelete
  13. but it will slow down the script

    ReplyDelete

  14. يسعدنا تقديم كافة خدمات نقل العفش والشحن الدولى الى من السعودية الى الاردن من السعودية الى الامارات شحن من جدة للاردن تنظيف منازل وخزانات ورش مبيدات ومكافحة حشرات شحن دولى من الرياض للامارات
    اضغط على الخدمة لتصل الى موقعنا
    نقل عفش من جدة الى الاردن
    شركة نقل عفش من جدة الى الاردن
    شحن الاثاث من جدة الى الاردن
    شركات نقل العفش من جدة للاردن
    اجراءات نقل العفش للاردن
    شحن من جدة الى عمان
    شركات النقل البرى من جدة الى الاردن
    شحن اثاث من السعودية الى الاردن
    اجراءات نقل الاثاث من السعودية الى الاردن
    شحن من جده للاردن
    اسعار شحن الاثاث من السعودية الى الاردن
    رش مبيدات ومكافحة حشرات بجدة
    شركة تنظيف خزانات بجدة
    شركة تنظيف منازل بجدة

    ==========================

    نقل عفش من الرياض الى الامارات
    شركة نقل عفش من الرياض الى الامارات
    شحن الاثاث من الرياض الى الامارات
    شركات نقل العفش من الرياض للامارات
    شركة شحن عفش من الرياض الي الامارات
    شحن من الرياض الى دبى
    شركة نقل عفش من الرياض الى دبي
    شحن اثاث من السعودية الى الامارات
    شركة شحن عفش من الرياض الى الامارات
    شركة شحن من الرياض الى الامارات
    شحن من الرياض للامارات
    شركة شحن من السعودية الى الامارات
    شركة شحن من السعودية لمصر
    شركة شحن من الرياض لمصر

    ReplyDelete

  15. اذا كنت تود الانتقال بصورة كاملة من السعودية للامارات فمن البديهى انك قد تحتاج الى شركة نقل عفش من جدة الى الامارات وهنا من داخل موقع مؤسسة الاحمدى الذى صممناه خصيصا لتقديم كافة خدمات الشحن الدولية

    نقل عفش من جدة الى الامارات - شركة نقل عفش من جدة الى الامارات - شحن الاثاث من جدة الى الامارات - شركات نقل العفش من جدة للامارات - شركات شحن من جدة للامارات - شحن من جدة الى دبى - شركات النقل البرى من جدة الى الامارات - شحن اثاث من السعودية الى الامارات - شحن من جده للامارات - اسعار شحن الاثاث من السعودية الى الامارات - افضل شركات نقل الاثاث الى الامارات - نقل عفش من السعودية الى الامارات - شركة شحن من السعودية الى الامارات - شركة شحن من جدة الى دبى - نقل عفش من الرياض الى الامارات - شركة نقل عفش من الرياض الى الامارات - شحن الاثاث من الرياض الى الامارات - شركات نقل العفش من الرياض للامارات - شركات شحن العفش من الرياض للامارات - شحن من الرياض الى دبى - شركات النقل البرى من الرياض الى الامارات - شحن اثاث من السعودية الى الامارات - افضل شركة تنظيف بالباحه - شركة تنظيف خزانات بالباحه

    ReplyDelete
  16. The information you share seems to be quite useful, thanks a lot.
    basketballlegends

    ReplyDelete
  17. The topics found in this blog are really helpful, thanks. bubbles

    ReplyDelete
  18. Pokemon Emerald Is a good game. I have been playing this with my friends and its really awesome.

    ReplyDelete

  19. I have never had any successfully closed loan before and with my previous experience I never thought I could get a loan until but with Capital One Finance ltd I was approved for a debt consolidation loan of $45,000 with a good credit score and now I have just one repayment monthly after clearing all my debts .if you need a loan today your can contact Capital One Finance ltd for all kinds of loan .Email: capitalonefinanceltd2@gmail.com or WhatsApp:+1 (267)404-6479

    ReplyDelete
  20. Forming an offshore company is not about evading taxes, but it can be strategically advantageous to minimise your tax burden in a legal way, thus helping you save money and grow the business. Be sure to check the tax policy and tax rates imposed by the jurisdiction; it would also be helpful to consider tax treaties, in order to avoid double taxation. Usually, most non-resident companies are registered with the status of zero taxation.

    http://www.confiduss.com/en/info/blog/article/choosing-jurisdiction-for-company/

    ReplyDelete
  21. Nice post!..good information,it is really helpful..it really impressed me alot and i just loved it.Thanks for posting such an informative content: @ https://packersmoversbangalore.in/

    ReplyDelete
  22. Thanks for the inspirational post. It inspired me. Very helpful for me!
    coloring pages

    ReplyDelete
  23. The Senior Secondary Annual Examination will be made available to students on the official website. The board will, as expected, issue the annual test Date Sheet 2024 in +2 Date Sheet 2024 Candidates can thus get the Board Class 12th Date Sheet 2024 on the official website. Candidates must input their roll number on the official page to view the test Date Sheet 2024. Because only through this online approach will applicants be able to view the test 12th Time Table 2024.

    ReplyDelete