# Customizing the "Embedding" Behavior by Disabling Show Full Post?

**URL:** https://meta.discourse.org/t/customizing-the-embedding-behavior-by-disabling-show-full-post/87085
**Category:** Support
**Created:** [May 9, 2018, 5:48pm UTC](https://meta.discourse.org/t/customizing-the-embedding-behavior-by-disabling-show-full-post/87085 "2018-05-09T17:48:44Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![kirupa](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kirupa/32/374711_2.png) [@kirupa](https://meta.discourse.org/u/kirupa)
#### Post date: [May 9, 2018, 5:48pm UTC](https://meta.discourse.org/t/customizing-the-embedding-behavior-by-disabling-show-full-post/87085/1 "2018-05-09T17:48:44Z")

</div>

Hi everyone,  
I use the Embedding functionality to have discourse topics appear as comments on a static, non-discourse page. The problem is this. When I post a new article, the corresponding topic on discourse gets created as well. This corresponding topic is a full scrape of the original article. Here is an example: [Answers + Discussion: Dynamically Create and Populate List Items - programming - kirupaForum](https://forum.kirupa.com/t/answers-discussion-dynamically-create-and-populate-list-items/638192) (If you click on Show Full Post, the full contents of the article get displayed.)

Is there a way to disable Show Full Post? I’d rather just have a simple link to the original article instead.

Thanks,  
Kirupa

---

<div class="post-metadata">

### Author: ![kirupa](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kirupa/32/374711_2.png) [@kirupa](https://meta.discourse.org/u/kirupa)
#### Post date: [May 12, 2018, 7:25pm UTC](https://meta.discourse.org/t/customizing-the-embedding-behavior-by-disabling-show-full-post/87085/2 "2018-05-12T19:25:45Z")

</div>

(Just wanted to bump this up in case anybody had any ideas!)

---

<div class="post-metadata">

### Author: ![kirupa](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kirupa/32/374711_2.png) [@kirupa](https://meta.discourse.org/u/kirupa)
#### Post date: [August 13, 2018, 6:12pm UTC](https://meta.discourse.org/t/customizing-the-embedding-behavior-by-disabling-show-full-post/87085/3 "2018-08-13T18:12:00Z")

</div>

I’m running into weird formatting issues with the embed feature, so I’d like to bump this up on more time and see if there is a way to disable showing the full post. Is there an easy way to do that? Thanks!

---

<div class="post-metadata">

### Author: ![ahmadabdolsaheb](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ahmadabdolsaheb/32/138662_2.png) [@ahmadabdolsaheb](https://meta.discourse.org/u/ahmadabdolsaheb)
#### Post date: [September 30, 2019, 7:56am UTC](https://meta.discourse.org/t/customizing-the-embedding-behavior-by-disabling-show-full-post/87085/4 "2019-09-30T07:56:02Z")

</div>

I was wondering if you came across any solutions?

---

<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: [May 25, 2023, 4:09pm UTC](https://meta.discourse.org/t/customizing-the-embedding-behavior-by-disabling-show-full-post/87085/5 "2023-05-25T16:09:58Z")

</div>



---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [May 25, 2023, 4:30pm UTC](https://meta.discourse.org/t/customizing-the-embedding-behavior-by-disabling-show-full-post/87085/6 "2023-05-25T16:30:30Z")

</div>

i know this is old and auto-bumped, but just in case some one is looking for a simple solution:

common css:

```scss
button.btn.expand-post {
    display: none;
}

```
