Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13545

pdaniel on "[Plugin: Twitget] Custom Code Not Working - Footer?"

$
0
0

I created the twitter app for my account and was able to get the consumer key and token information. I plugged that into the twidget settings. I selected the twitter-api-php library option. I tried the oAuth one as well with same results. I then plugged in the following code into the footer.php file where I want to the twitter to show up:

<img class="alignleft" src="{$profile_image}">
@{$user_twitter_name}

{$user_description}
<ul class="pages">
{$tweets_start}

  • {$tweet_text}
    {$tweet_time}
  • {$tweets_end}

    But I'm not getting anything back. Am I missing domething here? Do I need some more code? New to php so I apologize if I'm missing osmething easy.

    Thanks!

    http://wordpress.org/plugins/twitget/


    Viewing all articles
    Browse latest Browse all 13545

    Trending Articles