Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialjohn boose
5,073 PointsWordpress Twitter Plugin needed
I'm relatively new to wordpress. I need a simple plugin to replace Tweet Blender which isn't supported now. Does anyone have any suggestions for a plugin that will display tweets for multiple users and that can be used not as a widget, but can be used on post or page? Thanks so much!
3 Answers
Stephen Van Delinder
21,457 PointsYou should be able to drop the shortcodes from this plugin in whatever page or post you'd like.
https://wordpress.org/plugins/thinktwit/
Good luck
john boose
5,073 PointsSorry took so long to get back.
I'm really looking for something I can code into a template, but I'll take a look at the link.
Thanks so much!
Stephen Van Delinder
21,457 PointsYou can drop PHP function calls wherever you want if it's better to fire directly in templates.
john boose
5,073 PointsThanks,
That plugin you sent looks good, I'll give it a try. I tried Fetch Tweets, but it was too slow to load with multiple users.