We should add a Favicon for html files 📬

If I was coding in html, I would do something like

<link rel="icon" 
type="image/png" 
href="https://forum.wickeditor.com/uploads/default/original/2X/c/cbd1df1786a6984f4484a469c0e4790f97dfe368.png">

to change the favicon of my website. I’m not sure how to code this in js, is it the same thing? Though wick isn’t capable of adding a favicon YET. Maybe, when you go to “export” and then to the “interactive” section, you could have something with the advanced options like: "favicon: " with a text bar for someone to type the image address or an upload button? This is just a #feature-suggestions .

Whats a favicon?

It’s the logo on the tab.
Screenshot 2020-09-17 at 1.41.20 PM

Sincerely,
Hamzah Alani

2 Likes

hmmm… a favicon

1 Like

Along with changing the favicon, we should be able to change the tab name, right?

If u just check the page source of one of ur html files, you’ll found this:

I think we should be able to name the tab something other than “Loading…”
idk, whenever I see the tab name as “Loading…” I think the tab is still loading.

Screenshot 2020-09-17 at 3.09.13 PM

I changed the html script of my project a bit

I edited the html script and added a favicon and changed the name for a little test, it worked
(Wait, are we allowed to edit the script?)


(I added line 4 and edited line 8)

Screenshot 2020-09-17 at 3.16.38 PM

I didn’t share the file or anything because I was wondering if we ARE ALLOWED to change the script of our own html projects although they’re mostly written by Wick Editor?

1 Like

Well since we are allowed to modify Wick Editor’s source code, it wouldn’t make sense if we weren’t allowed to change the contents of the HTML files exported by Wick Editor

3 Likes

You can absolutely change the contents of the exported html files! I really like the suggestions for updating the page title, and favicon. I’ll look into the best way to make this happen. (The title is fairly easy, the favicon is a bit more difficult).

3 Likes