Title: TEmbeds
Author: Stefan Bohacek
Published: <strong>2020 年 11 月 10 日</strong>
Last modified: 2022 年 8 月 10 日

---

搜索插件

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

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

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

# TEmbeds

 作者：[Stefan Bohacek](https://profiles.wordpress.org/fourtonfish/)

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

 * [详情](https://cn.wordpress.org/plugins/tembeds/#description)
 * [评价](https://cn.wordpress.org/plugins/tembeds/#reviews)
 * [开发进展](https://cn.wordpress.org/plugins/tembeds/#developers)

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

## 描述

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

## 屏幕截图

[[

[[

## 评价

此插件暂无评价。

## 贡献者及开发者

「TEmbeds」是开源软件。 以下人员对此插件做出了贡献。

贡献者

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

[帮助将「TEmbeds」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/tembeds)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/tembeds/)，查看[SVN仓库](https://plugins.svn.wordpress.org/tembeds/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/tembeds/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/tembeds/)。

## 额外信息

 *  版本 **1.2.2**
 *  最后更新：**4 年前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.0 或更高版本 **
 *  已测试的最高版本为 **6.0.12**
 *  PHP 版本 ** 5.6 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/tembeds/)
 * 标签
 * [embed](https://cn.wordpress.org/plugins/tags/embed/)[tweets](https://cn.wordpress.org/plugins/tags/tweets/)
   [twitter](https://cn.wordpress.org/plugins/tags/twitter/)
 *  [高级视图](https://cn.wordpress.org/plugins/tembeds/advanced/)

## 评级

尚未提交反馈。

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

[查看全部评论](https://wordpress.org/support/plugin/tembeds/reviews/)

## 贡献者

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

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/tembeds/)