Coder Social home page Coder Social logo

ayumukasuga / socialshare Goto Github PK

View Code? Open in Web Editor NEW
143.0 10.0 47.0 141 KB

jQuery plugin for creating custom like buttons and like counters

License: MIT License

JavaScript 56.09% Shell 0.22% HTML 43.69%
social-shares share-counters javascript jquery-plugin

socialshare's Issues

Great plugin

Thanks AyumuKasuga,
everything is working great.

Facebook Share count not working

Hey,

I noticed that my facebook wasn't working and I went to see what was happening. I've found out that the facebook API you are using was deprecated today, 18th August.

Can you take a look at this? Will it possible using the new API or not?

Regards!

dose not work on some mobile devices ( Iphone ,4,5,6 gen)

when I click on the share button for facebook or google it does nothing on my iphone using (safari) , I'm guessing it's because you have set it as a popup and not to open in a new window.

but when I go on my android , it works fine , any reason to this also I tried this with the demo you provided just to make sure it was not my code that was a fault.

thanks Samrura

Weibo

Hi man,

it seems that the Weibo service was recently upgraded...
new service should be this one service.weibo.com/share/share.php

Get values from counter

Hey,

Any idea on how can I get the values from two counter so I can do a SUM and display the result?

Instagram

I need same functionality for instagram

Twitter counter

на днях перестал работать твиттер счетчик, кажется у них чтото поменяли

Plugin does not work in IE8-9

The plugin doesn't work in IE because of .each used. This function is not supported there. For loop should be used instead. I'm terrible at js so I did this, because I only use 3 share links on my website.
I guess $(this).length would have worked as well.

for(i=0;i<3;i++){
doIt(i, ($(this).toArray())[i]);
}
function doIt(i, elem){ ... }

Also, classList is not supported in IE8-9 so you need to include this piece of js before the plugin works in IE.

https://developer.mozilla.org/en-US/docs/Web/API/Element.classList

firefox

dont work at firefox 41.0.2

Facebook share title and text is not effect

I see it get the title and meta-description of the page.
The flow is: I request to my tool page and then it response me the result by ajax.

Is there any way to force title and desc for it?
By the way, thanks for great plugin :)

Conflict with VK.Widget

Hello.

I want to place this VK widget to page with your share script (show VK count — yes). And always get this error message: Uncaught TypeError: Cannot read property 'Subscribe' of undefined.

If delete ShareCounter() function — widget works fine! What's wrong? How fix it?

Please check this trouble here: https://jsfiddle.net/h580rjbw/

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.