スマートフォン版/パーツテンプレート/シェアボタン
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()}}"
|
3
|
-
<a class="icon-twitter" href="http://twitter.com/share?url={{url().current()}}"
|
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">
|