All Projects → bachors → jQuery-Awesome-Sosmed-Share-Button

bachors / jQuery-Awesome-Sosmed-Share-Button

Licence: MIT license
Awesome Social Media Share Button With Share Count

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to jQuery-Awesome-Sosmed-Share-Button

jQuery-Facebook-Stream
Display all your wall post, comments & likes in groups or fans page.
Stars: ✭ 24 (-58.62%)
Mutual labels:  jquery-plugin, social-network, ibacor
netflix-list-exporter
💫‎‎‎‏‏‎ An Extension to export your lists from Netflix to Clipboard area and share it with your friends.
Stars: ✭ 60 (+3.45%)
Mutual labels:  share, button
SocialSharer
最 Pure 的社会化分享按钮
Stars: ✭ 18 (-68.97%)
Mutual labels:  share, social-buttons
Goodshare.js
🚀 А useful modern JavaScript solution for share a link from your website to social networks or mobile messengers. Easy to install and configuring on any of your website!
Stars: ✭ 420 (+624.14%)
Mutual labels:  share, social-network
linkcast
Share links, images, blogs and everything on the web with your friends in one click using this chrome extension Linkcast
Stars: ✭ 13 (-77.59%)
Mutual labels:  share, social-network
Sharect
🔗 A lightweight JavaScript library to let users share their text selections to social networks.
Stars: ✭ 192 (+231.03%)
Mutual labels:  share, social-network
Cordova qq
A Cordova wrapper around the Tencent QQ SDK for Android and iOS. Provides access to QQ ssoLogin, QQ Sharing, QQZone Sharing etc.
Stars: ✭ 294 (+406.9%)
Mutual labels:  share, social-network
React Awesome Button
React button component. Awesome button is a 3D UI, progress, social and share enabled, animated at 60fps, light weight, performant, production ready react UI button component. 🖥️ 📱
Stars: ✭ 943 (+1525.86%)
Mutual labels:  share, button
Share Bar
A pure JS plugin to generate a share bar for social media, used by Globo.com.
Stars: ✭ 158 (+172.41%)
Mutual labels:  share, social-network
React Native Really Awesome Button
React Native button component. Awesome Button is a 3D at 60fps, progress enabled, social ready, extendable, production ready component that renders an awesome animated set of UI buttons. 📱
Stars: ✭ 988 (+1603.45%)
Mutual labels:  share, button
vue-socials
💬 Social media share buttons and counts for Vue.js
Stars: ✭ 32 (-44.83%)
Mutual labels:  share, social-buttons
Hashtegny
jQuery Plugin aggregates hashtags from different social media networks. Posts are displayed in a unique, & attractive grid, and animated layout.
Stars: ✭ 52 (-10.34%)
Mutual labels:  jquery-plugin, social-network
Parallaxie
Easiest, Responsive and Customizable Parallax jQuery Plugin
Stars: ✭ 65 (+12.07%)
Mutual labels:  jquery-plugin
react-native-radio-buttons-group
Simple, best and easy to use radio buttons for react native apps.
Stars: ✭ 145 (+150%)
Mutual labels:  button
bemto-button
Foundation for complex reusable buttons in React
Stars: ✭ 18 (-68.97%)
Mutual labels:  button
desmos
Improving the well-being of users on social networks through the blockchain technology.
Stars: ✭ 82 (+41.38%)
Mutual labels:  social-network
Social-Knowledge-Graph-Papers
A paper list of research about social knowledge graph
Stars: ✭ 27 (-53.45%)
Mutual labels:  social-network
speedy-net
Speedy Net, Speedy Match and Speedy Composer
Stars: ✭ 16 (-72.41%)
Mutual labels:  social-network
buttono
A flexible Sass mixin for creating BEM-style buttons.
Stars: ✭ 82 (+41.38%)
Mutual labels:  button
Whizzz-The-ChatApp
Whizzz is a real-time, one-to-one Android chat application made using Firebase, a beautiful user interface, and a push-notification feature.
Stars: ✭ 66 (+13.79%)
Mutual labels:  social-network

AyoShare.js

Awesome Social Media Share Button With Share Count

Plug and play :)

Options:

  • Counter: boolean
  • Button: boolean
    • Website. Appears in all devices
      • google
      • stumbleupon
      • facebook
      • linkedin
      • pinterest
      • bufferapp
      • reddit
      • vk
      • pocket
      • twitter
      • flipboard
      • digg
      • email
    • Mobile. Appears when opened using mobile
      • whatsapp
      • telegram
      • viber
      • line
      • bbm
      • sms

Usage:

CSS
<!-- Include Font Awesome v4.7.0 -->
<link href="https://github.com//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">

<!-- Custom Style --> <link href="src/css/ayoshare.css" rel="stylesheet">

JS

<!-- Include jQuery -->
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>

<!-- jQuery Awesome Sosmed Share Button -->
<script src="src/js/ayoshare.js"></script>

Example:

<!-- By Class Name -->
<div class="anu" data-ayoshare="http://your-site.com/bla"></div>
<div class="anu" data-ayoshare="http://your-site.com/foo/bar"></div>

<!-- By ID --> <div id="unik" data-ayoshare="http://your-site.com/test.html"&gt;&lt;/div>

<script> $(function() {

    $(".anu").ayoshare({
        counter: true,
        button: {
            google : true,
            facebook : true,
            pinterest : true,
            linkedin : true,
            twitter : true,
            flipboard : true,
            email : true,
            whatsapp : true,
            telegram : true,
            line : true,
            bbm : true,
            viber : true,
            sms : true
        }
    });
    
    $("#unik").ayoshare({
        button: {
            google : true,
            stumbleupon : true,
            facebook : true,
            pinterest : true,
            bufferapp : true,
            reddit : true,
            vk : true,
            pocket : true,
            twitter : true,
            digg : true,
            telegram : true,
            sms : true
        }
    });
    
});

</script>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].