Recent Posts

How to add a Skype Sharing Button In Blogger 2016

Hey Whats Up Guys! You know about the social media sharing buttons like Facebook, Twitter, Google+, or many more like this.Social media sharing buttons no doubt increase our traffic.It is very helpful for our blog.But have you ever listen about Skype Sharing Button.Skype is Microsoft owned company that is highly using in these days.May you like to add Skype sharing button on blog.Today I gonna going to show you How to add a Skype sharing button in your blog.






Let Start it below:


You know that social media plays a very important role for every webmaster.Every webmaster want to get traffic and he uses different social media platform.Skype is the platform that have more than 32 million active users.So having a Skype sharing button can give you a lot of traffic.

How to add a Skype Sharing Button in Blog:

To add Skype Sharing Button Follow the given steps:
1.You have to install a script to activate it.
2.Now Go to Blogger>>Template>>Edit HTML.
3.Now find for </head> tag and paste the given code just above it.



<script>
// Place this code in the head section of your HTML file
(function(r, d, s) {
 r.loadSkypeWebSdkAsync = r.loadSkypeWebSdkAsync || function(p) {
  var js, sjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(p.id)) { return; }
  js = d.createElement(s);
  js.id = p.id;
  js.src = p.scriptToLoad;
  js.onload = p.callback
  sjs.parentNode.insertBefore(js, sjs);
 };
 var p = {
  scriptToLoad: 'https://swx.cdn.skype.com/shared/v/latest/skypewebsdk.js',
  id: 'skype_web_sdk'
 };
 r.loadSkypeWebSdkAsync(p);
})(window, document, 'script');
</script>


4.Now Save the Template.
5.Now almost done.Go to Blogger>>Layout.
6.Now Click on Add a Gadget >>Add HTML/Java Script.
7.Now Paste the given code in it.



<div class='skype-share' data-href='' data-lang='' data-text='' data-style='small' ></div>



Change Size of Buttons You Want:

To change the size select any one and copy its code a paste it in Layout.

For Small Button:


<div class='skype-share' data-href='' data-lang='' data-text='' data-style='small' ></div>


For Circular Button:


<div class='skype-share' data-href='' data-lang='' data-text='' data-style='circle' ></div>


For Square Button:


<div class='skype-share' data-href='' data-lang='' data-text='' data-style='large' ></div>


For Large Button:


<div class='skype-share' data-href='' data-lang='' data-text='' data-style='square' ></div>



After this sharing button will be added to your blog and its sharing is like the others like Facebook or twitter.



I hope that after reading this article you can easily add Skype sharing Button in you Blog.If you like this article share it on social media to help other blogger brothers.
Let me know you if you have any problem regarding to this article.If you have any problem you can comment me in comment box.Thanks for reading this article.Stay tuned for more articles.

Share this

Related Posts

Previous
Next Post »