Create a Google Toolbar Button for Your Real Estate Blog
By Reggie · December 24, 2006
Google’s Toolbar is very popular and they’ve made it easy to add your blog articles to your reader’s toolbar. All we need to do is make a custom button feeding off your RSS feed. This button not only makes visiting your blog easy with a one click shortcut, but it also itemizes your recent topics.
Start by opening notepad, and copy the code below into the new notepad document:
<?xml version=”1.0″?>
<custombuttons xmlns=”http://toolbar.google.com/custombuttons/”>
<button>
<site>http://www.YourSiteHere.com</site>
<title>Your Title Here</title>
<feed refresh-interval=”3800″>http://www.Site.com/feed.rss</feed>
<description>Enter your brief description here</description>
<icon mode=”base64″ type=”image/x-icon”>Insert base64 output here
</icon>
</button>
</custombuttons>
Now we need to make a few edits to customize the Google button for your blog.
Start by editing the bold areas of the code above:
Great, you’ve customized everything you need for a working button. Now you can do a few things:
To visit the Google Toolbar 4 API Documentation, click here.
To view the MyTechOpinion button and related Real Estate articles, click here
If you enjoyed this post, make sure you subscribe to our RSS feed!