Skip to content

Commit eea4d12

Browse files
committed
feat(opengraph): Added check for already processed urls to prevent its processing multiple time
1 parent 22a5cb3 commit eea4d12

11 files changed

Lines changed: 411 additions & 395 deletions

File tree

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1>Loading embed.js in a block</h1>
7878
marked:true,
7979
link:true,
8080
onOpenGraphFetch:function(data){
81-
data.hybridGraph.success = data.error ? false : true
81+
data.hybridGraph.success = data.error ? false : true;
8282
return data.hybridGraph;
8383
}
8484
});

dist/embed.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)