Merge branch 'g5'
This commit is contained in:
@ -12,7 +12,7 @@ switch($_REQUEST['sns']) {
|
|||||||
header("Location:http://www.facebook.com/sharer/sharer.php?s=100&u=".$short_url."&p=".$title);
|
header("Location:http://www.facebook.com/sharer/sharer.php?s=100&u=".$short_url."&p=".$title);
|
||||||
break;
|
break;
|
||||||
case 'twitter' :
|
case 'twitter' :
|
||||||
header("Location:http://twitter.com/home?status=".$title_url);
|
header("Location:https://twitter.com/intent/tweet?text=".$title_url);
|
||||||
break;
|
break;
|
||||||
case 'gplus' :
|
case 'gplus' :
|
||||||
header("Location:https://plus.google.com/share?url=".$short_url);
|
header("Location:https://plus.google.com/share?url=".$short_url);
|
||||||
|
|||||||
Reference in New Issue
Block a user