Thursday, October 15, 2009

Making Money Blogging - Favorite Places





To help generate repeat traffic to your site, you need to consistently add new content and create a favorite places button. A Favorties button makes it easy for the reader to add your site to their favorite places.

You can use xsitepro to create a favorite places widget. This widget gives you some flexibility with the wording and type.

However, if you just want to start with a simple Add to Favorites button, just add the following code to the layout where you want it to appear:

<FORM>

<INPUT TYPE="button" VALUE="Add to Favorites"
onClick='window.external.AddFavorite(location.href,
document.title);'>

</FORM>

To add this button to a blogger layout:

1. Click the Layout tab.
2. Click the Add a Widget link in the layout.
3. Click the HTML/Javacript option. The widget will display.
4. In this instance you do not need a title, so leave it blank.
5. Copy and paste the button code in the content section of the widget form.
6. Click Save. The button should display on the screen. I placed the button in the upper right corner of this blog.

Remember to make adding a favorite place worth a user's while, you should regularly update your blog.




Your Ad Here

No comments:

Post a Comment