Since I couldn’t get Twitter Timeline to work, I went looking for alternatives since the client is at my neck and I need to bring their Twitter feed back to the site. TGL Twitter seemed promising, I installed it and followed the instructions to get an API key and PIN and created a test template just to see if it was going to work, and then I get the error:
Error
The following tag cannot be processed:
{exp:tgl_twitter}
Please check that the ‘tgl_twitter’ module is installed and that ‘tgl_twitter’ is an available method of the module
Here’s the code I’m using:
{exp:tgl_twitter screen_name="evergreenhosp" limit="2" create_links="urls"}
<div class="bucket_tweet">
{text}
<small>{status_relative_date}</small>
</div>
{/exp:tgl_twitter}Does anyone have any idea of what I’m doing wrong?