forked from GroundhogNetwork/twitter-live-card
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
698bb9c
commit 09a9104
Showing
1 changed file
with
15 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<html> | ||
<head> | ||
<meta name="twitter:image" content="<!-- Fill in the body content here -->" /> | ||
<meta name="twitter:card" content="player" /> | ||
<meta name="twitter:title" content="Spotify Playlist Test" /> | ||
<meta name="twitter:description" content="a delightful playlist for you" /> | ||
<meta name="twitter:player" content="https://open.spotify.com/embed/album/1DFixLWuPkv3KT3TnV35m3" /> | ||
<meta name="twitter:player:width" content="360" /> | ||
<meta name="twitter:player:height" content="200" /> | ||
<title> Title</title> | ||
</head> | ||
<body> | ||
Body Test | ||
</body> | ||
</html> |