Saturday 15 June 2013

Make an Alert Message/Popup Box

1. Log onto Blogger then go to Edit HTML
2. Hit CTRL+F and search for <body>
3. Directly below that, paste the following code: 

<script type="text/JavaScript">alert("Write what you want to say!")</script>

4. Change "Write what you want to say!" to whatever you want the alert message to say. Be careful... don't delete the quotes or else; it won't work.
5. Preview and Save! You're finish.

Until next time,
Bunny623

How to add images in comments


This tutorial is pretty useful on the comments section. You won't regret it! :)

1. Copy this code: <script src='http://hosting.gmodules.com/ig/gadgets/file/105066904960012479556/nccode.js' type='text/javascript'/>


<script src='http://hosting.gmodules.com/ig/gadgets/file/105066904960012479556/nccode.js'type='text/JavaScript'/>


2. Sign into Blogger then go to Edit HTML
3. Hit CTRL+F and search for: </body>
4. Paste the code directly above </body>
5. Save! Now, [im]http://yourphoto.com[/im] (replace yourphoto.com with direct link to image) should actually show up in a comment. Go ahead, try it out! But before that...

Go to Settings > Comments and scroll down to the Comment Form Message.

Write something like this:

Add images in your comment! Copy this code: [im]http://myimage.com[/im] and replace "http://myphoto.com" with the direct link to your picture.

It doesn't have to be exactly like that, but make sure it clearly states "[im]http://myimage.com[/im]" (You get the idea)

Until next time,
Bunny623

Thursday 13 June 2013

Infinite Scrolling!

What's an infinite scrolling?

An infinite scrolling is... endless scrolling :P Just like this blog; no more 'Older Posts' just scroll and scroll and scroll and scroll!

First thing's first: Go to Blogger > Layout > Add a Gadget > HTML/Javascript.
Now, copy this code and paste it.

<script src='http:code.jquery.com/jquery-1.7.1.min.js' type='text/JavaScript'></script><script src='http://yourjavascript.com/4153098131/infinite-scroll-for-bloggers-blogs.js'type='text/JavaScript'/></script>


You NOW have infinite scrolling! Have fun!

Until next time,
Bunny623