I recently saw a discussion about how to prevent hotlinking, and it made me stop and think for a while.
At first glance, quoting and hotlinking feel strangely similar. In both cases, you usually do not ask for permission in advance. Both involve someone else’s link or content. The difference seems to lie less in the basic action and more in the extent, the purpose, and the damage caused.
Someone put it very neatly: quoting is sharing or reposting; hotlinking is often full-site resource calling, or even malicious mirroring.
That summary is brief, but it gets to the point.
I looked up some material afterward. One article divided links into several types, though I did not find a clear legal definition that settles the matter once and for all.
Roughly speaking, the common categories are these:
- External links: links from other websites pointing to your own site. These can help with search engine optimization.
- Internal links: links between pages under the same domain. These also help search engines understand and index a site.
- Deep links: a technique that takes users from a webpage directly to a specific page inside an app. It can help with app retention, conversion, and more accurate cross-platform attribution.
- Hotlinking: using hyperlinks without permission to call and consume resources from the original site, such as images or videos. This may create security risks, financial loss, or data leakage for the original site.
The difficult part is that “linking” itself is not automatically wrong. The problem starts when the linked content is not merely being referenced, but is effectively being used as someone else’s infrastructure or material supply.
Academic writing offers a useful comparison, even though blog writing is usually less formal than a paper. In academic standards, plagiarism and improper quotation are often judged by several questions:
- Is the quoted material clearly marked with its source?
- Does the quoted portion exceed a reasonable proportion?
- Does the quoted portion constitute the essential substance of the referenced work?
The usual advice for avoiding plagiarism is also worth borrowing:
- Even if there is no deliberate intent, the actual behavior still matters.
- Quote only when necessary, and mark the source when quoting.
- Avoid excessive quotation.
- Be careful not to commit substantive plagiarism, even if the wording has been changed.
Papers are stricter. They have citation formats, similarity checks, duplication rates, and all kinds of formal requirements. A blog post does not need to become that complicated. But the basic logic still applies: attribution matters, proportion matters, and whether you have taken the core value of someone else’s work matters.
That is why ordinary quotation, partial reposting with attribution, and malicious copying should not be mixed together too casually. A short quote with a source is one thing. Pulling another site’s images, videos, or other resources at scale is another. Scraping a whole database, cloning a site, or building a mirror from someone else’s content is not “sharing”; it is the sort of thing that makes people furious.
While reading around, I also bumped into a few unrelated but oddly interesting discussions: choosing a framework for building a personal blog, a bizarre question about a stolen electric-bike battery and an invoice, and even the idea of designing an online game that openly provides programming interfaces so players can use software and let computers participate in calculations.
Those topics are not directly about hotlinking, but they do circle around the same broader issue: where we draw the boundary between using, referencing, automating, borrowing, and abusing.