Twitter multiple feeds

3 replies · opened Mar 15, 2017

TTALENTi_UKMar 15, 2017

Hi,

I've tried following the instructions on your comments section in order to add TWO Twitter feeds on the same page of our website but i am unable to get it to work.

If you take a look at our home page www.talenti.co.uk and go to the footer you will see what appears to be a duplicate feed but there are supposed to be pointing to two separate twitter feeds as you can see from the source code. Could you tell me where I am going wrong please?

I'm not sure what alterations I need to make to the tweets.php file to get this to work. I can get the access keys/secrets etc for the 2nd feed if I need to.

Thanks for your help in advance

Best regards

Alistair

SSemicolon WebSTAFFMar 24, 2017

Hello,

Consider replacing the following code:

function(tweets){
	$("#sidebar-twitter-list-3").html(sm_format_twitter(tweets));
});

with the following code:

function(tweets2){
	$("#sidebar-twitter-list-3").html(sm_format_twitter(tweets2));
});

This should fix the issue.

Additionally, we would request you to please update your Website to the Latest Version of Canvas since the Twitter Functionality is much more easier to implement and can easily have multiple Twitters on a Single Page.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

TTALENTi_UKApr 3, 2017

Hi,

Thanks for getting back to me, it's appreciated. I have made the changes to the code you suggested but it is still not working, unfortunately. If you can let me know if there is any other solution it would be appreciated. Is my tweets.php code correct?

With regards to updating to the new Canvas this isn't possible as I have made too many changes to the css etc to have to go through it all again so I will have to stay on the older version.

Thanks for your help in advance,

Alistair

TTALENTi_UKApr 10, 2017

Hi,

Thanks for getting back to me, it’s appreciated. I have made the changes to the code you suggested but it is still not working, unfortunately. If you can let me know if there is any other solution it would be appreciated. Is my tweets.php code correct?

With regards to updating to the new Canvas this isn’t possible as I have made too many changes to the css etc to have to go through it all again so I will have to stay on the older version.

Thanks for your help in advance,

Alistair

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard