jssocials
jssocials copied to clipboard
Social Network Sharing jQuery Plugin
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
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...
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...
Is the anyway in which the Facebook link can implement a Facebook Like instead of Facebook Share ?
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...
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;...
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...
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...
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...