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);