Tumblr Exit Message Code
Of course, after leaving a tumblr welcome message to your visitor you might as well add an exit message, maybe telling your visitors to like your facebook page, or begging for a follow.
Anyways, you can customize the text that shows up and you just have to put some simple code snippet in your description box to make the exit screen pop up appear when your visitors leave your Tumblr.
How To Add a Tumblr Exit Message Screen
- Go To Customize Theme >> And paste in your description box the following code
- Replace “YOUR EXIT MESSAGE” with the one you want to appear
- Save & Close
<script type="text/javascript">
window.onunload = unloadPage;
function unloadPage()
{
alert("YOUR EXIT MESSAGE");
}
</script>
|


