Open window and click automatically somewhere

0

Hello I would like when people who come to my site, click on a certain button open my youtube channel and automatically sign up.Can you provide me with some code?

    
asked by anonymous 12.10.2016 / 15:17

2 answers

0

Try to create a link on the button for https://www.youtube.com/subscription_center?add_user=USUARIOYOUTUBE , preferably with target="_blank" to open in new tab.

    
12.10.2016 / 16:36
-1

You need to be more specific, however one possible way is this.

<a href="#seulinkdoyoutubeaqui" target="_blank">Meu Canal</a>
    
12.10.2016 / 15:49