Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The basic steps to deploy are:
- Unzip the contents into a publicly accessible path on your website
- Open the `page.html` file and ensure the `twitter:image`, `twitter:player` and `twitter:player:stream` values point to your server and file locations
- Update the content (`container.html`) that you're pointing to... don't use the sample video, please!
- Change ```example.com``` on ```player/page.html``` to your domain
- Ensure all paths are specified as secure (https://)
- Test your URL

Expand Down
4 changes: 2 additions & 2 deletions player/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<meta name="twitter:title" content="Sample Player Card" />
<meta name="twitter:description"
content="This is a sample video. When you implement, make sure all links are secure." />
<meta name="twitter:image" content="https://yoursite.com/example.png" />
<meta name="twitter:player" content="https://yoursite.com/container.html" />
<meta name="twitter:image" content="https://example.com/example.png" />
<meta name="twitter:player" content="https://example.com/container.html" />
<meta name="twitter:player:width" content="480" />
<meta name="twitter:player:height" content="480" />
</head>
Expand Down