tonickkozlov / vue-tweet-embed

Embed tweets in your vue.js app
111 stars 27 forks source link

add script-tag-hook option for e.g. cookie consent #55

Open tuomassalo opened 3 years ago

tuomassalo commented 3 years ago

Hello!

I'm proposing this PR as a way to suspend loading the Twitter platform script tag while we wait for the user to click on a cookie consent banner. This can be used with e.g. Cookiebot manual mode.

tuomassalo commented 3 years ago

Oh, I noticed the test suite seems to be broken, so I didn't attempt to write tests for this feature.