वर्णन
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.