Beskrivning
Embed Twitter Timeline / Feed , Follow Button in Post, Page, Widget Area using shortCode. This plugin is liteweight but super powerful.
shortCode
Twitter Timeline
Use following shortCode To Embed Twitter Timeline
[timeline username="YOUR_USERNAME"]
Only the username attribute is Required to Embed a Timeline.
You can Customize the aperance of the timeline by following the ShortCode Below.
[timeline username="YOUR_USERNAME" theme="light" width="300" height="400" title="My Timeline"]
- The theme attribute accept light and dark as a value.
- In height and width attribute, don’t add PX
Twitter Follow Button
Use following shortCode to Embed a follow button.
[follow_button username="YOUR_USERNAME"]
You can customize the Follow button according the the shortCode below…
[follow_button username="YOUR_USERNAME" size="large" count="false"]
Size attribute accept large and small as a value,
Set count=”true” to Display total Followers Count in the Button
Feedback
Liked that plugin? Hate it? Want a new feature? [Send me some feedback](mailto: support@bplugins.com ”Send feedback”)
⭐ Checkout our other WordPress Plugins-
🔥 Html5 Audio Player – Best audio player plugin for WordPress.
🔥 Html5 Video Player – Best video player plugin for WordPress.
🔥 PDF Poster – A fully-featured PDF Viewer Plugin for WordPresss.
🔥 StreamCast – A fully-featured Radio Player Plugin for WordPresss.
🔥 3D Viewer – Display interactive 3D models on the webs.
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload
plugin-directory
to the/wp-content/plugins/
directory - Activate the plugin through the ’Plugins’ menu in WordPress
- Use shortcode in page, post or in widgets.
- If you want player in your theme php, Place
<?php echo do_shortcode('YOUR_SHORTCODE'); ?>
in your templates
Recensioner
Bidragsgivare och utvecklare
”Easy Twitter Feed” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Easy Twitter Feed” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
1.1.2
- Fixed: timeline not showing
1.1
- Fixed Json error in Block Editor
1.0
- Initial Release