FAQ

How can I get Twitter Application API Key, API Secret, Account Access Token & Account Access Token Secret?

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"]'); >