jssocials icon indicating copy to clipboard operation
jssocials copied to clipboard

Social Network Sharing jQuery Plugin

Results 77 jssocials issues
Sort by recently updated
recently updated
newest added

I ran into a scenario where I need to share by SMS. Does anybody think it may be a desiderable feature? http://thenewcode.com/856/Send-a-SMS-Text-From-A-Link

enhancement

Hi @tabalinas , Joomla is for future versions 'migrating' their built in jquery scripts to Vanilla JS. There is some logical reasoning behind that (speed among other things). Now that...

enhancement

Hi, Do you think that it could be possible to "require" jquery in your npm module ? Because when I use it in my build it said that it doesn't...

enhancement

Is the anyway in which the Facebook link can implement a Facebook Like instead of Facebook Share ?

enhancement

Hi ! I have an Ajax based form on my website, when a user hits "submit" it displays the content directly without refreshing the page. The problem is it should...

help wanted

I suggest styling the :visited status to avoid bizarre colors in icons and text. For instance, lines 76-77 of jssocials-theme-flat.css would be: ``` .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active, .jssocials-share-link:visited { color: #fff;...

enhancement

Define Share URL and text via data attributes, per issue #108

I ran into a scenario where I was looping through multiple objects on a page (server side), where each object required a different share URL. With the current API, I...

enhancement

With this css code we can make our floating buttons for resolutions up to 425px. You can see the result in: Http://webforever.es/blog/1085/tu-slider-adaptable-en-tu-web-webforever-is-diseno-web-adaptable ```css /* Clases para jssocials ****************************************************/ @media all...

enhancement

I'm looking for a way to populate count directly through HTML. Something like ` etc.` Any ideas appreciated.. I don't really want to modify the jssocials.js to do this, but...

enhancement