/**
* Contains the post embed content template part
*
* When a post is embedded in an iframe, this file is used to create the content template part
* output if the active theme does not include an embed-content.php template.
*
* @package WordPress
* @subpackage Theme_Compat
* @since 4.5.0
*/ ?>
<div <?php post_class( 'wp-embed' ); ?>>
<?php
$thumbnail_id = 0;