Forum Moderators: coopster
Now, i have found a solution for blogs hosted on blogger through the API... my other solutions for non blogger blogs are:
A) the user adds a metatag in their index and my service somehow checks if the metatag exists and checks for a correct value (just like google sitemap does).
B) the user has to upload a file (hash.html) and my service checks if the file exists.
Ok... now i have two questions:
1) How can i do (A) and (B)?
2) Are there any other alternatives? It must be an easy to perform method for the final user.