<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Copyright Lawsuits Over Embedding Are Still a Thing	</title>
	<atom:link href="https://blog.ericgoldman.org/archives/2025/12/copyright-lawsuits-over-embedding-are-still-a-thing.htm/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.ericgoldman.org/archives/2025/12/copyright-lawsuits-over-embedding-are-still-a-thing.htm</link>
	<description></description>
	<lastBuildDate>Fri, 12 Dec 2025 10:00:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Links for Week of December 12, 2025 &#8211; Cyberlaw Central		</title>
		<link>https://blog.ericgoldman.org/archives/2025/12/copyright-lawsuits-over-embedding-are-still-a-thing.htm#comment-4523</link>

		<dc:creator><![CDATA[Links for Week of December 12, 2025 &#8211; Cyberlaw Central]]></dc:creator>
		<pubDate>Fri, 12 Dec 2025 10:00:48 +0000</pubDate>
		<guid isPermaLink="false">https://blog.ericgoldman.org/?p=28320#comment-4523</guid>

					<description><![CDATA[[&#8230;] https://blog.ericgoldman.org/archives/2025/12/copyright-lawsuits-over-embedding-are-still-a-thing.ht&#8230; [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] <a href="https://blog.ericgoldman.org/archives/2025/12/copyright-lawsuits-over-embedding-are-still-a-thing.ht&#038;#8230" rel="ugc">https://blog.ericgoldman.org/archives/2025/12/copyright-lawsuits-over-embedding-are-still-a-thing.ht&#038;#8230</a>; [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Zatar Zarvati		</title>
		<link>https://blog.ericgoldman.org/archives/2025/12/copyright-lawsuits-over-embedding-are-still-a-thing.htm#comment-4522</link>

		<dc:creator><![CDATA[Zatar Zarvati]]></dc:creator>
		<pubDate>Wed, 10 Dec 2025 18:22:00 +0000</pubDate>
		<guid isPermaLink="false">https://blog.ericgoldman.org/?p=28320#comment-4522</guid>

					<description><![CDATA[I am not sure that the Court or the parties understand how an embedded Tweet works. The Tweet only exists on a Twitter server. The webpage is downloaded to a client device and provides the information so that the client device can bring the Tweet data to the client device.

To embed a tweet in a webpage, Twitter provides official embed code that uses an &#060;blockquote&#062; with a script. Here’s the standard HTML snippet:

&#060;!DOCTYPE html&#062;
&#060;html lang=&#034;en&#034;&#062;
&#060;head&#062;
    &#060;meta charset=&#034;UTF-8&#034;&#062;
    &#060;title&#062;Embed Tweet Example&#060;/title&#062;
&#060;/head&#062;
&#060;body&#062;

&#060;!-- Replace the URL below with the URL of the tweet you want to embed --&#062;
&#060;blockquote class=&#034;twitter-tweet&#034;&#062;
  &#060;a href=&#034; &lt;a href=&quot;https://twitter.com/TwitterDev/status/1560785243130721280&quot; rel=&quot;nofollow ugc&quot;&gt;https://twitter.com/TwitterDev/status/1560785243130721280&lt;/a&gt; &#034;&#062;&#060;/a&#062;
&#060;/blockquote&#062;

&#060;!-- Twitter embed script --&#062;
&lt;a href=&quot;http://a%20href=&quot; rel=&quot;nofollow ugc&quot;&gt;http://a%20href=&lt;/a&gt;

&#060;/body&#062;
&#060;/html&#062;

How it works:

The &#060;blockquote class=&#034;twitter-tweet&#034;&#062; contains an &#060;a&#062; linking to the tweet.

The script  &lt;a href=&quot;https://platform.twitter.com/widgets.js&quot; rel=&quot;nofollow ugc&quot;&gt;https://platform.twitter.com/widgets.js&lt;/a&gt;  automatically converts the blockquote into a fully rendered embedded tweet with styling, buttons, and metadata.

You just need to replace the href URL with the tweet you want.]]></description>
			<content:encoded><![CDATA[<p>I am not sure that the Court or the parties understand how an embedded Tweet works. The Tweet only exists on a Twitter server. The webpage is downloaded to a client device and provides the information so that the client device can bring the Tweet data to the client device.</p>
<p>To embed a tweet in a webpage, Twitter provides official embed code that uses an &lt;blockquote&gt; with a script. Here’s the standard HTML snippet:</p>
<p>&lt;!DOCTYPE html&gt;<br />
&lt;html lang=&quot;en&quot;&gt;<br />
&lt;head&gt;<br />
    &lt;meta charset=&quot;UTF-8&quot;&gt;<br />
    &lt;title&gt;Embed Tweet Example&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;</p>
<p>&lt;!&#8211; Replace the URL below with the URL of the tweet you want to embed &#8211;&gt;<br />
&lt;blockquote class=&quot;twitter-tweet&quot;&gt;<br />
  &lt;a href=&quot; <a href="https://twitter.com/TwitterDev/status/1560785243130721280" rel="nofollow ugc">https://twitter.com/TwitterDev/status/1560785243130721280</a> &quot;&gt;&lt;/a&gt;<br />
&lt;/blockquote&gt;</p>
<p>&lt;!&#8211; Twitter embed script &#8211;&gt;<br />
<a href="http://a%20href=" rel="nofollow ugc">http://a%20href=</a></p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>How it works:</p>
<p>The &lt;blockquote class=&quot;twitter-tweet&quot;&gt; contains an &lt;a&gt; linking to the tweet.</p>
<p>The script  <a href="https://platform.twitter.com/widgets.js" rel="nofollow ugc">https://platform.twitter.com/widgets.js</a>  automatically converts the blockquote into a fully rendered embedded tweet with styling, buttons, and metadata.</p>
<p>You just need to replace the href URL with the tweet you want.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
