Okay
  Public Ticket #1105484
Twitter Widget ID
Closed

Comments

  •  2
    Timothy Mann started the conversation

    Hello,

    I purchased the Muziq HTML theme. I'm almost ready to launch the website, but I'm trying to change the Twitter widget ID in scripts > main.js (line 156). However, I can no longer create a tweets widget in my Twitter account (apparently the parameters have changed), and this line requires a widget ID.

    I bought this theme because it had a Twitter widget, along with the other features. I need to display my Twitter feed on this site - can you please tell me how to achieve this.

    Many thanks,

    Tim


  •  840
    Jelly replied

    Hi,

    Sure, please check our instruction here:

    Update twitter in template

    Best Regards,
    Jelly Team

  •  2
    Timothy Mann replied

    Hi there - thanks for your prompt reply. I replaced the code in twitterFetcher_min.js, and changed the main.js code to...

      function twitterfeed() {
          var config5 = {
            "profile": {"TheRunaround50s": 'type your username here without @'},
            "domId": 'twitter-feed',
            "maxTweets": 4,
            "enableLinks": true,
            "showUser": true,
            "showTime": true,
            "dateFunction": '',
            "showRetweet": false,
            "customCallback": handleTweets,
            "showInteraction": false

          };

    However I'm getting an @undefined account message.

    Any ideas?


  •  840
    Jelly replied

    Hi,

    The correct format will look like this:

    "profile": {"screenName": 'TheRunaround50s'},
    

    Seem you're incorrect it, please try again.

    Best Regards,
    Jelly Team

  •  2
    Timothy Mann replied

    Ah, apologies, my bad! Works perfectly now, thank you!

    While I have you here...do you know if there's a way so that when the audio player is playing a track (in the header section), and you click on a Vimeo video in the portfolio section, that the audio stops playing? Otherwise you get 2 lots of audio playing at once.

    Thanks for your help!

  •  840
    Jelly replied

    Hi,

    Maybe you can provide ftp information and website address so I can try it with my self?

    Best Regards,
    Jelly Team