Skip to content

Instantly share code, notes, and snippets.

@skipjac
Created March 13, 2014 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skipjac/9531557 to your computer and use it in GitHub Desktop.
Save skipjac/9531557 to your computer and use it in GitHub Desktop.
import javascript to zendesk feedback tab
</style>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" charset="UTF-8"></script>
<script type="text/javascript">
setTimeout(function(){
$("header h1").after("</br><div id=\"blurb\"><p>Welcome to AOL Customer Support – we’re happy to help. Please fill out the form below and we’ll get back to you as soon as we can. Or, tweet us <a href=\"https://twitter.com/AOLSupportHelp\" target=\"_blank\">@AOLSupportHelp</a>. We’re available business hours from 9 AM to 5 PM ET, Monday-Friday.</p></br><p>Looking for AOL Mail help? Please click <a href=\"https://www.facebook.com/aolmail/app_258933330820414\" target=\"_blank\">click here</a> to ask the AOL Mail Support team a question on Facebook.</p></br><p>After hours? For online AOL Customer Support, please go to <a href=\"http://help.aol.com/\" target=\"_blank\">help.aol.com</a>.</p>");
$('#name').attr('placeholder', 'Please enter your name');
$('#email').attr('placeholder', 'Please enter your email: me@example.com');
}, 200);
</script>
<style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment