Hi there!
I would like to add to my page nindyki.pl little script called Sharect. I've tried to load it via Custom JS plugin, like this:
</script>
<script src="https://unpkg.com/[email protected]/dist/sharect.js"></script>
<script>
Sharect.config({
facebook: true,
twitter: true,
twitterUsername: 'PanNindyk',
backgroundColor: '#C53364',
iconColor: '#fff'
}).init();
</script>
Unfortunately, the plugin on website is not working and in console I can see such error:
Uncaught TypeError: Cannot read properties of null (reading 'appendChild')
at sharect.js:1
at Object.init (sharect.js:1)
at urban-flow-wywiad:131
(for article https://nindyki.pl/urban-flow-wywiad)
Any idea how to fix it?
