Skip to content

Commit c58d4b8

Browse files
committed
refactor(inlineEmbed): separated inlineEmbed into a separate function in the helper
1 parent c548706 commit c58d4b8

12 files changed

Lines changed: 729 additions & 668 deletions

File tree

demo/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,11 @@ <h1>Loading embed.js in a block</h1>
6767
<script>
6868
ejs.setOptions({
6969
// element: document.getElementById('block'),
70-
videoDetails:false,
7170
videoJS:true,
7271
videoWidth:720,
7372
videoDetails:true,
7473
excludeEmbed:['spotify'],
75-
// openGraphEndpoint:'https://opengraph.io/api/1.0/site/${url}',
74+
openGraphEndpoint:'https://opengraph.io/api/1.0/site/${url}',
7675
openGraphExclude:['github'],
7776
googleAuthKey:'AIzaSyCqFouT8h5DKAbxlrTZmjXEmNBjC69f0ts',
7877
inlineEmbed:'all',

dist/embed.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)