There are two methods to display your Twitter Feeds in your site using AccessPress Twitter Feed Plugin.
For displaying Twitter Feeds in normal manner, you can use
[ap-twitter-feed]
shortcode or AccessPress Twitter Feed Widget in any registered widget area from Appearance Widget Section.You can also pass template parameter in the shortcode such as
[ap-twitter-feed template="template-1/template-2/template-3"]
To display the twitter feeds, you can either use
[ap-twitter-feed-slider]
Shortcode or AccessPress Twitter Feed Widget in any registered widget area from Appearance Widget Section.You can use template parameter in this shortcode too.
Extra parameters that you can pass in slider shortcode are auto_slide="true/false" slide_duration="any duration in milliseconds:e.g: 1000" and controls="true/false"
[ap-twitter-feed-slider controls="true" slide_duration="2000" auto_slide="true"]
For detailed documentation please visit here