These days, you will learn how can you insert Skype share button on your wordpress web site. It can be very simple for everyone who will be using wordpress platform can easily add Skype share button through Skype share wordpress plugin.
It can be beneficial for you to extend the website traffic from Skype community on your web site. I shall guide you step by step the best way to manage Skype share option on your wordpress web site.
Activate Skype Share plugin
First, you have to install the Skype share wordpress plugin on your wordpress web site.
After the installation of Skype share wordpress plugin on your wordpress web site, the second most important task is to configure the Skype share button options according to your need.
Check the first option “Enable share button”
Button style option depends on your requirement; you can use anyone of the given 4 options below
- large share
- small share
- circle icon
- square icon
3rd method is to choose the location places where you would like to insert Skype share button
- Bottom of the article
- Top of the article
- Both bottom and top
You can easily set Skype share button language manually and automatically
Finally, you have to finish the task by saving the setting. After that you can see Skype share button on your wordpress web site.
Manually Add Skype share button on wordpress site
When you don’t would like to insert Skype share wordpress plugin then you can use a second option in which you can put coded information manually in your wordpress template .
Place the given code in the head section ( Header .php ) of your template
<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>
Place the below code places where you would like use Skype share button on wordpress web site
<div class=’skype-share’ data-href=’http://www.example.com/’ data-lang=” data-text=” data-style=’circle’ ></div>