Hi,

This is really a very nice theme. let me thanks who build such a wonderful theme.

Ok,
I have install this theme, but, the latest tweet are not showing up in the twitter section.
Please tell the details of this issue, I have done all the setting as per the document but, still my tweets are not showing up in respective section.

I have already set my twitter User name in theme setting.

Thanks In Advance...

Comments

Pallavi Yelurkar’s picture

Hi,
After so many google i came to know solution for this stuff.
apparently Twitter no longer supports the original url which is used in the code of the theme.
To fix it:
1) go to your site root folder and open sites/all/themes/boldy and locate the page.tpl.php , page--front.tpl.php file and all of the .tpl files
2) Change this piece of code on line 195: http://twitter.com/statuses/user_timeline/
into: https://api.twitter.com/1/statuses/user_timeline/
3) Next, save the files.

Now it works again ...

But, The point is that, this solution is not fix this stuff permanently.. It will arise after some period of time as i have already mention that Twitter no longer supports the original URL. So Please suggest any better solution for this stuff..

Thanks In Advance...

the_g_bomb’s picture

Thanks for looking into a fix for this. This is part of a bigger issue though, I think. I need to get the twitter feed out of the theme and look at integrating some of the twitter modules to provide that functionality.

I know tweetmeme has similar issues to the one you have discovered in that the twitter API has changed.

I'll implement your fix for the moment, but will look to replace the script with a module integration in due course.

Thanks again for the solution and looking into this.

the_g_bomb’s picture

OK, I think when this happens I'm going to replace the twitter script with twitter_block, so where the script is at the moment, I'll replace that with another region and I'll style up a block provided by this module, so it looks the same.

jazzitup’s picture

Category: support » bug

Note: The fix provided in #1 works only if you unprotect your tweets here: https://twitter.com/settings/account
Otherwise, it will return a JSON object that contains an error message:
twitterCallback2({"request":"\/1\/statuses\/user_timeline\/my_username.json?callback=twitterCallback2&count=1","error":"Not authorized"});

Is the patch suggested in #3 already in dev?

the_g_bomb’s picture

Sorry madjoe and Pallavi Yelurkar, I haven't had any time recently to address this issue, hopefully I'll get to it quite soon, it is still on my todo list, but unfortunately client imposed deadlines are a priority for me at the moment.

the_g_bomb’s picture

Issue summary: View changes

I have updated the code to remove the latest tweet js and have replaced it with some css that styles up the output of twitter block.

Basic instructions are to download, install and configure twitter block as they describe.
Position the resulting twitter block in the footer_actions_left region.
You may also need to re-position the global contact form into the footer_actions_right region.

the_g_bomb’s picture

Status: Active » Needs review
the_g_bomb’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.