Youtube API

Wapka Dashboard: https://web.wapka.org/panel/[SITEID]/[PAGEID]/new/youtube_api
Fields: Enter codes, Enter Config, Header, Footer, Default, Place item after, Item will be visible for.
Parameters (Config):
id - set video/channel ID. You can set multiply id like ID = one,two,three,...
category - to Get video from defined category
type - Default type is VIDEO. You can set RELATED to get related video. TRENDING to get trending videos. If you want to get channel information like title ,desription, subscriberCount, set type = channel
maxresults - set video display limit (max 50)
pagetoken - set page token
order - set display order (relevance, date, rating,title, videoCount, viewCount)
regioncode - set country code
search - search video by keyword
apikey - set YouTube API key
Tags (Codes):
%videoid%, %channelid% - to get id
%title%, %channeltitle% - to get video or channel title
%description%- To get description
%publishedAt% - Video or channel pubished date
%thumb% - To get thumbnail link of channel or video
%tags% - to get video tags
%category% - get Category
%duration%, %dimension%, %definition% - Video meta
%viewCount%, %likeCount%, %dislikeCount%, %favoriteCount%, %commentCount%, %subscriberCount%, %videoCount% - Video and channel statistics
%nextPageToken%, %prevPageToken% - page token
%error% - To get error message sent by youtube
%count% - Number of video displaying
%total% - Total video number
%pagenum% - Total page number