From e016679e677d069566d0882fe325e9725f5dbf90 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 8 Oct 2015 16:53:38 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8A=B8=EC=9C=84=ED=84=B0=20=EA=B3=B5?= =?UTF-8?q?=EC=9C=A0=20=EA=B8=B0=EB=8A=A5=20url=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/sns_send.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/sns_send.php b/bbs/sns_send.php index 2a6622d6c..972d16257 100644 --- a/bbs/sns_send.php +++ b/bbs/sns_send.php @@ -12,7 +12,7 @@ switch($_REQUEST['sns']) { header("Location:http://www.facebook.com/sharer/sharer.php?s=100&u=".$short_url."&p=".$title); break; case 'twitter' : - header("Location:http://twitter.com/home?status=".$title_url); + header("Location:https://twitter.com/intent/tweet?text=".$title_url); break; case 'gplus' : header("Location:https://plus.google.com/share?url=".$short_url);