Question

My site keeps getting viruses. Webmaster tools always points to the Jquery Isotope plugin I downloaded (and paid for). Whenever I remove it, and download it again the site works, but a week down the track it gets black listed again.

To remedy this I have linked directly to the same source code that the Isotope site uses. eg:

<script src="http://isotope.metafizzy.co/jquery.isotope.min.js"></script>

Is this OK? Will I run into any issues becuase of this?

Was it helpful?

Solution

I'll turn my comment into an answer since it led you to a solution.

You should NOT link to files on another site unless you have express permission to do so (you're costing them bandwidth usage) and even then only if you know the other site to be at least as reliable as your own site. Ideally, if you don't want to use your own site for hosting it, you would link to a public CDN. If you don't know what a CDN is, then you need to do some Google searching and learn. There are a number of public CDNs that offer their services for free (Google and Microsoft each run one). But, you'll have to find one that hosts isotope.

OTHER TIPS

I found this public CDN entry

//cdn.jsdelivr.net/isotope/1.5.25/jquery.isotope.min.js

//cdn.jsdelivr.net/isotope/1.5.25/jquery.isotope.js

from the public cdn: jsdelivr.com

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top