In the Footer Editor, I select text and click the “link” button to insert a link. The menu pops up, I select the page I want to link to, click the “add link” button, … and nothing happens. I have to cancel out. If I try it again, the whole screen goes gray. I have to refresh the page.
There is some issue with the link option, we will fix this in our upcoming updates.
For now if you want the link to open in the same page use the following line <a href="link_here" title="title_here">link name here</a>
and if you want the link to open in the next tab use the following line <a href="link_here" target="_blank" title="title_here">link name here</a>
Link should be like http://www.google.com