বৰ্ণনা
This plugin adds a ‘tweet’ shortcode to embed tweets using Twitter’s shortcode format,
for example:
[tweet https://twitter.com/OnionSports/status/145262716104351747 ]
- 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
- It caches retrieved tweets on the server to minimize API usage.
- Optionally, it adds the necessary javascript from Twitter in document
<head>
. - Allows you to control the width of the embedded tweet.
- Fixes a
clear:both;
issue in Twitter’s CSS. - Tweet functionality (e.g., retweet and follow buttons) can be displayed in multiple languages.
স্ক্ৰীনশ্বট
ইনষ্টলেশ্যন
- Upload the
modern-media-tweet-shortcode
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- 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.