Kaspars Sprogis

Results 125 comments of Kaspars Sprogis

I doubt it will help, but could you try moving init outside jQuery? You don't have to worry about running this on jQuery ready or checking if elements exists. SSK...

Originally @alexandernst added NPM support, but he transferred npm package ownership back to me. I would love to update npm if I could, receiving error on publish, I have no...

Thank you @alexandernst @kennynaoh just pushed recent version to npm as well: https://www.npmjs.com/package/social-share-kit

@kennynaoh Social share kit also requires `.CSS` fail along with `.JS` file. How can it be obtained from npmjs if there is no mention about in package.json? I am not...

Oh sorry @alexandernst and @kennynaoh, i meant how does `cdnjs` knows which files to include if there is no mention of `.CSS` file in `package.json`. As an answer to the...

Published latest version to npm: https://www.npmjs.com/package/social-share-kit

Is this still an issue, can somebody on the windows and IE please verify? Thank you.

Just tried changing to new Share dialog. Unfortunately it has `app_id` param as requirement. So this is not a direct replacement. Probably this feature would be as a solution, in...

Currently as a workaround you can use: ``` js SocialShareKit.init({ onBeforeOpen: function (el, provider, paramsObj) { if (provider === 'facebook') { paramsObj.networkUrl = 'https://www.facebook.com/dialog/share?app_id=' + YOUR_FB_APP_ID + '&display=popup&href=' + paramsObj.shareUrlEncoded();...

If you don't really care about anything unprocessed and encounter this issue when redis eats up all memory and eventually crashes whole on-premise deployment, what helped me was following: ```...