thank you for making me do this.
Anyway, i found a way to extend the Blogspot-Built-In search engine for labels. As you may know the URL
Luckily, such a feature is available for feeds using the feed URL
▶XML Loader Write a JavaScript function that will call the feed URL after appending the labels you're looking for. |
▶XML Parser Write another JavaScript function that receives the output of the XML Loader and parses the document for the pieces of information you need. Commonly, that would be the title, the author, the content, or a link to the actual post. |
▶List Post Publish a post on your Blog containing both functions and make the XML Parser load the formatted result into an empty <div></div> block. You're going to need a post for every new combination, or include a text box for dynamic search. This blog contains a number of such Multi-Label search posts, each tagged with the label "Proxy". |
Ohhh, I didn't know this. Thx cpt adam!
ReplyDelete