diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/external-links.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/util/external-links.js b/src/util/external-links.js index e59cd318..4d77eb73 100644 --- a/src/util/external-links.js +++ b/src/util/external-links.js @@ -308,6 +308,30 @@ export const externalLinkSpec = [ }, { + match: {domain: 'facebook.com'}, + + platform: 'facebook', + handle: {pathname: /^([^/]+)\/?$/}, + + icon: 'facebook', + }, + + { + match: {domain: 'facebook.com'}, + + platform: 'facebook', + handle: {pathname: /^(?:pages|people)\/([^/]+)\/[0-9]+\/?$/}, + + icon: 'facebook', + }, + + { + match: {domain: 'facebook.com'}, + platform: 'facebook', + icon: 'facebook', + }, + + { match: {domain: 'mspaintadventures.fandom.com'}, platform: 'fandom.mspaintadventures', |