Code Monkey home page Code Monkey logo

sharer.css's Introduction

Sharer.css | CSS Extension for Sharer.js

Beautiful Sharer.js buttons with CSS3 only : DEMO 😻

A small extention for the plugin Sharer.js by Ellison Leão.


What’s included?

The package consists of a small sharer.min.css file (only 2.8 KB). Use this file alongside with Sharer.js to get 25+ beautiful share buttons to insert on your webpages.

Sample Setup

  • First you'll need to get Sharer.js installed on your page
  • Then download/clone the sharer.min.css from this repo and link in your webpage's <head> tag like this:
<link rel="stylesheet" type="text/css" href="path_to_file/sharer.min.css" />
  • Add sharer-btn class to every Sharer.js button and you are good to go (Have a look at the DEMO)

Your final webpage should look something like this (I'll use rawgit.com in the example below. So, if you copy and paste the below code, it should work):

<!DOCTYPE html>
<html>
  <head>
    <title>
      Sharer.css for sharer.js | Beautiful sharer.js Buttons
    </title>
    <link rel="stylesheet" type="text/css" href="https://rawgit.com/arximughal/sharer.css/master/sharer.min.css" />
  </head> 
  <body>
	<button class="sharer button sharer-btn" data-sharer="twitter" data-title="Checkout Sharer.css!" data-hashtags="awesome, sharer.css" data-url="https://github.com/arximughal/sharer.css">Share on Twitter</button>
          
    <script src="https://rawgit.com/ellisonleao/sharer.js/master/sharer.min.js"></script>
  </body>
</html>

sharer.css's People

Contributors

arximughal avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.