diff --git a/images/diaspora.png b/images/diaspora.png
new file mode 100644
index 0000000000..725fae7181
Binary files /dev/null and b/images/diaspora.png differ
diff --git a/include/text.php b/include/text.php
index 7b43cd3408..0641689d50 100644
--- a/include/text.php
+++ b/include/text.php
@@ -671,7 +671,8 @@ function smilies($s) {
$a = get_app();
return str_replace(
- array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', '~friendika' ),
+ array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O',
+ '~friendika', 'Diaspora*' ),
array(
'',
'',
@@ -690,6 +691,7 @@ function smilies($s) {
'',
'',
'~friendika ',
+ 'Diaspora',
), $s);
}}