A repository of over 1000 quality jQuery plugins

jQuery Social

Social is a jQuery Social & RSS plugin.

Created by Tolgaergin

jQuery plugin for listing profiles and sharing

Not what you're looking for? Click here to view more Social & RSS jQuery plugins

jQuery Plugin for Listing accounts and Sharing page

Usage

<link rel="stylesheet" href="/assets/stylesheets/arthref.min.css">

If you use the plugin in order to link to your profiles, you need to load jQuery first then arthrefSocialProfiles.js

<script src="/assets/javascripts/socialProfiles.min.js"></script>

Then initialize the variables

$('#clickable').socialProfiles({
    email: 'example@example.com',
    facebook: 'tolgaergin',
    twitter: 'tolgaergin',
    pinterest: 'tolga',
    dribbble: 'bbb',
    skype: 'tolgaergin.com',
    linkedin: 'tr.linkedin.com/in/tolgaergin'
});

(When listing your social accounts, for some websites such as LinkedIn, Evernote, Paypal, Windows, Flud, AIM, Yahoo you need to write url address without "http://" or "https://" Because, these websites doesnt have regular url.)

If you use the plugin in order to share pages, you need to load jQuery first then arthrefSocialShare.js

<script src="/assets/javascripts/socialShare.min.js"></script>

Then initialize the variables

$('#clickable').socialShare({
    social: 'blogger,delicious,digg,facebook,google,linkedin,myspace,reddit,stumbleupon,tumblr,twitter,windows,yahoo'
});

Directory and files

/assets
    /stylesheets
        arthref.min.css
    /images
        social-sprite.png
    /javascripts
        socialProfiles.min.js
        socialShare.min.js

Authors

Tolga Ergin

Gökhun Güneyhan



You might also like these other Social & RSS jQuery Plugins

  • jquery-weui

    UI lib for build hybrid wechat web app

  • SocialCounters

    jQuery/PHP – Collection of Social Media APIs that display number of your social media fans.

  • jquery.JamCity

    JamCity is a jQuery plugin that uses the API from Last.Fm to pull your Last.Fm account info, tracks, albums, etc. […]