+ 1
Is it possible to create an alerte box to make people subscribe on youtube channel? If yes tell me How thanks
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>
0
thanks