That would be because they’re using oEmbed, not a shortcode.
You should use the function the_content()
to render the content of a post, as it applies all the things required to make embeds, shortcodes, etc work properly. If for some reason that’s not an option, you can apply the content filter.
<?php echo apply_filters( 'the_content', $tpostObj->content ); ?>
Related Posts:
- Block editor: Sandbox iframe shows outdated HTML
- WordPress Gutenberg Embed Blocks Are Not Responsive
- Cannot embed YouTube video
- How to register a embed handler as a fallback to a oEmbed handler?
- How to add srcdoc attribute to YouTube oEmbed in Gutenberg oEmbed Block
- How can I block embeds and show an individual preview image per block?
- How can I display instagram block with parse_block?
- Video, embed, html block usage out of the_content
- How to modify the HTML output of Gutenberg block? (Youtube)
- Where can I find the Gutenberg block icons?
- How to filter or remove default panels in Gutenberg PrePublish Panel
- Integrate Gutenberg as a Standalone App
- Looking for all available options of Gutenberg Block
- Set fullscreen mode by default
- Gutenberg extend core blocks
- Add Button To Top Toolbar in Gutenberg
- What version of Gutenberg is included with WordPress?
- Add Formatting Buttons to Gutenberg core/paragraph BlockControls
- All post types with getEntityRecords
- How to disallow a certain custom gutenberg block outside of an InnerBlocks block?
- Set wmode attribute to transparent for the embed shortcode to make drop-down menu hover over YouTube embed in Internet Explorer
- Gutenberg withInstanceId. When to use it?
- How to change thumbnail of embedded Youtube video?
- WP Query by Gutenberg block and get its attribute
- Wrapping Gutenberg Blocks with a div/section/article
- How to access parent block’s attributes in nested block’s save function?
- Gutenberg Default attributes are empty
- How to stop Gutenberg injecting inline font styles
- How to get Gutenberg Gallery Block to output thumbnail images?
- Change list of allowed headline levels in Gutenberg
- srcset attribute in Gutenberg gallery blocks
- How can I add arbitrary `data-` attributes to a block’s `edit()` container?
- Gutenburg InnerBlock single child
- WordPress-gutenberg – Block validation: Expected text
- Does `viewScript` in `block.json` actually enqueue a js file?
- 404 in gutenberg autosave of a Custom Post Type with custom rest_namespace
- Notices in the Block Editor with multiple lines
- Replication of core column block produces different markup
- How to change the Default block in the block-editor away from the paragraph block?
- Create RangeControl in gutenberg Block
- Where are the layout defaults in Twenty Twenty Two coming from?
- How to Disable auto id attributes in Heading tag?
- Gutenberg: how to hide server side render output in the editor but keep it in frontend?
- How to Get a List of Formats of a Block?
- Remove a plugin from the Gutenberg sidebar
- Gutenberg how to save to post meta?
- How to get current post id in Gutenberg Block save function?
- Gutenberg: dynamic block ToggleControl error in saving
- How to limit the selection of the first level block in Gutenberg editor
- How can I programmatically select a Gutenberg block?
- How to auto embedded youtube with wp_insert_post()
- Clipboard processing in Gutenburg
- Gutenberg: Dynamic rendering of RichText
- How to embed YouTube videos in posts without adding suggested videos at the end?
- How do I embed a YouTube video in WordPress 3.0?
- Block Controls not showing
- How to put and components inside in Gutenberg block
- How to allow YouTube object embed in WordPress 3+?
- Wp-script package stop to work
- CheckboxControl does not visible change
- Remove formatting in rich text with Gutenbergs Block editor
- Setting font sizes in theme.json
- YouTube embeded video will not resize (only full screen responsive) [closed]
- Static image for embedded YouTube video instead of blank player?
- Is it possible to disable font sizes on sub blocks only?
- Get selected block every time a new block is selected in Gutenberg
- How do I include and iframe in a Custom Block?
- Gutenberg InnerBlocks with ACF Blocks – How to enable multiple buttons?
- How to work with multilingual sites using the full site editor and block themes?
- Trying to edit a page returns the editor encountered an unexpected error
- Block patterns: Any way to reset the pattern to whatever is in the code?
- Block variation / Variation API scope “transform”
- Is there a function to “blockify” html?
- Custom style css doesn’t work in Gutenberg preview
- Gutenberg get list of all custom image sizes
- How to set a template part area?
- Video Block does not autoplay
- Stop JSON code from injecting into gutenburg classic block
- Extend the “Convert to Blocks” feature to add additional functionality
- Blocks. How to store default settings?
- Gutenberg/WordPress – Limit number of categories
- Block editor not displaying properly
- Can the Gutenberg editor be toggled closed?
- Pages are editable in Gutenberg, but posts are coming up in classic editor
- WordPress custom block compatability with WPML
- Component toggle not toggling
- Disabling gutenbeg slow down post saving
- How to solve react dom ‘removeChild’ on Node error while google translate extension is on and selecting any core block [closed]
- How to use react in frontend of dynamic blocks?
- Attempting to specify viewScript, in a custom block, results in a register_block_script_handle error
- What is the standard way to use the version of React that ships with Gutenberg on the front end?
- Restricting core block nested blocks
- Is is possible to use Templates with blockprops?
- How to add readable name and description to templates?
- Errror generated in console leading to block validation failer
- Add Custom Block Supports to Core Block
- Block validation failed – save content vs post body content
- How to propegate changes from block render_callback to other blocks using that callback?
- Where’s the Block Template Feature in WordPress?
- Is it possible to add custom Components in the InspectorControls to the new “Styles” Tab?