BACK TO DIRECTORY

TEmbeds

by Stefan Bohacek

0.0
(0 ratings)

Embed Tweets without compromising your users’ privacy and your site’s performance. This plugin works with the built-in Tweet Gutenberg block 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 | View source

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.)

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

Plugin Details

Active Installs
0
Total Downloads
1,585
Version
1.2.2
Requires WP
5.0
Requires PHP
5.6
Tested Up To
6.0.14
Added
2020-11-10
Last Updated
2022-08-10 8:43pm GMT

Ratings

5
0
4
0
3
0
2
0
1
0