From e7f0dfa9d84a13e3347422b89421213a5adf7995 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Fri, 10 Apr 2015 13:48:29 +0200 Subject: Link to Twitter-Search instead of the Tweet-Intent --- model/Room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model/Room.php') diff --git a/model/Room.php b/model/Room.php index b3804f1..e282b0b 100644 --- a/model/Room.php +++ b/model/Room.php @@ -91,7 +91,7 @@ class Room extends ModelBase public function getTwitterUrl() { return sprintf( - 'https://twitter.com/intent/tweet?text=%s', + 'https://twitter.com/search?q=%s', rawurlencode($this->getTwitterText()) ); } -- cgit v1.2.3