In WordPress, I’d like to have multiple imbedded URLs that are variable based on a user input. Outcome would be a top search bar that the user can type an input which would change the URL imbeds in the lower part of the page.
//For instance, the user types in the search bar:
XYZ = “Tacos”
ImbedURL1= “search.yahoo.com/search?p=“XYZ
//to become the resulting Link
search.yahoo.com/search?p=Tacos
//I could have other imbeds so that someone could also search google for “Tacos” at the same time.
Does this make sense?
I have been reading for different WordPress plugins and if there is a custom block you would recommend I’ll take the recommendation. Thanks all.
1