このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Modern Media Tweet Shortcode

説明

This plugin adds a ‘tweet’ shortcode to embed tweets using Twitter’s shortcode format,
for example:

[tweet https://twitter.com/OnionSports/status/145262716104351747 ]

  1. The plugin uses Twitter’s statuses/oembed API endpoint to retrieve embedded tweets identified by the id at the end of the url in the shortcode parameter
  2. It caches retrieved tweets on the server to minimize API usage.
  3. Optionally, it adds the necessary javascript from Twitter in document <head>.
  4. Allows you to control the width of the embedded tweet.
  5. Fixes a clear:both; issue in Twitter’s CSS.
  6. Tweet functionality (e.g., retweet and follow buttons) can be displayed in multiple languages.

スクリーンショット

  • The shortcode in action
  • Admin Panel

インストール

  1. Upload the modern-media-tweet-shortcode directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Tweak your settings in Options > Embedded Tweets

評価

このプラグインにはレビューがありません。

貢献者と開発者

Modern Media Tweet Shortcode はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Modern Media Tweet Shortcode” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.1

  • Fixed faulty directory layout which put the plugin in a subdirectory, breaking the plugin installation when installed from the Plugins > Add Plugin panel

1.0

  • Initial release.