Skip to content

Commit

Permalink
More testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mramato committed Feb 14, 2018
1 parent bbacc31 commit b19ba45
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 7 deletions.
38 changes: 31 additions & 7 deletions twitter.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
<!DOCTYPE html><html prefix="og: http://ogp.me/ns#"><head><title>I don&#39;t have a title</title><meta property="twitter:card" content="summary_large_image" /><meta property="twitter:site" content="@CesiumJS" /><meta property="twitter:title" content="I don&#39;t have a title" /><meta property="twitter:description" content="But here is some [markdown](https://google.cm)
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">

<head>
<title>I don&#39;t have a title</title>
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:site" content="@CesiumJS" />
<meta property="twitter:title" content="I don&#39;t have a title" />
<meta property="twitter:description" content="But here is some [markdown](https://google.cm)
* bullet 1
* bullet 2" /><meta property="twitter:image" content="http://composer.test:8081/ion/Images/home.jpg" /><meta property="twitter:image:alt" content="Project cover image" /><meta property="og:type" content="website" /><meta property="og:title" content="I don&#39;t have a title" /><meta property="og:description" content="But here is some [markdown](https://google.cm)
* bullet 2" />
<meta property="twitter:image" content="https://cesium.com/ion/Images/home.jpg" />
<meta property="twitter:image:alt" content="Project cover image" />
<meta property="og:type" content="website" />
<meta property="og:title" content="I don&#39;t have a title" />
<meta property="og:description" content="But here is some [markdown](https://google.cm)
* bullet 1
* bullet 2" /><meta property="og:image" content="http://api.composer.test:8081/projects/116b775d-7e5d-46fe-a469-f74dcaa4ca9d/thumbnail" /><meta property="og:image:type" content="image/jpeg"<meta property="og:image:width" content="600"<meta property="og:image:height" content="400"</head><body><p>But here is some <a href="https://google.cm" target="_blank">markdown</a></p>
<ul>
<li>bullet 1</li>
<li>bullet 2</li>
</ul></body></html>
* bullet 2" />
<meta property="og:image" content="https://cesium.com/ion/Images/home.jpg" />
<meta property="og:image:type" content="image/jpeg" <meta property="og:image:width" content="600" <meta property="og:image:height"
content="400" </head>

<body>
<p>But here is some
<a href="https://google.cm" target="_blank">markdown</a>
</p>
<ul>
<li>bullet 1</li>
<li>bullet 2</li>
</ul>
</body>

</html>
37 changes: 37 additions & 0 deletions twitter2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">

<head>
<title>I don&#39;t have a title</title>
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:site" content="@CesiumJS" />
<meta property="twitter:title" content="I don&#39;t have a title" />
<meta property="twitter:description" content="&lt;p&gt;But here is some &lt;a href=&quot;https://google.cm&quot; target=&quot;_blank&quot;&gt;markdown&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;bullet 1&lt;/li&gt;
&lt;li&gt;bullet 2&lt;/li&gt;
&lt;/ul&gt;" />
<meta property="twitter:image" content="https://cesium.com/ion/Images/home.jpg" />
<meta property="twitter:image:alt" content="Project cover image" />
<meta property="og:type" content="website" />
<meta property="og:title" content="I don&#39;t have a title" />
<meta property="og:description" content="&lt;p&gt;But here is some &lt;a href=&quot;https://google.cm&quot; target=&quot;_blank&quot;&gt;markdown&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;bullet 1&lt;/li&gt;
&lt;li&gt;bullet 2&lt;/li&gt;
&lt;/ul&gt;" />
<meta property="og:image" content="https://cesium.com/ion/Images/home.jpg" />
<meta property="og:image:type" content="image/jpeg" <meta property="og:image:width" content="600" <meta property="og:image:height"
content="400" </head>

<body>
<p>But here is some
<a href="https://google.cm" target="_blank">markdown</a>
</p>
<ul>
<li>bullet 1</li>
<li>bullet 2</li>
</ul>
</body>

</html>

0 comments on commit b19ba45

Please sign in to comment.