Title: TEmbeds
Author: Stefan Bohacek
Published: <strong>10. November 2020</strong>
Last modified: 10. August 2022

---

Plugins suchen

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

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# TEmbeds

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

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

 * [Details](https://de.wordpress.org/plugins/tembeds/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/tembeds/#reviews)
 * [Entwicklung](https://de.wordpress.org/plugins/tembeds/#developers)

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

## Beschreibung

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.
        } );
    } );
    ```

## Screenshots

 * [[
 * [[

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„TEmbeds“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

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

[Übersetze „TEmbeds“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/tembeds)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/tembeds/), sieh
dir das [SVN-Repository](https://plugins.svn.wordpress.org/tembeds/) an oder abonniere
das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/tembeds/) per
[RSS](https://plugins.trac.wordpress.org/log/tembeds/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.2.2**
 *  Zuletzt aktualisiert **vor 4 Jahren**
 *  Aktive Installationen **weniger als 10**
 *  WordPress-Version ** 5.0 oder höher **
 *  Getestet bis **6.0.12**
 *  PHP-Version ** 5.6 oder höher **
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/tembeds/)
 * Schlagwörter
 * [embed](https://de.wordpress.org/plugins/tags/embed/)[tweets](https://de.wordpress.org/plugins/tags/tweets/)
   [twitter](https://de.wordpress.org/plugins/tags/twitter/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/tembeds/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/tembeds/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/tembeds/)