• Menu
  • Lycoris
  • Category
    • Animation
    • Nature
    • People
    • Technology
    • Vogue
    • Other
  • Tools
    • CSS
    • jQuery
    • Cookies
    • Wicked
  • Menu
    • CSS
    • jQuery
    • Cookies
    • Wicked
  • Sub Menu
    • CSS
    • jQuery
    • Cookies
    • Wicked

Top Free IT

Share free template blogger

  • Home
  • Contact
  • Sitemap
  • Static Page
Menu
Social Share Buttons Widget Widgets Smooth Sliding Social Media Widget For Blogger

Smooth Sliding Social Media Widget For Blogger

To increase search engine visibility it is compulsory to use social media widget for blogger so here we have a window effect widget to add it to blogger. A social media widget plays an important role in increasing page views for your posts and also increases your followers if someone likes your posts and becomes a member of your blog. Such blogger widget gives chance to users to share your posts on the social media platform. Below is the step by step method to add this widget to blogger with the demo. bloggertrix
How to add window effect social media widget to blogger.
Login to Blogger → Dashborad
Click on Drop Down Menu and select Layout
Add a HTML/JavaScript Gadget
Paste below code in it.
<style>
.btrix-social-slidebox {
    font: 16px normal 'Denk One', sans-serif;
    display: inline-block;
    position: relative;
    width: 95%;
    max-width: 200px;
    padding: 12px;
}
.btrix-social-slide {
    width: 95%;
    max-width: 280px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
}
.btrix-social-slide a {
    text-decoration: none !important;
   }
.btrix-social-slide ul {margin-top:-5px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.btrix-social-slide ul li {margin-bottom:15px;
    display: inline;
    margin: 0;
    padding: 0;
    text-indent: 0;
 margin-left:10px;
}
.btrix-social-slide ul li a.facebook {
    border-left: 65px solid rgba(59, 89, 152, 1);
    color: rgba(59, 89, 152, 1);
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.facebook p {
    margin: 2px 20px 0 -60px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.facebook:hover {
    background: rgba(59, 89, 152, 1);
    border-left: 0px solid rgba(59, 89, 152, 0.1);
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.facebook:hover p {
    opacity: 0;
    -webkit-transition: all 1ms ease-in-out;
    -moz-transition: all 1ms ease-in-out;
    -ms-transition: all 1ms ease-in-out;
    -o-transition: all 1ms ease-in-out;
    transition: all 1ms ease-in-out;
}
.btrix-social-slide ul li a.twitter {
    border-left: 65px solid rgba(64, 153, 255, 1);
    color: rgba(64, 153, 255, 1);
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.twitter p {
    margin: 2px 20px 0 -60px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.twitter:hover {
    background: rgba(64, 153, 255, 1);
    border-left: 0px solid rgba(64, 153, 255, 1);
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.twitter:hover p {
    opacity: 0;
    -webkit-transition: all 1ms ease-in-out;
    -moz-transition: all 1ms ease-in-out;
    -ms-transition: all 1ms ease-in-out;
    -o-transition: all 1ms ease-in-out;
    transition: all 1ms ease-in-out;
}
.btrix-social-slide ul li a.gplus {
    border-left: 65px solid rgba(219, 74, 57, 1);
    color: rgba(219, 74, 57, 1);
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.gplus p {
    margin: 2px 20px 0 -50px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.gplus:hover {
    background: rgba(219, 74, 57, 1);
    border-left: 0px solid rgba(219, 74, 57, 1);
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.gplus:hover p {
    opacity: 0;
    -webkit-transition: all 1ms ease-in-out;
    -moz-transition: all 1ms ease-in-out;
    -ms-transition: all 1ms ease-in-out;
    -o-transition: all 1ms ease-in-out;
    transition: all 1ms ease-in-out;
}
.btrix-social-slide ul li a.pinterest {
    border-left: 65px solid rgba(174, 45, 39, 1);
    color: rgba(174, 45, 39, 1);
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.pinterest p {
    margin: 2px 20px 0 -50px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}

.btrix-social-slide ul li a.pinterest:hover {
    background: rgba(174, 45, 39, 1);
    border-left: 0px solid rgba(174, 45, 39, 1);
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}

.btrix-social-slide ul li a.pinterest:hover p {
    opacity: 0;
    -webkit-transition: all 1ms ease-in-out;
    -moz-transition: all 1ms ease-in-out;
    -ms-transition: all 1ms ease-in-out;
    -o-transition: all 1ms ease-in-out;
    transition: all 1ms ease-in-out;
}

.btrix-social-slide ul li a.rss {
    border-left: 65px solid rgba(255, 102, 0, 1);
    color: rgba(255, 102, 0, 1);
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}

.btrix-social-slide ul li a.rss p {
    margin: 2px 20px 0 -60px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}

.btrix-social-slide ul li a.rss:hover {
    background: rgba(255, 102, 0, 1);
    border-left: 0px solid rgba(255, 102, 0, 1);
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}

.btrix-social-slide ul li a.rss:hover p {
    opacity: 0;
    -webkit-transition: all 1ms ease-in-out;
    -moz-transition: all 1ms ease-in-out;
    -ms-transition: all 1ms ease-in-out;
    -o-transition: all 1ms ease-in-out;
    transition: all 1ms ease-in-out;
}
</style>

<div class="btrix-social-slide">
    <ul>
        <li><a class="btrix-social-slidebox facebook" href="https://www.facebook.com/freebloggerthemes"><p>12K+</p>Facebook </a></li>
        <li><a class="btrix-social-slidebox twitter" href="https://twitter.com/ClassyBloger"><p>5K+</p>Twitter</a></li>
        <li><a class="btrix-social-slidebox gplus" href="https://plus.google.com/u/4/+AnaLeighReal"><p>4K+&nbsp;</p>Google+</a></li>
        <li><a class="btrix-social-slidebox pinterest" href="https://www.pinterest.com/Micy3/"><p>2K+&nbsp;</p>Pinterest</a></li>
        <li><a class="btrix-social-slidebox rss" href="http://feeds.feedburner.com/blogspot/CINHv"><p>11K+</p>RSS</a></li>
    </ul>
</div>

Type your Facebook fan page name in place of YOURFANPAGE.
Type in your Twitter ID in place of YOURID.
Type in your Feed address ID in place of YOURFEED.
Type in your Google Plus ID in place of 100000000000001.
Type in your Pinterest address ID in place of YOURURL.

This is it. Now when you have the full code just copy it inside the gadget and save. You are done. If you liked this Smooth Sliding Social Media Widget For Blogger then please share it and write comments as your feedback.

Unknown
Add Comment
Social Share Buttons, Widget, Widgets
Tuesday, October 7, 2014
  • Share
  • Share

Related Posts

  • Cool Subscribe Widget Box for Blogger LIVE DEMO - Adding the HTML/CSS in LayoutTo add this widget's code go to Blog Title → Layout →
  • Animated Download Buttons For Code Video and File For BloggerIf you write about web design, blogger or any technical topic then you definitely use codes to expl
  • How to Add One Time Facebook Pop Up Like Box For BloggerWidgets are playing very good role in both wordpress and blogger blogs. Here is another stylish fac
  • How To Add Related Posts Widget To Blogger with Thumbnails Here is a wonderful hack for displaying related posts beneath each of your blog posts, along with t
  • Professional Purple Strip Email Subscription Box Widget For Blogger Email subscribers is becoming a major concern for every blogger over the internet.Using the default
  • Sliding Css Social Profile Widget for BloggerIn this post im  gonna explain how to add Css sliding social icons list  for blogger. By

Newer Older Home
Lycoris Responsive Blogger Template

Lycoris Responsive Blogger Template

Mauris mattis auctor cursus. Phasellus tellus tellus, imperd…

Most Awesome Breathtaking Places

Most Awesome Breathtaking Places

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sat…

Overall of Fashion Week

Overall of Fashion Week

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sat…

Awesome Fashion Trend in For Winter

Awesome Fashion Trend in For Winter

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sat…

7 Ways To Travel Like a Pro

7 Ways To Travel Like a Pro

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sat…

<12345>

Weekly Posts

  • thumbnails
    Viralisme
  • thumbnails
    How to Create Rounded Images with CSS
  • thumbnails
    Strap Blog
  • thumbnails
    Viral Pro
  • thumbnails
    Gravity V3 Responsive Blogger Template
  • thumbnails
    Jenny

Label

1 Column 2 Column 2016 2017 3rdball 3rdbell Acacia Active Mag Ad Mag Adelle Adello Admiral Tumblr Theme Ageka Simple Agista Ajustmag Alice Allure Amadeus aMag Amalie Amazine AMP Template AnankeMag Anime Anime Clean AnimeBatch AnimeMagzs AnimePacker Animeplus AnimeTango Arden Argent Arlinadesign Asteroid Astonish Author Widget Authority Auto Razz Auto Read More Autumn Avocet AwesomeOne Axact Back To The Top Barbar Base Beauteous 2016 Beauty BeautyTemplates Beehive Best Mag Better Mag BizDesk BizGlobe Black Black Cover Blacken BLagioke Blogable Blogari Blogger Blogger Magazine Blogger Template Blogger Templates Blogger Widgets Bloggertheme9 Blogghiamo Blogging Blogish Blogius Blogmag BlogrCart BlogrCart Closet v2 BlogrCart Mukabuku Blogrcart One BlogrCart SHOWCASED BlogrCart White2 BlogrShop Blogstar Blogus Blue Blue APK BlueTheme Blush Bmag BoldNews Bolina Brosense Brown Brownie Bthemez Bulan Busby Bushwick Business Businis Button Buttons Calypso Canvas Clock CarsPortal Cartoons CarZilla CB Blog Foto CelebVision ChicMag Chitoge Attack Claire Clothing CocoMag Colorindo Coming soon Conversion Cool Mag Coolbaby Cooperate Coral Drive Corner Mag Cosparell Count Me Couture Creative CreativePen Crystal CSS CSS3 CTR Booster Daily Health DaisyChain Daksh Dark Color DarkMag Date A Live Davis Dearpins Decent Deep Blog Defersite Delivery Lite Demo Page DeNews Design and CSS DesignIdea DesignPress Detube Deverclean Devil Survivor Devote Devotion Grid Discover Djogzs Dollar Sense Domag Download Buttons DreamLine Drop Down Menu Dropen Duena Duos Mag Dzine Easy Blog Easy Mag EasyMag Edogawa Education EducationPro Effective eLearn Elegantes Eleganto eNewspaper Estelle Evo Magz Exmanga ExpressNews Extra News Fabish Facebook Fag Mag Familia Fan Base Fanbase v2.2 Fancy Fanstrap Anime Fantasy Fasel News Fashion Fashion Blogger Template Fashionistas Fashionly Fast 2 Fast Edition Fast Gear fastnews Feedly Felice Fenomen Figaro Film Reviews Final Fantasy Fitness Diva Flashback FlatMag Flatness Flavio Flavio Simple Flexmag Flytemplate Food Food Blog Foodlicious FootballZone Foto Fotografity Foundia Free Blogger Template Free Premium Fresh Blog Fresh View Frontier Fusion G Vusion Gallery GameDaily GameFusion GameMag GameMaster Gameport Gamer Games GamesExpo GamesNet GamesPad GamingCenter Gear World GeoWall GirdBook Gladiolus Minimal Glam Up Glamour Glooger Gommero Gordon Gossip Gracious Gray GreatMag Green Green APK Pro GreenMag Grey Grid Template Gridisme Gumi Vocaloid Gym Happenings HaralampiLux Harmonia Hatsune Miku Headlines Health Health/Fitness HealthDaily HealthLab HealthPro HealthyLiving HeradinoMag HestiaMag HighEnd Hitamz Holomatic Honey HorseMag HostingBlog Hotmag How to HTML HugeMag iBeats Image Image Gallery Immersed iMoechan Impreza Indzign Ingrid Instaset Instinct Intent Invert Invert Grid Invision Iori Kyun iPrime iPro Irsah Ivanesia Ivero Iwata JalanTikus Jax Lite Jaximus Jenny Johansen JosePhine JoyFul Fashion JPStation jQuery JQuery Widgets Jugas Jumper Jupiter Kalimaz Kalon KitKat Klarity Koenda Kompi Landing Page Kompi Males Kontify Krakatau Lite Kuro Simple Kyoukai no kanata Lady Finger Lagicapek Landing Page Language Attribute Ledera Lemy LepontoMag Life-Fashion LifeBlog Lifestyle Lifestyle Magazine Limelight Livinia LocalNews Loveria LunaMag Lux News Mag Zilla Magazine Magazine Template Magcro Parallax Magento Magnifique Magnifying Glass MagOne MagtiMate MagTime MagWeb Magzima Marble Mashable Maskolis Masterpiece MaterialZine MaxaZine MaxTemplate Maya McKinley Mdcsite MDFostrap Meed Mega mag Mega Shop Mega Social Menowo MetroMag Micro Mag MicrownSoft Grid Milano Mini-T Minima Minima Colored Minimal Minimalist Mistery MNMLIS MobileZone Modern ModernMag Monal Montric Motive Mag Moveone Movie MovieSpot msdesignbd mSora Mugi Mularonis Multimedia MultiPurpose Blogger Template My Mag MyRestaurant Mystery N Light Nami Press Nanopress Navigation Menu Neda NeedMag Neo Mag NEOMAGz Netia New Minima Colored NewBloggerThemes NewMag NewNews NEWS News 52 News24 NewsBoard NewsCenter NewsGrand Newsly Newspaper NewsPark NewsPro NewsTube NewsZoom Nimbus Nisekoi Novelo Nubie Banget Ocean Mag Odd Themes Old Themes Older Themes Olive Olivia One Page OneStream OnlineMagazine OpenNews Oracle Orange Ore no Imouto Oreki Houtarou Origins Otaku News Ovation Overload Padhang Pago Pakdhe Johny Palki Palki 2 Palki Grid Palki Ultimate Particular Responsive PBT PBThemez Perish Personal Personal Blog Personal template Photo Photographer Blogger Template Photography Phrozen2 Picshots Picture Pink Pinterest Pointer Portfolio Power Game Powered by Blogger Precious Lite Preloading Effect Premium Premium Themes PremiumBloggerTemplates PressMania Pro Templates Lab Probama ProMag ProNews ProNewspaper Publisher Purple Raintemplates Raintimes Raspberry Rastolinos Read More Readily Reading Red ReDesign Related Posts Responsive ReStyle Revelio Rezero Chan Risa RokoPhoto Rosemary Scoop Scratch SeeNews Sense Seo Beast Blogger Templates Seo Boss seobloggertemplates Seofast Setiva Shine Shingeki No Kyojin Shiroi Shop Template Silver Simplart Simple Fast Simple Sense SimpleBuzz Simplesanget Simplest Simplex Simplex Audio Simplify Simply Mag Sincup Singl Sleekify Slider Smart Blog Smart News SmartBlog Smartseo SNews Snowseo Social Icons Social Share Buttons SocialMediaMarketing Socio SoftWind Solar Solon Soone Soonex Sora Sora Book Sora Buzz Sora Films Sora Games Sora Mag Sora Travels Sparkle Sparkling Splendid Splendor 2 SpotCommerce Spraymag Square StagoMag Strength Studio Stylish Subscribe to Subscription Box Sugar SunMag Sure APK SweeTravel Swift Takis Team Blog Tech Tech Life Tech Mag Tech World TechBlog TechGo TechJournal TechLand Technext Technology TechPro TechTrend TechUp TechZine Template TemplateClue Templateify Templateism Templatesyard Templatetrackers Templatezy Templatium Templatoid The Blog Theme The Dens The Reviewer TheAcademy TheBloopers TheCars Theme Theme Mag Themeforest Themeindie Themeswear Themexpose TheMusic TheNews TheSmart TimesDay Toniq Tooltip TopGames Torrentism Toujours TP Blue Mag Travel Travel Blog Travel Hub TravelHub Treasury Trendmag Trendy Divaa Tribes Tribute TriVusion Trophy Tubies Tumblr Ultimate Tech Under Construction UniEdu Uong Jowo UpMag UpStream Usagilabs Vacations Value Veethemes Verda Vidal Video VideoPro VideoShow Vienna Vienna Lite 2 Vienna Lite 3 Vikka VipMag Viral Mag Viral Pro Viral Ta ViralNews Vogue 2016 Voux Wallbar Warm Mag way2themes Weblogtemplates Wedding White Widget Widgets Wizzblue WorldGamer WpHealth WPNewsPaper Writer Writer Evolution X-Man XPress News Yellow YesNews Yo MAG Yo Templates YouMusic YouNews Youtube Responsive Blogger Template Zen Mag Zinnias Lite Zippo Zipson Zoom Effect

Recent Post

  • All topics simplify 2 premium for blogger
  • Gravity V3 Responsive Blogger Template
  • Moslar
  • Vox - Responsive
  • Axorys Blogger Template
  • TdbSimple2
  • Viralisme
  • Simple Template
  • AMPNews
  • Digizena

Contact

Name

Email *

Message *

  • Trang chủ

copyright © 2017 Top Free IT All Right Reserved . Created by Idntheme . Powered by Blogger