Showing posts with label Blogging. Show all posts
Showing posts with label Blogging. Show all posts

how to add twitter in your blog






<!-- Twitter widget -->
 <div id="twitter-widget" style="padding-bottom: 10px; margin-left:auto; margin-right:auto;">
<script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'search', search: 'venturebeat', interval: 6000, title: '', subject: 'VentureBeat Live', width: 300, height: 300, theme: { shell: { background: '#E83C31', color: '#ffffff' }, tweets: { background: '#ffffff', color: '#444444', links: '#E83C31' } }, features: { scrollbar: false, loop: true, live: true, hashtags: true, timestamp: true, avatars: true, toptweets: true, behavior: 'default' } }).render().start(); </script>
 </div> <!-- end twitter widget -->any problem say on comment.............

Read More →

Make Money With Adsense Keywords and Blogger


If you are new to blogging with Blogger (Blogspot) and wondering how to make money with Adsense this article is for you. If you have Google Adsense on your blog but are disappointed with the revenue generated so far then read on. Even if Google Adsense is performing well for you I am going to give you some tips that will mean you will earn extra money from Google Adsense.

Why Are Keywords So Important for Bloggers?
In order to make money from blogging with Blogger it is important first to understand the significance of keywords and keyword phrases. Via Google Adwords, the sister of Google Adsense, advertisers bid for keywords and keyword phrases. The more frequently these keyword terms are searched for the higher their value. That is why keyword phrases like make money or make money online which receive a huge number of monthly searches are top paying keywords and are worth so much to advertisers.

Read More →

How to Add Borders to a Blogger Footer Blogspot

In this Blogger tutorial I expand on my previous article about how to add a 3-4 column footer to Blogger by showing you how add border styling to the new footer. You will learn how to add a border around all of your footer columns or around only part of the footer columns. You will also learn how to add different border styles and border colors to customize your 3-4 column footer.

If you have just landed here and need instructions on how to add a 3 or 4 column footer to your Blogger blog then please refer to how to add a 3 or 4 column footer to a Blogger template (Blogspot template)

This is a walkthrough designed to assist bloggers with no experience of CSS styling who want to enhance their Blogger template with borders and other CSS styling. By following these examples you will gain the knowledge you need to make many types of custom changes to the borders of your new Blogger footer. For help with changing the background of your blogger footer please see my article How to Change the Background a Blogger Footer.

Read More →

Add 3 Column or 4 Column Footer to Blogger

In this Blogspot tutorial you will learn how to convert your existing Blogger footer (Blogspot footer) into a 3 column footer or a 4 column footer. With more columns in your Blogger footer you will be have the extra room to accommodate more widgets such as Flickr photos and Twitter updates. Also you will be able to put less frequently used widgets such as recents comments, archives, followers, About Me etc at the bottom of your template so that only the most important widgets are loaded first.

Read More →

Free Blogging Services

WordPress.com
WordPress is one of the best, and most flexible blogging platforms. As well as distributing their blogging software, they also offer free hosting at wordpress.com.
Start a blog at WordPress.com
Blogger.com by Google
Blogger.com is probbably the most popular free blogging platform. It's easy to set up, and easy to start blogging.
Start a blog at Blogger.com
MSN Spaces
If you have a Microsoft .Net Passport account, this may be the easiest way to go. MSN Spaces is easy to use and offers most of the features found elsewhere.
Start a blog on MSN Spaces
Yahoo 360
Yahoo's take on free bloggig. Enables users to bring together all of their personal information and share it with their friends, family, and others.
Start a blog at Yahoo 360
AOL Journals
If you already have an aol account or screen name, Aol Journals may be the easiest way for you to start a blog, and get started.
Start a blog at AOL Journals
 

Read More →

Make Your Own Blog


How to Start a Blog - A Complete Guide to Setting up a Blog

How To Start A Blog

by legacy kane
Friends and family members often ask me how to start a blog, and I always enjoy explaining the advantages of a blog over a traditional website, but it is a lot information to take in over dinner. I thought I would document the process to make it easier to understand.
I recently created a video that documents some of what is discussed in this article.

Read More →

5 Ways to Lose Blog Readers




To put it as simply as possible, a blog without readers isn’t a blog at all. It’s just you talking to yourself. For a blog to be successful, it needs to have readers. More specifically, it needs to have readers who will interact with you and share your posts with their friends.
So what can you do to get more readers for your blog? To understand, you need to first know what things you shouldn’t do as a blogger. These are the 5 things that will cause you to lose blog readers.


Read More →

Copywriting blog

Do You Know These 5 Brutal Facts About Building A Successful Website? 

How many website owners have said this to you?

“I don’t get it! I am writing killer content on my blog, but don’t understand why my site is not building traffic or authority within my niche! I am at a loss about what to do, can you help me?”


Read More →

Add Blogger search box

The Google Navigation bar at the top of your Blogger blogs has an embedded search box. However, you may want to include a similar box in the main body of your blog (like what I have done), or the sidebar. Other than the convenience for users, the added advantage is that unlike Google search box, the search results of this Blogger.com search box appear in the main body of your Blog.


Under Template->Page Elements tab, click “Add a Page Element” at the place where you want your search box to appear. Select “HTML/JavaScript”.

There are several HTML codes posted on the net. I tried a few, and found the one that works as follows:-

<p align="left">
<form id="searchthis" action="YOUR BLOG URL/search" style="display:inline;" method="get">
<strong>NAME OF YOUR BLOG<br/></strong>
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" value="Search" type="submit"/>
</form></p>


Remember to change YOUR BLOG URL to the URL or web address of your Blog. Also, change the NAME OF YOUR BLOG to that which you want to call your site. For instance, if your Blog Name is long, you may want to write something like “Search Here” or “Search this site”.

You can also change the “Search” button to say, “Hit” or “Go”, by changing the Value.

Save the code and refresh your page. If you want a longer or shorter search box, you can play around with the size. The above example of a width size="20" and value="Hit" will give you this:-

Search Here


Whereas a width size="30" and value="Go" will give you this:-

Search Here


The size of the search box is a matter of appearance. You may have noticed that the maxlength="255". This indicates that a user may enter up to 255 characters in the search box, which I think is sufficient and need not be altered.

Image instead of Search button

Search Tips for New Bloggers


Just for the fun of it, if you want readers to click an image instead of a button, you will first need to do up a small picture. You can also resize a picture you already have with photo editing tools like Google's Picasa. After creating a picture, upload it onto a free server like GooglePages or Google Groups, or other free hosts that offer direct links to the image files. Take note of this IMAGE URL.

The HTML code to insert is this:-

<p align="left">
<form id="searchthis" action="YOUR BLOG URL/search" style="display:inline;" method="get">
<strong>NAME OF YOUR BLOG<br/></strong>
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" type="image" src="IMAGE URL" align="top"/>
</form></p>


Remember to insert into the code the IMAGE URL, where your picture is uploaded. You can align the image to the top, bottom or set a horizontal space between the bar and the image by using a hspace tag. For more examples on alignment of images, you may refer to the article Hyperlinks and Image Links (II).

While it is alright to replace the button of your Blogger search box, you may not want to do that with the Google search box since their T.O.S. disallows any alteration of their code.

Read More →

Blogging Tips & Tricks

How to make blogging website

Read More →

Earn money

Earn for every valid referral. Send your invite link to your friends using IM, Email, Scraps
Alternatively, you can grow your network by sharing any of the following links.

Advertise

 

Copyright © 2011 broadget | Powered by Blogger | Template by BLOGGER

Blogger Widgets