Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

WordPressにSkype共有ボタンを追加する方法

Skypeに共有ボタンがあることをご存知ですか?WordPressにSkypeの共有ボタンを追加する方法のチュートリアルを読者から求められるまで、私たちも知りませんでした。Skypeは、世界で最も人気のあるコミュニケーションアプリの1つです。この投稿では、WordPressにSkype共有ボタンを簡単に追加する方法をご紹介します。

Skype Share Button

まず最初に、Skype共有プラグインをインストールして有効化します(WordPressプラグインのインストール方法については、初心者ガイドをご覧ください)。

有効化したら、設定 ” Skype共有ボタンのページでプラグインを設定します。

Skype share button settings page

最初の設定は、共有ボタンの有効化です。WordPressサイトでSkype共有ボタンを有効化するには、このボックスをチェックする必要があります。

次に、ボタンのサイズを選択する必要があります。選択可能なボタンのサイズは、大共有、小共有、丸アイコン、Squareアイコンです。

最後に、ボタンの場所を選択する必要があります。投稿の上に表示するか、下に表示するか、あるいは両方表示するかを選択できます。

Skype shareは、WordPressサイトの言語を自動的に検出します。検出されない場合は、手動で言語を選択できます。

変更を保存」ボタンをクリックして、設定を保存することを忘れないでください。

これで、お客さまのサイトにアクセスして、Skype共有ボタンが実際に表示されるようになります。

preview of Skype share button

WordPressテンプレートにSkype共有を手動で追加する

テーマファイルに手動で追加したい場合は、以下の手動コードの指示に従ってください。

まず、ファイルのheadセクションに以下のスクリプトを追加します。これは、header.phpファイルを直接編集するか、Enqueue scriptsを使用してスクリプトを追加する適切な方法で行うことができます。

[SKX1]
<script>
// HTMLファイルのheadセクションに次のコードを記述します。
(関数(r, d, s) {)
r.loadSkypeWebSdkAsync = r.loadSkypeWebSdkAsync || function(p) { } // 以下のコードをHTMLファイルのheadセクションに記述します。
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
[SKX3]

その後、投稿ループ内に配置する限り、以下のコードをsingle.php、loop.php、index.php、page.php、category.php、archive.phpに追加します。

[cbk1]

data-styleをlarge、small、circle、squareに変更できます。

また、言語を希望の言語に変更することもできます。

基本的に、上記のコードはユーザーが投稿タイトルをメッセージとして個々の投稿を共有できるようにします。

この投稿が、WordPressサイトにSkype共有ボタンを追加する際にお役に立てば幸いです。WordPressでスマートフォン用のクリック可能な電話番号を追加する方法については、こちらのガイドもご覧ください。

この投稿が気に入った場合は、WordPress動画チュートリアルのYouTubeチャンネルにご登録ください。Twitterや Facebookでもご覧いただけます。

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

アバター

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

2件のコメントLeave a Reply

  1. Tilok Chakma

    Thanks for sharing this great article. Now i can manage my Skype account.

  2. Dee Ann Rice

    Hi,

    I did not know you could put a Skype share button on a WordPress blog. That is interesting and nice to know.

    If you are using Skype as an integral part of your promotion for your blog it would be great to be able to have readers share posts on Skype.

    Nice tutorial on how to install the button. Really clear and easy to understand.

    Good post.

    Dee Ann Rice

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.