HTML custom code
What should I do if I want to insert a piece of HTML code into the <body> tag? I'm using FluentSnippet for this, but for some reason, the code gets blocked on the portal page. Is there any solution for this?
What are you trying to add? Snippets need to leverage the right hooks to interact with fluent community pages.
Ross FCAΒ I use PWA app -> Progressier.
They have a newsfeed function, but if I want to work, i should add to \ section code:
<div class="progressier-newsfeed-button" style="position:relative;border:0px;background:transparent;outline:0px;cursor:pointer; width:20px; height:20px;"><svg fill="currentColor" width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M6 8a6 6 0 1112 0v2.917c0 .703.228 1.387.65 1.95L20.7 15.6a1.5 1.5 0 01-1.2 2.4h-15a1.5 1.5 0 01-1.2-2.4l2.05-2.733a3.25 3.25 0 00.65-1.95V8zm6 13.5A3.502 3.502 0 018.645 19h6.71A3.502 3.502 0 0112 21.5z"/></svg></div>