Wordpress site and running at clanaod.tv
The script below is changing my iframe srcs on click of any of the buttons , what I'm trying to do is create an automated way to quickly add new channels through a list rather than individual lines
In other words I'm trying to find a way in which I can add ClanAODTV through a submission form to a list and it will create and autofill the url
Variables
ClanAODTV
Silencer77
NewColossus
I'm incredibly new to creating this type of page and apologize if my current method is poorly formatted.
The idea is to make it easier to add additional streamers without typing the same line over and over. Not sure if this is entirely possible in jquery but all of my searches keep leading to arrays so I figured I'd ask here.
If this is beyond what you all can offer for help my humblest apologies
Current html and java
function twoFrameChange(video,chat){
top.twitch_embed.location.href = video;
top.chat_embed.location.href = chat;
}