Is there a way to put a Quancast tag in all of your websites at once?
Is there a Quancast crawler or something?
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$2 Answers
If you're using a hosted service like WordPress.com or Blogger.com, then you're out of luck: they don't allow you to insert JavaScript into their pages for security reasons.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Here is a handy little howto:
http://webdesign.about.com/od/dreamweaverhowtos/ht/dw_find_replace.htm
If you don't have Dreamweaver, there are independent tools that can help you with this. This one is free and works well:
http://www.nontube.com/products/multiple-find-and-replace
http://cache.gawker.com/assets/images/lifehacker/2008/11/multiple_find_and_replace.jpg
However, a pro would do this by using a Server Side Include with a scripting language like PHP.
When I install analytics or other such things, I include a bit of php code on every page that references a single file. One file... many pages. So if I ever need to change the analytics code (or whatever), it's a quick an easy edit of 1 file.
Here is a tutorial:
http://www.w3schools.com/PHP/php_includes.asp
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$