diff --git a/js/sns.js b/js/sns.js index 38ca4f725..3430b6d26 100644 --- a/js/sns.js +++ b/js/sns.js @@ -8,9 +8,4 @@ $(function() { window.open($(this).attr("href"), "win_twitter", "menubar=1,resizable=1,width=600,height=350"); return false; }); - - $(".share-googleplus").click(function() { - window.open($(this).attr("href"), "win_googleplus", "menubar=1,resizable=1,width=600,height=600"); - return false; - }); }); \ No newline at end of file diff --git a/lib/shop.lib.php b/lib/shop.lib.php index 1d591621b..a74dad8ea 100644 --- a/lib/shop.lib.php +++ b/lib/shop.lib.php @@ -1521,9 +1521,6 @@ function get_sns_share_link($sns, $url, $title, $img) case 'twitter': $str = '트위터에 공유'; break; - case 'googleplus': - $str = '구글플러스에 공유'; - break; case 'kakaotalk': if($config['cf_kakao_js_apikey']) $str = '카카오톡 링크보내기'; diff --git a/mobile/skin/shop/basic/item.form.skin.php b/mobile/skin/shop/basic/item.form.skin.php index 592b75791..d9d9620d4 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -77,7 +77,6 @@ add_javascript('', 10);
- SNS 공유"; echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/facebook.png'); echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/twitter.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/gplus.png'); echo get_sns_share_link('kakaotalk', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/sns_kakao.png'); echo ""; echo "
\n"; diff --git a/mobile/skin/shop/basic/main.10.skin.php b/mobile/skin/shop/basic/main.10.skin.php index 4600f2723..4a047bd21 100644 --- a/mobile/skin/shop/basic/main.10.skin.php +++ b/mobile/skin/shop/basic/main.10.skin.php @@ -108,7 +108,6 @@ foreach((array) $list as $row){ echo "

SNS 공유

"; echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/facebook.png'); echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/twitter.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/gplus.png'); echo get_sns_share_link('kakaotalk', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/sns_kakao.png'); echo ""; echo "\n"; diff --git a/mobile/skin/shop/basic/main.20.skin.php b/mobile/skin/shop/basic/main.20.skin.php index 772588e63..64bd97e7f 100644 --- a/mobile/skin/shop/basic/main.20.skin.php +++ b/mobile/skin/shop/basic/main.20.skin.php @@ -104,7 +104,6 @@ foreach((array) $list as $row){ echo "
"; echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/facebook.png'); echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/twitter.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/gplus.png'); echo get_sns_share_link('kakaotalk', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/sns_kakao.png'); echo "
\n"; } diff --git a/mobile/skin/shop/basic/main.30.skin.php b/mobile/skin/shop/basic/main.30.skin.php index a52474e5d..5c0051bce 100644 --- a/mobile/skin/shop/basic/main.30.skin.php +++ b/mobile/skin/shop/basic/main.30.skin.php @@ -104,7 +104,6 @@ foreach((array) $list as $row){ echo "
"; echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/facebook.png'); echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/twitter.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/gplus.png'); echo get_sns_share_link('kakaotalk', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/sns_kakao.png'); echo "
\n"; } diff --git a/mobile/skin/shop/basic/style.css b/mobile/skin/shop/basic/style.css index 52ab9fd3a..d6cc2ebc1 100644 --- a/mobile/skin/shop/basic/style.css +++ b/mobile/skin/shop/basic/style.css @@ -69,7 +69,6 @@ .sct_sns a {display:inline-block;margin:0 2px;width:28px;height:28px;line-height:28px;border-radius:3px;font-size:0;text-align:center} .share-facebook {background:#415b92} .share-twitter {background:#35b3dc} -.share-googleplus {background:#d5503a} .share-kakaotalk {background:#ffeb00} .sct_sns img {width:20px;height:auto;vertical-align:middle} .sct_sns button {margin:0 4px 0 0;padding:0;border:0} @@ -103,7 +102,6 @@ .sct_10 .sct_sns a {display:inline-block;border-radius:50%;width:50px;height:50px;line-height:25px;text-align:center;padding:13px 0;margin:20px 5px} .sct_10 .sct_sns .share-facebook {background:#415b92} .sct_10 .sct_sns .share-twitter {background:#35b3dc} -.sct_10 .sct_sns .share-googleplus {background:#ea3838} .sct_10 .sct_sns img {width:24px} .sct_10 .sct_sns_bg {background:rgba(0,0,0,0.1);width:100%;height:100%} .sct_10 .sct_sns_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff;margin:0;height:50px} @@ -129,7 +127,6 @@ .sct_10_list .sct_sns a {display:inline-block;border-radius:50%;width:50px;height:50px;line-height:25px;text-align:center;padding:13px 0;margin:20px 5px} .sct_10_list .sct_sns .share-facebook {background:#415b92} .sct_10_list .sct_sns .share-twitter {background:#35b3dc} -.sct_10_list .sct_sns .share-googleplus {background:#ea3838} .sct_10_list .sct_sns img {width:24px} .sct_10_list .sct_sns_bg {background:rgba(0,0,0,0.1);width:100%;height:100%} .sct_10_list .sct_sns_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff} @@ -332,7 +329,6 @@ #sit_star_sns .sns_area a {display:inline-block;width:35px;height:35px;line-height:35px;background:#eee;text-align:center;border-radius:50%;padding-top:5px} #sit_star_sns .sns_area a img {width:24px;height:auto} #sit_star_sns .sns_area #sit_btn_rec {font-size:15px;padding-top:0} -#sit_star_sns .sns_area .share-googleplus {background:#ea3838} #sit_star_sns .sns_area .share-facebook {background:#415b92} #sit_star_sns .sns_area .share-twitter {background:#35b3dc} diff --git a/plugin/sns/view.sns.skin.php b/plugin/sns/view.sns.skin.php index 4d3533c74..41824dd5c 100644 --- a/plugin/sns/view.sns.skin.php +++ b/plugin/sns/view.sns.skin.php @@ -62,7 +62,6 @@ $bo_v_sns_class = $config['cf_kakao_js_apikey'] ? 'show_kakao' : '';