Join the Webstudio community

Updated 2 years ago

Hi trying out the Beta Very fun to use

At a glance
Hi, trying out the Beta. Very fun to use so far, and I would like to publish a simple portfolio. I'm just not able to add a favico. Any tips how to do that? Or is it not possible yet? Thanks
O
I
a
6 comments
Hey, you are right, we haven't added this ability yet, is it a complete deal breaker or can wait for a bit until we add this ability?
A temp workaround:

Add HTML Embed component to the canvas (put it inside a slot if you want it on every page and copy the slot instance on those pages)


How to use slots
https://webstudio.is/blog/slot-component


Put this inside slot Code property, it will set a favicon, replace the url with your own .

Plain Text
<script>
Array.from(document.querySelectorAll('link')).map((link) => {
  if (link.rel.includes('icon') === false) {
    return
  }
  link.href = 'https://abs.twimg.com/favicons/twitter-pip.2.ico';
})
</script>
Just came here to ask same question…
I can try the piece of code. But I think it's a pity not to have it since we can already build a nice presentationnal website with the beta, I can imagine other people needing to add favicon ^^
Yeah, I know, so many little things that are important.
Add a reply
Sign up and join the conversation on Discord
","dateCreated":"2023-07-09T19:47:32.678Z","dateModified":"2023-07-09T19:47:32.678Z","author":{"@type":"Person","url":"https://help.webstudio.is/members/cdd3ed87-53a0-414a-885a-56b7939e412a","name":"Oleg Isonen","identifier":"cdd3ed87-53a0-414a-885a-56b7939e412a","image":"https://cdn.discordapp.com/avatars/469405813048606720/8b66a5882214c63ee6148fcce3ef8e93.webp?size=256"},"commentCount":0,"comment":[],"position":3,"upvoteCount":0},{"@type":"Comment","text":"Just came here to ask same question…","dateCreated":"2023-07-10T18:03:13.119Z","dateModified":"2023-07-10T18:03:13.119Z","author":{"@type":"Person","url":"https://help.webstudio.is/members/9fe17b96-1f75-4ec5-989c-e05b23ef821f","name":"Iroshan","identifier":"9fe17b96-1f75-4ec5-989c-e05b23ef821f","image":"https://cdn.discordapp.com/avatars/651733654942384138/7afad80a6e5ac3bf7ca156b42bca0376.webp?size=256"},"commentCount":0,"comment":[],"position":4,"upvoteCount":0},{"@type":"Comment","text":"I can try the piece of code. But I think it's a pity not to have it since we can already build a nice presentationnal website with the beta, I can imagine other people needing to add favicon ^^","dateCreated":"2023-07-11T07:57:47.304Z","dateModified":"2023-07-11T07:57:47.304Z","author":{"@type":"Person","url":"https://help.webstudio.is/members/108f8cb3-8587-4ec1-98d5-570bf9bc66ee","name":"albertfigurfinnson","identifier":"108f8cb3-8587-4ec1-98d5-570bf9bc66ee","image":"https://cdn.discordapp.com/embed/avatars/2.png"},"commentCount":0,"comment":[],"position":5,"upvoteCount":0},{"@type":"Comment","text":"Yeah, I know, so many little things that are important.","dateCreated":"2023-07-13T11:32:15.090Z","dateModified":"2023-07-13T11:32:15.090Z","author":{"@type":"Person","url":"https://help.webstudio.is/members/cdd3ed87-53a0-414a-885a-56b7939e412a","name":"Oleg Isonen","identifier":"cdd3ed87-53a0-414a-885a-56b7939e412a","image":"https://cdn.discordapp.com/avatars/469405813048606720/8b66a5882214c63ee6148fcce3ef8e93.webp?size=256"},"commentCount":0,"comment":[],"position":6,"upvoteCount":0}],"author":{"@type":"Person","url":"https://help.webstudio.is/members/108f8cb3-8587-4ec1-98d5-570bf9bc66ee","name":"albertfigurfinnson","identifier":"108f8cb3-8587-4ec1-98d5-570bf9bc66ee","image":"https://cdn.discordapp.com/embed/avatars/2.png"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0}}]