Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFabian Becker <fabian.becker@uni-tuebingen.de>2013-09-09 03:58:02 +0400
committerFabian Becker <fabian.becker@uni-tuebingen.de>2013-09-09 03:58:02 +0400
commit73515816c2daa1d0a01373b1955a31caed1b63a1 (patch)
tree5feba1dd43137199c4bfb5c2e0e6c3c2965ea537 /core
parent6765b823159f2df949088084ce9645ce179746d8 (diff)
Add Vimeo and Youtube to list of socials
fixes #4097
Diffstat (limited to 'core')
-rwxr-xr-xcore/DataFiles/Socials.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/DataFiles/Socials.php b/core/DataFiles/Socials.php
index 3433e79c46..867c08939f 100755
--- a/core/DataFiles/Socials.php
+++ b/core/DataFiles/Socials.php
@@ -202,5 +202,12 @@ if (!isset($GLOBALS['Piwik_socialUrl'])) {
// Weibo
'weibo.com' => 'Weibo',
't.cn' => 'Weibo',
+
+ // YouTube
+ 'youtu.be' => 'YouTube',
+ 'youtube.com' => 'YouTube',
+
+ // Vimeo
+ 'vimeo.com' => 'Vimeo',
);
}