Title: TEmbeds
Author: Stefan Bohacek
Published: <strong>10 Novembre 2020</strong>
Last modified: 10 Agosto 2022

---

Ricerca i plugin

![](https://ps.w.org/tembeds/assets/banner-772x250.png?rev=2416093)

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://ps.w.org/tembeds/assets/icon-256x256.png?rev=2416093)

# TEmbeds

 Di [Stefan Bohacek](https://profiles.wordpress.org/fourtonfish/)

[Scarica](https://downloads.wordpress.org/plugin/tembeds.zip)

 * [Dettagli](https://it.wordpress.org/plugins/tembeds/#description)
 * [Recensioni](https://it.wordpress.org/plugins/tembeds/#reviews)
 * [Sviluppo](https://it.wordpress.org/plugins/tembeds/#developers)

 [Supporto](https://wordpress.org/support/plugin/tembeds/)

## Descrizione

Embed Tweets without compromising your users’ privacy and your site’s performance.
This plugin works with the [built-in Tweet Gutenberg block](https://neliosoftware.com/blog/how-to-embed-tweets-in-wordpress-with-gutenberg/)
by removing Twitter’s script and using Twitter’s API to retrieve the data.

You can optionally provide Twitter API keys to show the number of likes and retweets
and load images and other media in Tweets.

[Learn more](https://fourtonfish.com/project/tweet-embeds-wordpress-plugin/) | [View source](https://github.com/fourtonfish/tweet-embeds-wordpress-plugin)

### FAQ and Troubleshooting

**Tweets are not loading**

Please make sure your API keys are set up correctly and that you’re using the v2
of Twitter’s API. ([See the Get Started section.](https://developer.twitter.com/en/docs/twitter-api/migrate))

**I need to run a script after Tweets are processed**

You can use the `tembeds_tweets_processed` event. Using jQuery as an example, you
could do the following:

    ```
    $( document ).on( 'tembeds_tweets_processed', function(){
        $( '.twitter-tweet' ).each( function(){
            let $tweet = $( this );
            // Now you can do something with each Tweet.
        } );
    } );
    ```

## Screenshot

 * [[
 * [[

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“TEmbeds” è un software open source. Le persone che hanno contribuito allo sviluppo
di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Stefan Bohacek ](https://profiles.wordpress.org/fourtonfish/)

[Traduci “TEmbeds” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/tembeds)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/tembeds/) segui il
[repository SVN](https://plugins.svn.wordpress.org/tembeds/), segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/tembeds/)
tramite [RSS](https://plugins.trac.wordpress.org/log/tembeds/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versione **1.2.2**
 *  Ultimo aggiornamento **4 anni fa**
 *  Installazioni attive **Meno di 10**
 *  Versione WordPress ** 5.0 o superiore **
 *  Testato fino alla versione **6.0.12**
 *  Versione PHP ** 5.6 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/tembeds/)
 * Tag
 * [embed](https://it.wordpress.org/plugins/tags/embed/)[tweets](https://it.wordpress.org/plugins/tags/tweets/)
   [twitter](https://it.wordpress.org/plugins/tags/twitter/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/tembeds/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[Your review](https://wordpress.org/support/plugin/tembeds/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/tembeds/reviews/)

## Collaboratori

 *   [ Stefan Bohacek ](https://profiles.wordpress.org/fourtonfish/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/tembeds/)