Problem with Bootstrap popover plugin in codepen

Hello

I have just started with my portfolio page. My idea is to use some kind of popover or similar effect. Just to test if the popover feature works I just pasted in the example code from w3schools into my copepen. But I cannot get it to work. I have tried putting the script part in the jf file. I also made sure I have jQuery and Bootstrap as external resources.

I have commented out the rest of the page. Can someone please have a look at my unfinished portfolio and point me in the right direction on how to use bootstrap plugins in codepen please?

Hi @P1xt

Thanks a lot for the advice. I added Bootstrap as a JavaScript resource and changed the href attribute as you suggested, and now the popover works fine. Your reply also helps with me with understanding how to use other Bootstrap plugins.