Unbounce Answers/Next Steps/Tips & Tricks

How to use your own favicon for your landing pages

Carter Gilchrist
posted this on September 07, 2010 06:18 pm

If you have an existing website that already has a favicon file (the logo that shows up in the browser's address bar, and next to the site's title when a user bookmarks it) then you might want to use it on your landing pages as well. Doing so is fairly straight forward:

 

  1. Find the location of your favicon.ico file. Usually it sits in the root directory of your website, so http://website.com/favicon.ico. In our case it can be found at http://app.unbounce.com/favicon.ico. If you don't have one, you'll need to upload one to some of your own hosting (Unbounce does not currently support this).
  2. Open your Unbounce page in the editor and click on the "Javascripts" button in the lower left hand side of the editor.
  3. Add a new script and call it "favicon". Choose "Head" in the Placement dropdown menu and then paste in the following:

    <link rel="icon" type="image/x-icon" href="http://yourwebsite.com/favicon.ico" />

    of course replacing the "http://yourwebsite.com/favicon.ico" part with the URL of your own icon.
  4. That's it! Re-publish your page and your icon should be in the browser address bar.
 

Comments

User photo
Birute Awasthi

of note - don't use the opening and closing <script> tags here - they will cause the favicon to not display. 

June 30, 2011 02:11 pm
User photo
louis cleroux

If i dont put the < /> the line will just appear on the top of my page.I did the same thing like in the picture 2.png and it doesn't work...

February 19, 2012 07:43 pm
User photo
Ryan Engley
Unbounce

Hello Louis - you should still need to include the <  /> otherwise your page won't know that it's code--it will think that it's just plain text.  If you are still experiencing any difficulties, just send us a link to your page and we will have a look for you.

February 23, 2012 04:56 pm
User photo
Adam Siegel

Ok - so I did the above. Now where do I upload the favicon.ico file?

March 09, 2012 12:05 am
User photo
louis cleroux

Would it be possible in a future update to get a link from an uploaded photo or graphic on unbounce? Something like a media center on wordpress where we have all the pictures on the blog.

April 04, 2012 05:58 am
User photo
Carter Gilchrist
Unbounce

Hi Louis, currently images are all private when they are inside the application, we only generate a public URL for them when you choose to publish them. We will be addressing the image library on a whole at some point in the future, so I'll make a note to consider this as an added option. Thanks for the feedback!

April 05, 2012 03:05 pm
User photo
Ozgul Berkan

I use a custom domain name with CNAME pointing to unbouncepages.com. So where do I upload the favicon file? Please advice.

June 26, 2012 03:18 am
User photo
Rebecca Lavoritano

Same question as Ozgul - is there a way to manually add this file if we're utilizing an unbounce landing page as our default homepage?

August 13, 2012 09:13 pm
User photo
Sarah McCredie
Unbounce

Hi Ozgul and Rebecca,

My apologies for this late response, but if you are using an Unbounce page as your homepage, then you would want to search for a third party image hosting service that supports .ico files. Then you would simply replace the link in the example script with the public link to your favicon image you are hosting elsewhere. Hope that helps. 

February 28, 2013 11:05 am