lolitsjoyce

Typewriter code in your Description

Apr 16th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. How to have a typewriter thing in your description/where everywhere you want:
  2.  
  3. 1) Put this AFTER <head>:
  4. <meta name="text:TYPEWRITER 6" content="Liam Payne"/>
  5. <meta name="text:TYPEWRITER 5" content="Zayn Malik"/>
  6. <meta name="text:TYPEWRITER 4" content="Harry Styles"/>
  7. <meta name="text:TYPEWRITER 3" content="Louis Tomlinson"/>
  8. <meta name="text:TYPEWRITER 2" content="Niall Horan"/>
  9. <meta name="text:TYPEWRITER 1" content="One Direction"/>
  10.  
  11.  
  12. 2) Put this in your description or where everywhere you want
  13. **If you want it in your description, press ctrl+f, and type in '{Description}', and put this after that**:
  14.  
  15. <br>TYPE HERE WHERE YOU WANT IT TO SAY SOMETHING LIKE 'I LOVE' OR WHATEVER <span id="stuff"></span>
  16.  
  17. 3) Put this BEFORE </html>:
  18.  
  19. <script src="http://jquery-airport.googlecode.com/files/jquery.airport-1.1.source.js" type="text/javascript"></script>
  20.  
  21.  
  22. <script type="text/javascript">
  23.  
  24. // <![CDATA[
  25.  
  26. $(document).ready(function(){
  27.  
  28. $('#stuff').airport(['{text:TYPEWRITER 1}', '{text:TYPEWRITER 2}', '{text:TYPEWRITER 3}', '{text:TYPEWRITER 4}', '{text:TYPEWRITER 5}','{text:TYPEWRITER 6}']);
  29.  
  30. });
  31.  
  32. // ]]>
  33.  
  34. </script>
Add Comment
Please, Sign In to add comment