Searching...
Sabtu, 01 September 2012
08.01 0

Letak 'Recent Comments' Dalam Blog

Want to install the recent comments widget this blog? Way very easily.

1) Login to blogger account, dashboard> Design> Page Elements> Add a Gadget
2) Click on the more gadgets and search Center column type in 'Recent Comments' and press search

3) Click on gadgets recent comments and specify what you want
notes:
Title: change it to anything you want, for example Latest Comment
Height: height of the gadget, adjust with the desire
Number of Comments to Display: Displays the amount of comments you want displayed
Summary lenght: Total number of words comments from visitors, customize your tastes follow

4) Done

08.00 0

Installing The 'Back To Top'

Back to top button assembly into our blog to facilitate visitors to go to the blog on your blog without using the scroll in automatik.Berikut are the steps to install this widget.

demo example you can click here

1) Like usual, login to blogger account, Dashboards> Design> Page Elements> Add a Widget> HTML / Java Script

2) Next copy the code below
<style type="text/css">. backtotop a: hover {background: none;} </ style> <div class="backtotop"> <a style = "display: scroll; position: fixed; BOTTOM: 5px; right: 5px; "class =" backtotop "href =" # "rel =" nofollow "title =" Back to Top "> <img style =" border: 0; "src =" http://www3.picturepush.com / photo/a/9132936/640/9132936.png "/> </ a> </ div>

notes:
Green: you can change either want to put this widget or the right
Red: Url back to top button that you upload, if you want to use the default, simply disregard the

3) Done .. easy right?

07.58 0

From Youtube: Convert Video Player to MP3 Player

Excited by the title above? Probably many already know but this time tutorial dedicated to those of you who still do not know another trick ini.tanpa waste of time, let us see how to change the video player from youtube to MP3 player.

1) Get a video link (URL) of the website youtube
example for the above video
http://www.youtube.com/watch?v=ky9-CNgStqw

2) Remove 'watch?' and replace '=' to '/'
for example http://www.youtube.com/watch?v=ky9-CNgStqw
converted into http://www.youtube.com/v/ky9-CNgStqw

3) Enter the link you've altered the code below into the last
<embed width="425" height="25" type="application/x-shockwave-flash" allowscriptaccess="always" src="LINK DISINI"> </ embed>

example for the above code
<embed allowscriptaccess="always" height="25" src="http://www.youtube.com/v/ky9-CNgStqw" type="application/x-shockwave-flash" width="425"> </ embed>



07.56 0

Comment below Entering Space Entry

Installing the comment section of each blog entry to facilitate visitors to provide comments / opinions or questions for each post published on your blog.
Basically, the blogger has provided an easy way to allow comments on your blog system appear like this.

What you should do is this comment system enablekan following way.

1. Login to your blogger account, from the dashboard> settings> comments
In the comments form placement, select 'embedded below post'

2. Save the settings and see the result ..

IF not successful.

3. Click on design> edit html> Expand widget templates
4. Backup your template by clicking 'download full template'.

5. Press ctrl + F to find the code below.

     <b:include data='post' name='comments'/>



6. Put this code below the code you see in step 5.

     <b:include data='post' name='comment-form'/>



7. Save your template.

07.53 1

Inserting Into Effect Snow Blog

Let enliven your blog with snow effects
For this tutorial will put two of code for snow white snow and black (some black snow ye. :)

Demo for snow black color can be seen here. DEMO

Way to put snow in the blog are as follows.
1) Login to your blogger account, dashboard> Design> Page Elements> Add a Gadget> HTML / Java Script
2) Copy one of the following codes in a column and then paste html / javascript

Code for snow white (suitable for dark background)

     <script type="text/javascript" src="http://www.yourjavascript.com/14104214083/snow-white.js"> </ script>



Code for snow black (suitable for white background)

     <script type="text/javascript" src="http://www.yourjavascript.com/03441140321/snow-black.js"> </ script>

3) Done :)
07.51 0

Parking Pictures Side Entry Title

Title entries are among the first things a person judged by visitors to a blog. Besides having the post titles GEMPAK ², presence decorator can also add to the draw on that entry.
Among one of the things to add glow to the entry title is to put a picture next to the entry title.

example:

Here are the steps that need to be done.


1.Login blogger account, from the dashboard> layout> edit html> expand widget templates

2.Tekan ctrl + F to activate the 'find' and then look for the following code.

     <a expr:href='data:post.url'> <data:post.title/> </ a>




3. Place the code below between the code and the code <a expr:href='data:post.url'> <data:post.title/> </ a>

     <img src="url gambar"/>



Example code should look something like this

Note:
a. Change the 'image url' with your desired image url
b. Commonly used image size is in the range of 20x20 to 30x30.


4. Done
(Tutorial by unwanted86)