Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Skype share button to Jetpack #3170

Closed
paunikar opened this issue Dec 17, 2015 · 4 comments
Closed

Add Skype share button to Jetpack #3170

paunikar opened this issue Dec 17, 2015 · 4 comments
Assignees
Labels
[Feature] Sharing Post sharing, sharing buttons [Type] Enhancement Changes to an existing feature — removing, adding, or changing parts of it
Milestone

Comments

@paunikar
Copy link

Hello, I am following up on a twitter request by one of your users. We recently launched the Skype Share button. The configuration page is available here: https://www.skype.com/en/create-share-buttons/

We offer a JS button with SDK. We also offer a raw URL option. The URL is:
https://web.skype.com/share?url=<urlencoded_url_to_share>&lang=en-US&flow_id=&source=JetPack

Expected usage, with ideal window size:
function shareUsingSkypeRawLink() {
window.open('https://web.skype.com/share?url=<urlencoded_url_to_share>&lang=en-US&flow_id=&source=JetPack’, ‘_blank', 'toolbar=no, scrollbars=yes, resizable=yes, width=305, height=665');
return false;
}
<a href=‘javascript:void(0)' onclick="shareUsingSkypeRawLink()"> Share using link

Asset available here:
Skype logo file is available here: https://swx.cdn.skype.com/skypewebsdk/shareButton/v/latest/assets/images/s_logo.svg

We also have a WP plugin: https://wordpress.org/plugins/skype-share-button/

Please let me know if you need any other information.
Thanks,
Amit Paunikar
Product@Skype

@kraftbj kraftbj added [Type] Enhancement Changes to an existing feature — removing, adding, or changing parts of it [Feature] Sharing Post sharing, sharing buttons labels Dec 17, 2015
@kraftbj kraftbj modified the milestones: 4.0, Community Dec 17, 2015
jeherve added a commit to jeherve/jetpack that referenced this issue Dec 17, 2015
@jeherve jeherve modified the milestones: 3.9, Community Dec 17, 2015
@jeherve jeherve self-assigned this Dec 17, 2015
@paunikar
Copy link
Author

paunikar commented Jan 6, 2016

@jeherve any update on this? let me know if you need any additional information to move this forward.

@jeherve
Copy link
Member

jeherve commented Jan 6, 2016

@paunikar See #3171. The Pull Request was reviewed, and will be included in the next Jetpack release.

@paunikar
Copy link
Author

paunikar commented Jan 6, 2016

Thanks @jeherve Any approximate timing on that, so we can be ready at our end and monitoring metrics?

@jeherve
Copy link
Member

jeherve commented Jan 6, 2016

It should be released before the end of the month, after we go through a Beta testing phase, and if we find no bugs during testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Sharing Post sharing, sharing buttons [Type] Enhancement Changes to an existing feature — removing, adding, or changing parts of it
Projects
None yet
Development

No branches or pull requests

4 participants