diff --git a/src/apps.json b/src/apps.json
index 3d2796b90..91618a1ee 100755
--- a/src/apps.json
+++ b/src/apps.json
@@ -2277,6 +2277,14 @@
},
"website": "fwpshop.org"
},
+ "Facebook": {
+ "cats": [
+ 5
+ ],
+ "icon": "Facebook.svg",
+ "script": "//connect\\.facebook\\.net/[^/]*/[a-z]*\\.js",
+ "website": "facebook.com"
+ },
"Fact Finder": {
"cats": [
29
@@ -2701,6 +2709,14 @@
"icon": "Google PageSpeed.png",
"website": "developers.google.com/speed/pagespeed/mod"
},
+ "Google Plus": {
+ "cats": [
+ 5
+ ],
+ "icon": "Google Plus.svg",
+ "script": "apis\\.google\\.com/js/[a-z]*\\.js",
+ "website": "plus.google.com"
+ },
"Google Sites": {
"cats": [
1
@@ -3898,6 +3914,14 @@
"script": "^https?://cdn\\.linksmart\\.com/linksmart_([\\d.]+?)(?:\\.min)?\\.js\\;version:\\1",
"website": "linksmart.com"
},
+ "Linkedin": {
+ "cats": [
+ 5
+ ],
+ "icon": "Linkedin.svg",
+ "script": "//platform\\.linkedin\\.com/in\\.js",
+ "website": "linkedin.com"
+ },
"List.js": {
"cats": [
12
@@ -5383,6 +5407,14 @@
],
"website": "pimcore.org"
},
+ "Pinterest": {
+ "cats": [
+ 5
+ ],
+ "icon": "Pinterest.svg",
+ "script": "//assets\\.pinterest\\.com/js/pinit\\.js",
+ "website": "pinterest.com"
+ },
"Piwik": {
"cats": [
10
@@ -7203,6 +7235,14 @@
"icon": "TwistedWeb.png",
"website": "twistedmatrix.com/trac/wiki/TwistedWeb"
},
+ "Twitter": {
+ "cats": [
+ 5
+ ],
+ "icon": "Twitter.svg",
+ "script": "//platform\\.twitter\\.com/widgets\\.js",
+ "website": "twitter.com"
+ },
"Twitter Bootstrap": {
"cats": [
18
diff --git a/src/icons/Facebook.svg b/src/icons/Facebook.svg
new file mode 100644
index 000000000..aaba01894
--- /dev/null
+++ b/src/icons/Facebook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/Google Plus.svg b/src/icons/Google Plus.svg
new file mode 100644
index 000000000..3db5d94ae
--- /dev/null
+++ b/src/icons/Google Plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/Linkedin.svg b/src/icons/Linkedin.svg
new file mode 100644
index 000000000..f7ed76695
--- /dev/null
+++ b/src/icons/Linkedin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/Pinterest.svg b/src/icons/Pinterest.svg
new file mode 100644
index 000000000..cf60b5531
--- /dev/null
+++ b/src/icons/Pinterest.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/Twitter.svg b/src/icons/Twitter.svg
new file mode 100644
index 000000000..dbd044201
--- /dev/null
+++ b/src/icons/Twitter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file