Launch past IE with
Note: All browsers will display the warning for demo purposes
To initiate browserBlast, simply place the following in your footer:
<script type="text/javascript" src="browserBlast.min.js"></script>
<script>
browserBlast();
</script>
A list of all the settings with the defaults
browserBlast({
devMode: false, // Show warning on all browsers for testing
supportedIE: '8', // Supported IE version, warning will display on older browsers
message: 'Hey! Your browser is unsupported. Please <a href='http://browsehappy.com' target='_blank'>upgrade</a> for the best experience.' // Set custom message
});
If you have any issues, feedback or suggestions, please log an issue on GitHub or find me on Twitter: @markgdyr.