2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

load consent script from different domain

This commit is contained in:
Frederik Ring 2022-06-16 15:46:09 +02:00
parent edd8b7bd57
commit 20bcf0bb23

View File

@ -56,7 +56,7 @@ Well, we have developed a tool for these needs. Say hello and give it a try. We
<div class="consent-container w-100 flex justify-center mt3"></div> <div class="consent-container w-100 flex justify-center mt3"></div>
<div class="tweet-container mb4"></div> <div class="tweet-container mb4"></div>
<script src="https://consent.offen.dev/client.js"></script> <script src="https://subdomain.offen.dev/client.js"></script>
<script> <script>
const client = new window.ConsentClient({ const client = new window.ConsentClient({
host: document.querySelector('.consent-container'), host: document.querySelector('.consent-container'),
@ -69,7 +69,6 @@ Well, we have developed a tool for these needs. Say hello and give it a try. We
client.acquire('twitter') client.acquire('twitter')
.then(function (result) { .then(function (result) {
if (result && result.decisions && result.decisions.twitter) { if (result && result.decisions && result.decisions.twitter) {
const blockquote = document.createElement('blockquote') const blockquote = document.createElement('blockquote')
blockquote.classList.add('twitter-tweet') blockquote.classList.add('twitter-tweet')
blockquote.innerHTML = '<a href="https://twitter.com/hioffen/status/1510854517092491270?ref_src=twsrc%5Etfw"></a>' blockquote.innerHTML = '<a href="https://twitter.com/hioffen/status/1510854517092491270?ref_src=twsrc%5Etfw"></a>'