Important facts about commercial licenses

  • Licenses are perpetual. They do not expire and do not need to be renewed.
  • Licenses can be upgraded. You can upgrade to a more expensive license later paying only the difference in cost.
  • Pay attention to the distribution type - Hosted (sites / servers), binary (applications) or source (includes all the others). Choose according to your needs (more below).
  • All licenses allow commercial use unless otherwise indicated.
  • Read the full license by clicking on the icon.
  • Read more about licenses in our handy license guide.
$4

Personal License

1 site, unlimited servers No source distribution 6 months support
You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

  • Released: Jan 5, 2012
    Last Update: Jan 4, 2012
  • Language: JavaScript
    Framework: jQuery
  • Category: Social media
  • Time / costs savings: 10h / $600 *

iShare

iShare
Developed by Daniel Paul, Released Jan 5, 2012

iShare is one powerful, fully customizable, social sharing jQuery plugin that enables your site users to share the page to various social or bookmarking networks. Replace the long list of sharing buttons on your webpage and add ishare to take its place. It will be neat, simple and organized.

JavaScript

Tags: add this , box , facebook , google

iShare is one powerful, fully customizable, social sharing jQuery plugin that enables your site users to share the page to various social or bookmarking networks. Replace the long list of sharing buttons on your webpage and add ishare to take its place. It will be neat, simple and organized.

This script uses the jQuery framework and works completely client side. So you can use it on static and dynamic webpages. ishare is so easy to use and you only need to add a single simple code and include two files for it to work. Supports facebook, twitter, digg, delicious, yahoo, email, fav, print, live, stumbleupon, orkut, google, tumblr, linkedin, myspace, evernote, bebo, technorati, reddit, newsvine, mixx, netvibes, google buzz and you can add your own!

Back to top

How-to Install

Below you will find the documentation of everything you need to know about how to add it to any page and how to customize it according to your needs.

Step 1 - Include necessary files

Firstly include/link to jQuery and ishare script in your HTML. You can either add this in the head section or before the closing tag of body.

 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
 <script type="text/javascript" src="http://example.com/js/ishare/jquery.ishare.js"></script>

Also include the stylesheet in the head section.

 <link rel="stylesheet" href="http://example.com/js/ishare/ishare.css">

Step 2 - Configure

Add the ishare configuration code after/below where you have included the ishare script.

<script>
    $('.ishare').ishare();
</script>

The .ishare is the class which can be used to activate ishare. Example:

<a href="javascript:void(0);" class="ishare">Share this page</a>

This will open ishare when the link is hovered.

Step 3 - You're Done!

You're done! Because you have not added any extra configuration to script, all the default settings will apply.

Back to top

Customizations

Its so easy and highly customizable. Or you can just use the default settings. The styles are set in css for easy editing.

There are many social share website links pre-defined in the script but if you find one that is not there, you can just add it by adding a simple code.

And we have added a comment for almost every function in the script to make it easy for editing.

Basic Customization

$('.ishare').ishare({
    displayTitle: true,
    title: 'Sharing is caring!', // the title of ishare

    icons: 'digg,linkedin,technorati,delicious,yahoo,google,newsvine,reddit,live,facebook,twitter,stumbleupon,bebo,mixx,myspace,netvibes,tumblr,squidoo',
    targetBlank: false, // open link in new tab? true or false

    sharetitle: "Check out this jQuery plugin called ishare",
    shareurl: "http://codecanyon.net/users/DanielPaul?ref=DanielPaul",

    fbLikebox: true,
    fbAction: "recommend", // like or recommend
    fbcolorscheme: "dark", // light or dark

    tweets: true,
    tweetText: "Check out this awesome ishare URL",
    tweetVia: "DanielPaul94", // via twitter account
    twitterRelated: "DanielPaul94" // related twitter account
});

Directions

Set the location of ishare when a link is hovered. Left, Right, Top or Bottom?

$('.ishare').ishare({
      position: 'left' // top, left, right or bottom
});

Activation Methods

Hover or Click?

$(.ishare').ishare({
    activation: 'click' // click or hover
});

Custom height and width

$('.ishare').ishare({
    width: '500px',
    height: '80px'
});

Custom timings

$('.ishare').ishare({
    fadeIn: 10, // fadeIn speed
    fadeOut: 600, // fadeOut speed
    fadeOut_delay: 1000, // how long till fadeOut
});

Advanced functions before and after ishare

$('.ishare-advanced').ishare({
    enter: function(){
        alert('ishare entering');
    },
    exit: function(){
        alert('ishare out!');
    },
    iconsDir: '../ishare/icons/'
});

User Reviews

No reviews have been submitted yet.
Read all 4 comments »

Questions & Comments


Or enter your name and Email
  • Joshua Jarman License holderPersonal License 5 months ago
    Can you add a pinterest pin-it pill button to the bottom pill button options?
    (where the g+ facebook and twitter pill buttons are?)

    If so i will purchase.
    If not can you add this feature and let me know so I can purchase? thanks!
  • Valentino Radosavlevici 11 months ago
    Hello. I like your app but wouldn't it be better to offer a free version without the support or with less features also? This would speed up the downloads and popularity of your app.
You must be logged-in to vote. Log-in to your account or register now.