# How to add custom html next to logo using discourse plugin methods

**URL:** https://meta.discourse.org/t/how-to-add-custom-html-next-to-logo-using-discourse-plugin-methods/180332
**Category:** Support
**Created:** [February 19, 2021, 11:26am UTC](https://meta.discourse.org/t/how-to-add-custom-html-next-to-logo-using-discourse-plugin-methods/180332 "2021-02-19T11:26:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![narayanan](https://avatars.discourse-cdn.com/v4/letter/n/ce73a5/32.png) [@narayanan](https://meta.discourse.org/u/narayanan)
#### Post date: [February 19, 2021, 11:26am UTC](https://meta.discourse.org/t/how-to-add-custom-html-next-to-logo-using-discourse-plugin-methods/180332/1 "2021-02-19T11:26:01Z")

</div>

Hey, I want to add a custom html like `<span>` tag next to logo using discourse plugin events.

![ForumsIssue](https://global.discourse-cdn.com/meta/original/3X/4/e/4e02dd9466918bf35aeaed436e32fe8c60c1d2e8.png)

**Which events will allow us to add custom html next to logo ?**

---

<div class="post-metadata">

### Author: ![Thomas\_G](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thomas_g/32/200158_2.png) [@Thomas\_G](https://meta.discourse.org/u/Thomas_G)
#### Post date: [February 19, 2021, 12:19pm UTC](https://meta.discourse.org/t/how-to-add-custom-html-next-to-logo-using-discourse-plugin-methods/180332/2 "2021-02-19T12:19:40Z")

</div>

Check those posts:

* * *

> [@Using Plugin Outlet Connectors from a Theme or Plugin](https://meta.discourse.org/t/adding-to-plugin-outlets-using-a-theme/32727):
>
> Discourse includes hundreds of Plugin Outlets which can be used to inject new content or replace existing contend in the Discourse UI. ‘Outlet arguments’ are made available so that content can be customized based on the context. Choosing an outlet To find the name of a plugin outlet, search Discourse core for “\<PluginOutlet”, or use the [plugin outlet locations](https://meta.discourse.org/t/plugin-outlet-locations-theme-component/100673) theme component. (e.g. topic-above-posts). Wrapper outlets Some outlets in core look like \<PluginOutlet @name="foo" /\>. These allow you…

* * *

> [@Adding header links post vdom upgrade](https://meta.discourse.org/t/adding-header-links-post-vdom-upgrade/43284):
>
> So, post-vdom’ing of the header, this old code: \<script type='text/x-handlebars' data-template-name='/connectors/header-after-home-logo/add-header-links'\> {{#unless showExtraInfo}} \<a id="recruiter" href="http://sih.onemadogre.com/t/joining-sih/494"\>Join us!\</a\> \<a id="about" href="http://sih.onemadogre.com/c/guild-news-announcements/about-the-guild"\>About SiH\</a\> {{/unless}} \</script\> doesn’t work, so I’ve replaced it with: note: this code works fine as of, like, early May? anyway my…

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [March 21, 2021, 12:20pm UTC](https://meta.discourse.org/t/how-to-add-custom-html-next-to-logo-using-discourse-plugin-methods/180332/3 "2021-03-21T12:20:16Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
