I need to insert a code with the WhatsApp link and button to stay afloat on all pages of the site. How and where do I put this code?
I tried to put it in: Site Settings> HTML> Head HTML Additional. But it did not work.
I created other HTML codes but ok, it didn't work.
Always saved and when I enter the HTML space again it is empty.
Here is the code I used:
Example 1)
<a href style target>
<p style> Talk to us! <i style class> <p> </i>
</a>
Example 2)
<! DOCTYPE html PUBLIC "- // W3C // DTD XHTML 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns>
<head>
<meta http-equiv content>
<title> Contact on WhatsApp </title>
</head>
<body>
<a href style target>
<p style> Talk to us! <i style class> <p> </i>
</a>
</body>
</html>
If I put it manually inside the index.html file it works ... but the point is that I have to do it manually. And whenever I do any export with updates I will have to remember to enter index.html to make this change.



