Then we'll write an XML file for the Google toolbar. Format is as follows
<?xml version= "1.0" encoding= "Utf-8"?>
<custombuttons xmlns= "http://toolbar.google.com/custombuttons/" >
<button>
<site> here Set the click button to enter after 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" >
Base64 content of the ICO file after
</icon>
</button>
</custombuttons> specific examples can refer to here, where title and description self-evident, is the title and description, the most important is the feed tag. The value of the feed is any RSS link, for this article is the RSS address of its message. The Refresh-interval property is the time interval for the refresh, in seconds.
We can then add the XML-formatted buttons we have already made to the Google toolbar based on the links provided by the Google toolbar. Format is
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.