# Embedding is not working on my forum

**URL:** https://meta.discourse.org/t/embedding-is-not-working-on-my-forum/88230
**Category:** WordPress
**Created:** [May 23, 2018, 10:05am UTC](https://meta.discourse.org/t/embedding-is-not-working-on-my-forum/88230 "2018-05-23T10:05:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Brajmohan\_Kumar](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/brajmohan_kumar/32/138760_2.png) [@Brajmohan\_Kumar](https://meta.discourse.org/u/Brajmohan_Kumar)
#### Post date: [May 23, 2018, 10:05am UTC](https://meta.discourse.org/t/embedding-is-not-working-on-my-forum/88230/1 "2018-05-23T10:05:14Z")

</div>

I have gone through all the steps  
**here is my embed setting**

 ![gg](https://global.discourse-cdn.com/meta/original/3X/9/8/982c3d8b517305577202f8021b11ab29b9833af5.PNG)

**I have also added hosts for the same**

and this is my WordPress post editor

 ![Capture](https://global.discourse-cdn.com/meta/original/3X/0/c/0ca683b3a2312ceb1b7d195d4eaa30bcf8b70aca.PNG)

I have replaced the REPLACE ME URL to my page link  
My page link is [https://cyberthana.com/test/](https://cyberthana.com/test/) where I have put this HTML code  
**But still, nothing is showing there.**

_Can anyone please tell me is there anything that I am missing?_

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [May 23, 2018, 3:29pm UTC](https://meta.discourse.org/t/embedding-is-not-working-on-my-forum/88230/2 "2018-05-23T15:29:14Z")

</div>

> [@Brajmohan\_Kumar](#):
>
> Can anyone please tell me is there anything that I am missing?

I think that you will need to use a full post, with a title and content for it to work. Discourse is looking for post content on the page. The other problem is that there are `<p>` tags inside of the Discourse javascript that you have added to the post. This is because of the way the WordPress editor works. It adds `<p>` tags when there are line breaks in the text. To fix this you need to edit the javascript you have added to the post to remove any line breaks.
