Archive for the ‘Blogger’ Category

how to add thumbnail in Wordpress homepage post

Wednesday, April 7th, 2010

This tutorial explain on how to add thumbnails in your wordpress homepage post.
Heres how:
1. Back up your theme files
2. In your theme files open home.php or index.php
3. Fine this line :

<?php while (have_posts()) : the_post(); ?>  
… 
<?php endwhile; ?>  

Inserted ANYWHERE with in the while loop above of your theme:

<img src=”<?php echo get_post_meta($post->ID, ”thumbnail”, true);?>” />  

This outputs an image, using the Value of the Key, “thumbnail”, which we’ve [...]

>>read more

how to add video in your wordpress blog using plugin the easiest way

Wednesday, April 7th, 2010

If you are tired of copying and pasting the embed HTML from sites like YouTube, Google Video, DailyMotion, Vimeo, Veoh, Viddler, Metacafe,Blip.tv,VideoPress aka WordPress.com Video NEW!,Flickr videos,Spike.com/IFILM,MySpaceTV and many other video sharing site. Check out the video below to see how the plug in works :

>>read more

Hide or shorten your long url

Tuesday, August 18th, 2009

The free web sites below can take a long URL and give you back a shorter URL without requiring registration. Since these sites forward a click from one link to another, they are also known as URL forwarders and some do subdomain forwarding. They offers free sub domains and turn it into a short, permanent, [...]

>>read more

How to add a bookmark code in your high traffic website

Tuesday, August 18th, 2009

Here’s how to add a bookmark code in your high traffic website:
1. Place the following script into your section in the page you need to use it:
<script type="text/javascript">
function bookmark_us(url, title){
if (window.sidebar) // firefox
window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
var elem = document.createElement(’a’);
elem.setAttribute(’href’,url);
elem.setAttribute(’title’,title);
[...]

>>read more

Multibox Integration in Blogger Template

Saturday, October 18th, 2008

I already tried adding lightbox 2.04 in a blogger and it works perfect to my blog. Now i tried another type of lightbox and it is called multibox created by phatfusion and the latest version now is multibox version 1.3.1. This lightbox supports images, flash, video, mp3s, html.

>>read more

How to Make Money Online for Beginners (Without Spending a Cent)

Monday, October 13th, 2008

The Internet has opened new opportunities for people to earn money. I have here a number of ways by which you can make money online even if you are new to the Internet. Take note that some of these money-making tips require you to have a blog (online journal) of your own. But no worries, [...]

>>read more

How to determine if a link is a do follow or no follow.

Wednesday, October 8th, 2008

There are many ways how to optimize you site. One of these is blog commenting. Which will give you a one way backlink for your site. And you must know if this is either “do follow” or “no follow” link. Do follow links can be crawl and No follow link will not but it [...]

>>read more

Lightbox v2.04 Integration with Blogger Template

Friday, August 3rd, 2007

I’m using free Blogger account and i was trying to post my edited photo that i created a year ago. And i was looking for a good lightbox to add in my Blogger Template. Here is how I create a simple Photolog using Blogger.com, Photobucket.com and Lightbox v2.04. I was using photobucket.com image for some [...]

>>read more