Icon Fonts - SocialCount meets Style

Developer
Size
3,713 Kb
Views
50,600

How do I make an icon fonts - socialcount meets style?

For my article 5 Use Cases for Icon Fonts on CSS-Tricks. . What is a icon fonts - socialcount meets style? How do you make a icon fonts - socialcount meets style? This script and codes were developed by Tim Pietrusky on 20 June 2022, Monday.

Icon Fonts - SocialCount meets Style Previews

Icon Fonts - SocialCount meets Style - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Icon Fonts - SocialCount meets Style</title> <link rel='stylesheet prefetch' href='http://timpietrusky.com/cdn/socialcount.min.css'> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url(http://weloveiconfonts.com/api/?family=entypo);
*,
*:before,
*:after { box-sizing: border-box;
}
/* entypo */
[class*="entypo-"]:before { font: 2.5em/1.9em 'entypo', sans-serif;
}
html,
body { height: 100%; width: 100%; overflow: hidden; background: #333; background: url(http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/retina_wood.png);
}
.socialcount { padding: 0 2em; margin: 0 auto; margin-top: 4em;
}
.socialcount > li { width: 32.9%; border-radius: 0; transition: all .3s ease-in-out; margin: 0 0 2em 0; cursor: pointer;
}
.socialcount > li:hover [class*="entypo-"]:before { opacity: 0;
}
.socialcount iframe { transform: scale(1.65, 1.65);
}
.socialcount .button { top: 50%; margin: -.75em 0 0 0; height: 2em;
}
.socialcount .facebook { background: rgba(59, 89, 152, 0.7);
}
.socialcount.like .facebook iframe { width: 8em;
}
.socialcount .twitter { background: rgba(0, 172, 237, 0.7);
}
.socialcount .googleplus { background: rgba(172, 0, 0, 0.7);
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <ul class="socialcount" data-url="http://www.css-tricks.com/5-use-cases-for-icon-fonts" data-counts="true" data-share-text="5 Use Cases for Icon Fonts"> <li class="facebook"> <a href="https://www.facebook.com/sharer/sharer.php?u=http://www.css-tricks.com/5-use-cases-for-icon-fonts" title="Share on Facebook"> <span class="count entypo-thumbs-up"></span> </a> </li> <li class="twitter"> <a href="https://twitter.com/intent/tweet?text=http://www.css-tricks.com/5-use-cases-for-icon-fonts/" title="Share on Twitter"> <span class="count entypo-twitter"></span> </a> </li> <li class="googleplus"> <a href="https://plus.google.com/share?url=http://www.css-tricks.com/5-use-cases-for-icon-fonts/" title="Share on Google Plus"> <span class="count entypo-gplus"></span> </a> </li>
</ul> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://timpietrusky.com/cdn/socialcount.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Icon Fonts - SocialCount meets Style - Script Codes CSS Codes

@import url(http://weloveiconfonts.com/api/?family=entypo);
*,
*:before,
*:after { box-sizing: border-box;
}
/* entypo */
[class*="entypo-"]:before { font: 2.5em/1.9em 'entypo', sans-serif;
}
html,
body { height: 100%; width: 100%; overflow: hidden; background: #333; background: url(http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/retina_wood.png);
}
.socialcount { padding: 0 2em; margin: 0 auto; margin-top: 4em;
}
.socialcount > li { width: 32.9%; border-radius: 0; transition: all .3s ease-in-out; margin: 0 0 2em 0; cursor: pointer;
}
.socialcount > li:hover [class*="entypo-"]:before { opacity: 0;
}
.socialcount iframe { transform: scale(1.65, 1.65);
}
.socialcount .button { top: 50%; margin: -.75em 0 0 0; height: 2em;
}
.socialcount .facebook { background: rgba(59, 89, 152, 0.7);
}
.socialcount.like .facebook iframe { width: 8em;
}
.socialcount .twitter { background: rgba(0, 172, 237, 0.7);
}
.socialcount .googleplus { background: rgba(172, 0, 0, 0.7);
}

Icon Fonts - SocialCount meets Style - Script Codes JS Codes

 /** Icon Fonts - SocialCount meets Style # What? # For my article "5 Use Cases for Icon Fonts" on CSS-Tricks. http://css-tricks.com/five-use-cases-for-icon-fonts # 2012 by Tim Pietrusky # timpietrusky.com
**/
Icon Fonts - SocialCount meets Style - Script Codes
Icon Fonts - SocialCount meets Style - Script Codes
Home Page Home
Developer Tim Pietrusky
Username TimPietrusky
Uploaded June 20, 2022
Rating 4
Size 3,713 Kb
Views 50,600
Do you need developer help for Icon Fonts - SocialCount meets Style?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Tim Pietrusky (TimPietrusky) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!