Publicizing your Pavatar on your Blogger blog

  1. Log into Blogger
  2. At the Dashboard, click on the gear icon labeled Change Settings

    An annotated image identifying the gear icon that the user should look for.

  3. Click on the Template tab when viewing your blog settings.

    An annotated image of the Blogger 'Edit Settings' page.

  4. When viewing your template code, look for the HTML <head> tag.

    An annotated image identifying the <head> tag that the user should look for.

  5. Add an appropriate <link> tag immediately after the <head> tag. The <link> tag will look similar to this:

    <link rel="pavatar" href="http://yourhost.com/path-to/pavatar.png" />

    (The URL in bold must be customized. You will need to insert your Pavatar URL.)

    An annotated image demonstrating where the <link> tag must be inserted in the Blogger template.

  6. Remember to Save Template Changes!
  7. Republish your blog.

Back to homepage