function insertar_tweet_shortcode( $atts ) {
// Obtenemos el ID del tweet desde el atributo ‘tweet_id’ del shortcode
$tweet_id = $atts[‘tweet_id’];

// Creamos el código HTML para incrustar el tweet
$html = ‘

‘;
$html .= ‘‘;

return $html;
}
add_shortcode( ‘insertar_tweet’, ‘insertar_tweet_shortcode’ );

[insertar_tweet tweet_id=»1668895041656434689″]
× Hablar