Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to have a typewriter thing in your description/where everywhere you want:
- 1) Put this AFTER <head>:
- <meta name="text:TYPEWRITER 6" content="Liam Payne"/>
- <meta name="text:TYPEWRITER 5" content="Zayn Malik"/>
- <meta name="text:TYPEWRITER 4" content="Harry Styles"/>
- <meta name="text:TYPEWRITER 3" content="Louis Tomlinson"/>
- <meta name="text:TYPEWRITER 2" content="Niall Horan"/>
- <meta name="text:TYPEWRITER 1" content="One Direction"/>
- 2) Put this in your description or where everywhere you want
- **If you want it in your description, press ctrl+f, and type in '{Description}', and put this after that**:
- <br>TYPE HERE WHERE YOU WANT IT TO SAY SOMETHING LIKE 'I LOVE' OR WHATEVER <span id="stuff"></span>
- 3) Put this BEFORE </html>:
- <script src="http://jquery-airport.googlecode.com/files/jquery.airport-1.1.source.js" type="text/javascript"></script>
- <script type="text/javascript">
- // <![CDATA[
- $(document).ready(function(){
- $('#stuff').airport(['{text:TYPEWRITER 1}', '{text:TYPEWRITER 2}', '{text:TYPEWRITER 3}', '{text:TYPEWRITER 4}', '{text:TYPEWRITER 5}','{text:TYPEWRITER 6}']);
- });
- // ]]>
- </script>
Add Comment
Please, Sign In to add comment