View Single Post
Old 04-16-2010, 09:07 AM  
fuzebox
making it rain
 
fuzebox's Avatar
 
Industry Role:
Join Date: Oct 2003
Location: seattle
Posts: 22,021
Quote:
Originally Posted by st0ned View Post
Thanks for the input. Say I wanted to include the .js file on each site, then inside of that .js file wanted it to load a remote .js file or at least a remote IM code. Is this possible? Just trying to admin them all from one location but would rather not have the same URL spread across my network.
Yes you would only edit the one file... all I do is document.write('<script src="http://link.to.sponsor.im.code"></scr'+'ipt>'); (you need to split up the </script> for javascript to flow through it properly).

The reason I went javascript instead of php was so I could use the same file on freehosted blogs and across servers.
fuzebox is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote