Use the Google toolbar to track blog messages

Source: Internet
Author: User
Tags file url

Then we can write an XML file for the Google toolbar. The format is as follows:

<? XML version = "1.0" encoding = "UTF-8"?>
<Custombuttons xmlns = "http://toolbar.google.com/custombuttons/">
<Button>
<Site> click here to enter the URL </site>
<Title> I am the title of the button </title>
<Description> I am the description of the button </description>
<Feed refresh-interval = "1800"> RSS address </feed>
<Icon mode = "base64" type = "image/X-icon">
ICO file content after base64
</Icon>
</Button>
</Custombuttons> for specific examples, see here. The title and description are self-evident, the title and description, and the most important thing is the feed tag. The value of the feed is any RSS link. For this article, it is the RSS address of the message. The refresh-interval attribute is the refresh interval, in seconds.

Then, you can add the buttons in XML format to the Google Toolbar based on the links provided by the Google toolbar. Format:

Http://toolbar.google.com/buttons/add? Url = <XML File URL>

For more information, see the Chinese API documentation of the Google toolbar.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.