Add youtube channels to the youtube integration #10
Labels
good first issue
Good for newcomers
hacktoberfest
This repository is public and will count towards your PR count for the Hacktoberfest
priority
Should be trated in priority
Currently the youtube integration only works for videos since #8 .
Add the preview of channels in js/templates/youtube.js
You should make it so that you find a way to consistantly identify channel links and return the type of a link being channel in the checkLinkType function
You should inject the HTML elements needed to preview a channel when the link is hovered in the bindToNode function (please do not use innerHTML and prefer DOM manipulation for firefox support)
The text was updated successfully, but these errors were encountered: