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

---

Search plugins

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

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# TEmbeds

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

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

 * [Details](https://pcd.wordpress.org/plugins/tembeds/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/tembeds/#reviews)
 * [Development](https://pcd.wordpress.org/plugins/tembeds/#developers)

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

## Description

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

 * [[
 * [[

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“TEmbeds” is open source software. The following people have contributed to this
plugin.

Contributors

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

[Translate “TEmbeds” into your language.](https://translate.wordpress.org/projects/wp-plugins/tembeds)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/tembeds/), check out
the [SVN repository](https://plugins.svn.wordpress.org/tembeds/), or subscribe to
the [development log](https://plugins.trac.wordpress.org/log/tembeds/) by [RSS](https://plugins.trac.wordpress.org/log/tembeds/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.2.2**
 *  Last updated **4 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.0.11**
 *  PHP version ** 5.6 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/tembeds/)
 * Tags
 * [embed](https://pcd.wordpress.org/plugins/tags/embed/)[tweets](https://pcd.wordpress.org/plugins/tags/tweets/)
   [twitter](https://pcd.wordpress.org/plugins/tags/twitter/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/tembeds/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/tembeds/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

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