[RSS Feed/News] Item type icon should not default to YouTube logo for non-YouTube embeds - YouTube API Developer Policies issue

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
In xfmg_media_list.less XFMG uses the YouTube logo for the default embed type icon (plus generic embed thumbnail). This means embedded content from different sites without its own specific icon defined still uses the YouTube icon. Example (TikTok vs Instagram):

xenforo-2-2-xfmg-media-list-thumbnail-youtube-api-tos-violation.gif

CSS:

Code:
.itemList-itemTypeIcon
{


    &.itemList-itemTypeIcon--embed
    {
        .m-faBase('Brands');
        &::after
        {
            .m-faContent(@fa-var-youtube);
        }
    }


}

This is not...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom