Skip to content

Instantly share code, notes, and snippets.

View quickliketurtle's full-sized avatar
🐢
Living the dream 🌴

Jeff Finley quickliketurtle

🐢
Living the dream 🌴
View GitHub Profile
@cwardzala
cwardzala / iubenda-react.js
Created February 28, 2020 18:21
React component to embed Iubenda privacy policy.
const Iubenda = ({
policyId
}) => {
useEffect(() => {
var s = document.createElement("script");
let tag = document.getElementsByTagName("script")[0];
s.src="https://cdn.iubenda.com/iubenda.js";
tag.parentNode.insertBefore(s,tag);