Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.4k stars 1.98k forks source link

Jetpack Social Icons widget shows extra Telegram logo #46987

Open bsanevans opened 3 years ago

bsanevans commented 3 years ago

Steps to reproduce

  1. On a Simple site, add a Social Icons widget to any widget location
  2. Add the following Facebook URL to the widget: https://www.facebook.com/bergwelt.me
  3. Add the following Instagram URL to the widget: https://www.instagram.com/bergwelt.me/?hl=de
  4. Notice a Telegram icon is also displayed under each icon

Screen Shot 2020-10-31 at 11 28 03

What I expected

Screen Shot 2020-10-31 at 11 28 23

What I tested

Workaround

The user does not need to show Telegram icons, so I have sent the following CSS to hide the unneeded icons.

.icon-telegram { display: none; }

Context

Reported here: 3445632-zd-woothemes

simison commented 3 years ago

@apeatling have you heard about this happening at scale? It could be theme specific issue, and if we can't figure it might be ok to close.