Is it possible to create an alerte box to make people subscribe on youtube channel? If yes tell me How thanks | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is it possible to create an alerte box to make people subscribe on youtube channel? If yes tell me How thanks

19th Jan 2018, 3:49 PM
Abdelmalek Lekired
Abdelmalek Lekired - avatar
2 Answers
0
http://getbootstrap.com/docs/4.0/components/modal/ You can add your subscribe button inside the modal. This one runs on Bootstrap framework, to use bootstrap, use these inside your <head> tag: <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.bundle.min.js"></script>
22nd Jan 2018, 11:34 AM
Abdullah Omar Nasseef
Abdullah Omar Nasseef - avatar
0
thanks
22nd Jan 2018, 11:36 AM
Abdelmalek Lekired
Abdelmalek Lekired - avatar