Best Responsive Twitter Feeds plugin for WordPress to display latest Twitter Feeds, HashTag, User Card & Collections at your site. Display anywhere at your site using shortcode like [gs_tweet username=”gsplugins” theme=”gstf_theme1″] & widgets. GS Twitter Feeds plugin packed with necessary controlling options & different themes to display tweets elegantly with eye catching effects.
GS Twitter Feeds plugin is simple, flexible & powerful.
Plugin Features
- Responsive Twitter Feeds plugin
- Pull latest tweets from any Twitter Account
- Display number of Tweets, Following, Follower & Likes at User Card
- Set the number of Tweets to display
- Display Feeds anywhere with the shortcode like [gs_tweet username=”gsplugins” theme=”gstf_theme1″] & widgets.
- 4 different shortcodes available for Feeds, HashTag, User Card & Collections
- Widgets Available
- 3 different date formats
- Custom CSS
- Works with any standard WordPress Theme.
- Developer friendly & easy to customize.
- All modern browsers supported.
- W3C valid markup
- Easy to setup
Pro Features
- 9 different Themes for Feeds & HashTag
- Theme 01 : (Light)
- Theme 02 : (Dark)
- Theme 03 : (Vertical Slider UP)
- Theme 04 : (Vertical Slider Down)
- Theme 05 : (Carousel – 1)
- Theme 06 : (Carousel – 2)
- Theme 07 : (Ticker)
- Theme 08 : (Ticker RTL)
- Theme 09 : (Timeline View)
- 2 different Themes for User Card
- Theme 01 : Theme 1
- Theme 02 : Theme 2
- 2 different Themes for Collections
- Theme 01 : Grid
- Theme 02 : Timeline
- GS Twitter Feeds & User Card Widget available
- Limit number of Tweets to display.
- Custom CSS – Add Custom CSS to GS Twitter Feed’s themes
- Priority Email Support.
- Free Installation ( If needed ).
- Free updates for one Year.
- Auto update notification. New
- Auto update from dashboard. New
- Well documentation and support.
- And many more..
GS Twitter Feed Settings (Pro)
- Twitter Application API Key
- Twitter Application API Secret
- Account Access Token
- Account Access Token Secret
- Twitter Feed User Name*
- Twitter Hash Tag
- Cache Period
- Number of Tweets
- Style & Theming
- Date Format
- Link Target
- On / Off for Twitter Action Icons & Twitter Follow Button
- Twitter Feed Custom CSS ( write your own custom css )
GS Twitter User Card Settings (Pro)
- Style & Theming
- Twitter Card Background color
- Twitter Card Font color
GS Twitter Timeline Collection Settings (Pro)
- Twitter User
- Twitter Collection ID
- Style & Theming
- Theming Color
- Container Width
- Container Height
- Number of Tweets
- Border Color
- Link Color
- Toggle Collection Elements
GS Twitter Feed’s shortcode usage
[gs_tweet username="wordpress" theme="gstf_theme1"]
GS Twitter Feed’s Shortcode attributes Usage
[gs_tweet username="wordpress" tweet_number="10" theme="gstf_theme1" link="_blank"]
Shortcode PHP Usage
<?php echo do_shortcode( '[gs_tweet username="wordpress" theme="gstf_theme1"]' ); ?>
Template Usage – Add the shortcode anywhere you need to display GS Twitter Feed in template files (header.php, front-page.php, etc.)
<?php echo do_shortcode( '[gs_tweet username="wordpress" tweet_number="10" theme="gstf_theme1" link="_blank"]' ); ?>
Twitter Feed Shortcode Attributes
No. | Attribute | Default value | options | Description |
---|---|---|---|---|
1 | username | gsplugins | Twitter Username | Add your Twitter Username. |
2 | tweet_number | 6 | Any Number | Set number of Tweets to display. Default 6. |
3 | theme | gstf_theme1 | gstf_theme1 gstf_theme2 gstf_theme3 gstf_theme4 gstf_theme5 gstf_theme6 gstf_theme7 gstf_theme8 gstf_theme9 | Select preferred theme to display Tweets |
4 | link | _blank | _blank _self | Specify target to load the Links, Default New Tab |
Twitter Tag Shortcode Attributes
[gs_tweet_tag hashtag="RichMovies" tweet_number="10" theme="gstf_theme2" link="_blank"]
No. | Attribute | Default value | options | Description |
---|---|---|---|---|
1 | hashtag | none | Tag Name | Add your preffered Tag Note ** Multiple tag not supported |
2 | tweet_number | 6 | Any Number | Set number of Tweets to display. Default 6. |
3 | theme | gstf_theme1 | gstf_theme1 gstf_theme2 gstf_theme3 gstf_theme4 gstf_theme5 gstf_theme6 gstf_theme7 gstf_theme8 gstf_theme9 | Select preferred theme to display Tweets by Tag |
4 | link | _blank | _blank _self | Specify target to load the Links, Default New Tab |
Twitter User Card Shortcode Attributes
[gstf_user_card username="mashable" card_theme="gstf_card_theme1" card_background="#fff" card_fontcolor="#000" link="_blank"]
No. | Attribute | Default value | options | Description |
---|---|---|---|---|
1 | username | gsplugins | Twitter Username | Add your Twitter Username. |
2 | card_theme | gstf_card_theme1 | gstf_card_theme1 gstf_card_theme2 | Select preferred theme to display Twitter User Card |
3 | card_background | #fff | Any Color Code (HEX) | Set preffered Background color. |
4 | card_fontcolor | #000 | Any Color Code (HEX) | Set preffered Font color. |
5 | link | _blank | _blank _self | Specify target to load the Links, Default New Tab |
6 | follow_button | on | on off | Switch on / off Follow button, Default ON |
Twitter Collection Shortcode Attributes
[gstf_collection username="NYTNow" collection_id="576828964162965504" collection_theme="timeline"]
No. | Attribute | Default value | options | Description |
---|---|---|---|---|
1 | username | none | Twitter Username | Add your Twitter Username. |
2 | tweet_number | 6 | Any Number | Set number of Tweets to display. Default 6, Max 20. |
3 | collection_theme | grid | grid timeline | Select preferred theme to display Twitter Collection |
4 | collection_theme_color | light | light dark | Select preferred theme color for Twitter Collection |
5 | collection_width | 100% | Width in % or fixed px | Set Twitter Collection container width |
6 | collection_height | 600px | Height in fixed px | Set Twitter Collection container height |
7 | link_color | #0073AA | Any Color Code (HEX) | Set preffered Link color. |
8 | border_color | #0073AA | Any Color Code (HEX) | Set preffered Border color. |
9 | data_chrome | undefined | noheader nofooter noborders transparent noscrollbar | Set space-separated list of values |
Installation
Check GS Twitter Feed’s Visual Installation Guide
GS Twitter Feed Settings
GS Twitter User Card Settings
GS Twitter Timeline Collection Settings
GS Twitter Widgets
How can I get Twitter Application API Key, API Secret, Account Access Token & Account Access Token Secret?
Please sign in with your account and create an app on Twitter through this link: https://dev.twitter.com/apps and get your own Keys to add.
How to use shortcode inside page templates?
WordPress has a great function, do_shortcode(), that will allow you to use shortcodes inside your theme files. For example, to output Tweets in a Theme file, you would do this: <?php echo do_shortcode(‘[gs_tweet username=”wordpress” theme=”gstf_theme1″]’); ?>
Version 2.0.2 on 31st May 2018
- [Added] : Auto update feature from dashboard.
- [Added] : Licensing
Version 2.1 on 23rd July 2017
- Intitial release of GS Twitter Feed’s PRO version