تفصیل
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.
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.
} );
} );
جائزے
There are no reviews for this plugin.
شراکت دار اور ڈیویلپرز
“TEmbeds” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:
شراکت دار“TEmbeds” کا اپنی زبان میں ترجمہ کریں۔
ڈویلپمینٹ میں دلچسپی ہے؟
کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔


