1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Closes #5416 Added Behance, Snapchat, Soundcloud, Spotify and Telegram icons to the XURL list.

This commit is contained in:
camer0n
2025-01-29 12:12:06 -08:00
parent 09de2c1ba2
commit 09a5a70b67
14 changed files with 134 additions and 50 deletions

View File

@@ -13,6 +13,9 @@
el.innerHTML = '<span style="font-family: \'social\'">' + entity + '</span>' + html;
}
var icons = {
'e-social-behance': '&#xe926;',
'e-social-telegram': '&#xe923;',
'e-social-snapchat': '&#xe911;',
'e-social-map': '&#xf041;',
'e-social-sms': '&#xf075;',
'e-social-facebook-square': '&#xf082;',
@@ -23,7 +26,6 @@
'e-social-github': '&#xf09b;',
'e-social-mobile': '&#xf10b;',
'e-social-tumblr': '&#xf173;',
'e-social-reddit': '&#xf1a1;',
'e-social-twitch': '&#xf1e8;',
'e-social-whatsapp': '&#xf232;',
'e-social-map-o': '&#xf278;',
@@ -41,7 +43,6 @@
'e-social-digg': '&#xe90e;',
'e-social-stumbleupon': '&#xe90f;',
'e-social-flickr': '&#xe910;',
'e-social-reddit-alien': '&#xe911;',
'e-social-youtube-play': '&#xe912;',
'e-social-youtube': '&#xe913;',
'e-social-pocketpocket': '&#xe914;',
@@ -56,11 +57,10 @@
'e-social-thumbs-up-solid': '&#xe91d;',
'e-social-mail': '&#xe91e;',
'e-social-mail-alt': '&#xe91f;',
'e-social-discord': '&#xe900;',
'e-social-instapaper': '&#xe903;',
'e-social-twitter': '&#xe924;',
'e-social-squarespace': '&#xe921;',
'e-social-tiktok': '&#xe922;',
'e-social-reddit': '&#xe925;',
'e-social-spotify': '&#xe920;',
'e-social-soundcloud-alt': '&#xe901;',
'e-social-soundcloud': '&#xe904;',
'e-social-pushpin': '&#xe946;',
'e-social-vine': '&#xea97;',
'e-social-dribbble': '&#xeaa7;',
@@ -69,6 +69,11 @@
'e-social-linkedin-rect': '&#xeac9;',
'e-social-delicious': '&#xeacd;',
'e-social-flattr': '&#xead5;',
'e-social-discord': '&#xe900;',
'e-social-instapaper': '&#xe903;',
'e-social-twitter': '&#xe924;',
'e-social-squarespace': '&#xe921;',
'e-social-tiktok': '&#xe922;',
'0': 0
},
els = document.getElementsByTagName('*'),