A fully-rendered Post does not display on my page
An embedded Post comes in two parts: a<blockquote> containing Post information and the JavaScript file from a X server which converts the <blockquote> into a fully-rendered Post.
If you see Post text on your page but not a fully-rendered Post it’s possible your CMS or editing interface stripped the <script> needed to render the Post.
Try switching to a “text,” “HTML,” or “code editing” mode to directly input the pre-formatted Post information. Rich-text or WYSIWYG editors can misinterpret pasted HTML code, which may interfere with placing a Post on your page.
If you cannot reliably work with HTML in your articles then you or your website team should add the X for Websites JavaScript to your webpage template to interpret any buttons or widgets on the page. Add the following code just before the closing </body> element in your website template:
What happens when an author deletes their Post?
The X widgets JavaScript will not display a fully-rendered Post if the Post no longer exists on X. The fallback<blockquote> containing Post information will be visible on the page.