-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CD 8806839028: Update GCWeb compiled demos files
- Loading branch information
1 parent
b154081
commit ac22a56
Showing
4 changed files
with
206 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
{ | ||
"title": "Twitter embedded timeline - Extra examples", | ||
"language": "en", | ||
"description": "Extra Twitter embedded timeline examples.", | ||
"tag": "twitter", | ||
"parentdir": "twitter", | ||
"altLangPrefix": "twitter-extra", | ||
"dateModified": "2024-04-23" | ||
} | ||
--- | ||
<span class="wb-prettify all-pre hide"></span> | ||
|
||
<ul> | ||
<li><a href="twitter-{{language}}.html">Twitter embedded timeline</a></li> | ||
<li><a href="twitter-extra-{{language}}.html">Twitter embedded timeline - Extra examples</a></li> | ||
</ul> | ||
|
||
<section> | ||
<h2>Examples: Profile timeline</h2> | ||
|
||
<div class="row"> | ||
<section class="col-md-6"> | ||
<h3>"Verified" account (<code>lang="zh-Hans"</code>, in context)</h3> | ||
<div class="wb-twitter" lang="zh-Hans"> | ||
<a class="twitter-timeline" href="https://twitter.com/Canada" data-height="fb-page">Tweets by @Canada</a> | ||
</div> | ||
<section> | ||
<h4>Code</h4> | ||
<pre><code><div class="wb-twitter" lang="zh-Hans"> | ||
<a class="twitter-timeline" href="https://twitter.com/Canada" data-height="fb-page">Tweets by @Canada</a> | ||
</div></code></pre> | ||
</section> | ||
</section> | ||
|
||
<section class="col-md-6"> | ||
<h3>"Verified" account (<code>data-dnt="false"</code>)</h3> | ||
<div class="wb-twitter"> | ||
<a class="twitter-timeline" href="https://twitter.com/XDevelopers" data-height="fb-page" data-dnt="false">Tweets by @XDevelopers</a> | ||
</div> | ||
<section> | ||
<h4>Code</h4> | ||
<pre><code><div class="wb-twitter"> | ||
<a class="twitter-timeline" href="https://twitter.com/XDevelopers" data-height="fb-page" data-dnt="false">Tweets by @XDevelopers</a> | ||
</div></code></pre> | ||
</section> | ||
</section> | ||
</div> | ||
|
||
<section> | ||
<h3>Standard account (<code>data-height="270"</code>)</h3> | ||
<div class="wb-twitter"> | ||
<a class="twitter-timeline" href="https://twitter.com/WebExpToolkit" data-height="270">Tweets by @WebExpToolkit</a> | ||
</div> | ||
<section> | ||
<h4>Code</h4> | ||
<pre><code><div class="wb-twitter"> | ||
<a class="twitter-timeline" href="https://twitter.com/WebExpToolkit" data-height="270">Tweets by @WebExpToolkit</a> | ||
</div></code></pre> | ||
</section> | ||
</section> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
{ | ||
"title": "Chronologie intégrée Twitter - Exemples d’extra", | ||
"language": "fr", | ||
"description": "Exemples d’extra des chronologies intégrées Twitter.", | ||
"tag": "twitter", | ||
"parentdir": "twitter", | ||
"altLangPrefix": "twitter-extra", | ||
"dateModified": "2024-04-23" | ||
} | ||
--- | ||
<span class="wb-prettify all-pre hide"></span> | ||
|
||
<ul> | ||
<li><a href="twitter-{{language}}.html">Chronologie intégrée Twitter</a></li> | ||
<li><a href="twitter-extra-{{language}}.html">Chronologie intégrée Twitter - Exemples d’extra</a></li> | ||
</ul> | ||
|
||
<section> | ||
<h2>Exemples : Chronologie de profil</h2> | ||
|
||
<div class="row"> | ||
<section class="col-md-6"> | ||
<h3>Compte « certifié » (<code>lang="zh-Hans"</code>, en contexte)</h3> | ||
<div class="wb-twitter" lang="zh-Hans"> | ||
<a class="twitter-timeline" href="https://twitter.com/Canada" data-height="fb-page">Tweets de @Canada</a> | ||
</div> | ||
<section> | ||
<h4>Code</h4> | ||
<pre><code><div class="wb-twitter" lang="zh-Hans"> | ||
<a class="twitter-timeline" href="https://twitter.com/Canada" data-height="fb-page">Tweets de @Canada</a> | ||
</div></code></pre> | ||
</section> | ||
</section> | ||
|
||
<section class="col-md-6"> | ||
<h3>Compte « certifié » (<code>data-dnt="false"</code>)</h3> | ||
<div class="wb-twitter"> | ||
<a class="twitter-timeline" href="https://twitter.com/XDevelopers" data-height="fb-page" data-dnt="false">Tweets de @XDevelopers</a> | ||
</div> | ||
<section> | ||
<h4>Code</h4> | ||
<pre><code><div class="wb-twitter"> | ||
<a class="twitter-timeline" href="https://twitter.com/XDevelopers" data-height="fb-page" data-dnt="false">Tweets de @XDevelopers</a> | ||
</div></code></pre> | ||
</section> | ||
</section> | ||
</div> | ||
|
||
<section> | ||
<h3>Compte standard (<code>data-height="270"</code>)</h3> | ||
<div class="wb-twitter"> | ||
<a class="twitter-timeline" href="https://twitter.com/WebExpToolkit" data-height="270">Tweets de @WebExpToolkit</a> | ||
</div> | ||
<section> | ||
<h4>Code</h4> | ||
<pre><code><div class="wb-twitter"> | ||
<a class="twitter-timeline" href="https://twitter.com/WebExpToolkit" data-height="270">Tweets de @WebExpToolkit</a> | ||
</div></code></pre> | ||
</section> | ||
</section> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters