mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 14:19:18 +00:00
show tweet buttons on a new line
This commit is contained in:
@@ -4716,7 +4716,7 @@
|
||||
|
||||
$short_title = truncate_string(strip_tags($line['title']), 90);
|
||||
|
||||
print "<a href=\"http://twitter.com/share\"
|
||||
print "<br/><a href=\"http://twitter.com/share\"
|
||||
class=\"twitter-share-button\"
|
||||
data-text=\"$short_title\"
|
||||
data-url=\"".htmlspecialchars($line["link"])."\"
|
||||
@@ -5241,7 +5241,7 @@
|
||||
$short_title = truncate_string(
|
||||
strip_tags($line['title']), 90);
|
||||
|
||||
print "<a href=\"http://twitter.com/share\"
|
||||
print "<br/><a href=\"http://twitter.com/share\"
|
||||
class=\"twitter-share-button\"
|
||||
data-text=\"$short_title\"
|
||||
data-url=\"".htmlspecialchars($line["link"])."\"
|
||||
|
||||
Reference in New Issue
Block a user