Aproveite o valor atual enquanto ainda está disponível, em breve vai aumentar.
Você já está inscrito, agora falta ativar o lembrete para não perder nada!
Eu realmente acredito que o conteúdo do Desafio vai te ajudar a começar no YouTube do jeito certo (sem aparecer) e ter resultados rápidos… com poucos cliques!
Mas pode ser que você não receba minha notificação para participar das aulas Ao Vivo.
Eu já criei o evento da live, por isso, é muito importante que você toque no botão abaixo e ative o lembrete dela. É bem simples…
CRONOGRAMA | Vou te mostrar como ter resultados rápidos no YouTube mesmo sem aparecer, começando do zero e sem nenhum inscrito.
Ter 08/10 | 20h
AO VIVO
LIVE 01:
Aperte no botão abaixo e defina o lembrete no YouTube.
jQuery(document).ready(function() {
var q = new Date();
var m = q.getMonth();
var d = q.getDay();
var y = q.getFullYear();
jQuery('#thumb-aula01').hide()
var date = q;
function compareDate(dateToCompare) {
var mydate = new Date(dateToCompare.replace(' ', 'T'));
// mydate=new Date(dateToCompare);
// alert('Data Atual: '+date);
// alert('Data Aula: '+mydate)
if(date>=mydate){
// alert("greater");
return true;
}
else{
// alert("smaller");
return false;
}
}
/*
08/10 Desafio: YouTube em 1 Clique [Episódio 1]
https://youtube.com/live/M_G71Ae5V68?feature=share
09/10 Desafio: YouTube em 1 Clique [Episódio 2]
https://youtube.com/live/MmOZd4ZxRqA?feature=share
10/10 Desafio: YouTube em 1 Clique [Episódio 3]
https://youtube.com/live/mmx3h1w8n6I?feature=share
*/
//CÓDIGO DOS LINKS DOS VIDEOS DAS AULAS
var videoAula02 = "MmOZd4ZxRqA";
var videoAula03 = "mmx3h1w8n6I";
//DATAS PARA LIBERAÇÃO DOS LINKS DAS AULAS
/* A DATA DE LIBERAÇÃO É DIFERENTE DA DATA DA AULA. OS LINKS SÃO LIBERADOS AS 22hs NO
DIA DA AULA ANTERIOR, PARA QUE OS ALUNOS ACESSEM E ATIVEM O LEMBRETE!*/
var dataAula02 = '2024-10-08 22:00:00';
var dataAula03 = '2024-10-09 22:00:00';
if(compareDate(dataAula03)){
jQuery("#data-aula ul li:first-of-type span").html('Qui 25/04 | 20h');
jQuery("#titulo-aula h2").html('LIVE 03:');
jQuery("#btn-aula .elementor-button-text").html('DEFINIR LEMBRETE DA 3ª live');
jQuery("#btn-aula a").attr('href', "https://www.youtube.com/watch?v="+videoAula03);
jQuery('#thumb-aula03').hide()
jQuery('#thumb-aula01').show()
jQuery('#thumb-aula02').show()
}else if(compareDate(dataAula02)){
jQuery("#data-aula ul li:first-of-type span").html('Qua 24/04 | 20h');
jQuery("#titulo-aula h2").html('LIVE 02:');
jQuery("#btn-aula .elementor-button-text").html('DEFINIR LEMBRETE DA 2ª live');
jQuery("#btn-aula a").attr('href', "https://www.youtube.com/watch?v="+videoAula02);
jQuery('#thumb-aula02').hide()
jQuery('#thumb-aula01').show()
jQuery('#thumb-aula03').show()
}
});