目次に戻る

スマートフォン版/パーツテンプレート/シェアボタン

4.5.0アップデートでの変更箇所は下記となります。(行数は無編集の場合の目安となります)
+ で始まる行がアップデートで追加された行となります
- で始まる行がアップデートで削除された行となります

テンプレート編集画面の「オリジナルとの差分を確認する」機能でも差分をご確認いただけます。

Smartphone/Parts/sp_contents.partial.shareBox.twig CHANGED
@@ -1,7 +1,7 @@
1
1
  <div class="share-area">
2
- <a class="icon-facebook" href="http://www.facebook.com/sharer.php?u={{url().current()}}" onClick="window.open(encodeURI(decodeURI(this.href)),'sharewindow', 'width=650, height=470, personalbar=0, toolbar=0, scrollbars=1, resizable=!'); return false;"></a>
3
- <a class="icon-twitter" href="http://twitter.com/share?url={{url().current()}}" onClick="window.open(encodeURI(decodeURI(this.href)), 'tweetwindow', 'width=650, height=470, personalbar=0, toolbar=0, scrollbars=1, sizable=1'); return false;" rel="nofollow"></a>
4
- <a class="icon-line" href="http://line.me/R/msg/text/?{{url().current()}}"></a>
2
+ <a class="icon-facebook" href="http://www.facebook.com/sharer.php?u={{url().current()}}" target="_blank"></a>
3
+ <a class="icon-twitter" href="http://twitter.com/share?url={{url().current()}}" target="_blank"></a>
4
+ <a class="icon-line" href="http://line.me/R/msg/text/?{{url().current()}}" target="_blank" ></a>
5
5
  {% if content.is_single and content.use_embed %}
6
6
  <a class="icon-embed no-scroll-target" href="#" data-toggle="modal" data-target="#embedModal"></a>
7
7
  <div class="modal" tabindex="-1" role="dialog" id="embedModal">