Speak to our experts today 0333 004 0333
Speak to one of our experts today
User Guides

EKM Tag: [ekm:favicon]

This tag is used to output a custom favourite icon for your website. This is the icon that appear in the address bar or tab of most modern browsers, by default you will see the red EKM cart.

You can generate your own favicon at a number of websites. The most popular is Dynamic Drive

You can upload your favicon to the file manager in the "Design" section of your account.

  • Tag Information
  • Nesting This Tag
Basic Use
This tag should be placed within the <head></head> HTML tags in your template code. We suggest inserting this right after the <title> tags.

[ekm:favicon][/ekm:favicon]
                                
This outputs the following code.
<link rel="shortcut icon" href="/ekmps/shops/myziiirroshop/favicon.ico" type="image/x-icon">
<link rel="icon" href="/ekmps/shops/myziiirroshop/favicon.ico" type="image/x-icon">
Which would output as...

The EKM system allows for some tags to be nested within other tags.

This tag cannot be nested within other tags