Use this forum to help each other on the Freebies offered at luiszuno.com.
SHINRA Theme - Twitter issues
  • I have browsed the answers to issues with Twitter on the NOVA theme, but the file-names and set-ups seem to be a bit different.

    I am also having trouble getting my twitter feed to show up, it keeps showing the original one.

    In the jquery.tweet.js, file I have changed:

    $.fn.tweet = function(o){
    var s = $.extend({
    username: ["MYUSERNAME"], // [string] required, unless you want to display our tweets. :) it can be an array, just do ["username1","username2","etc"]
    list: null, // [string] optional name of list belonging to username
    favorites: false, // [boolean] display the user's favorites instead of his tweets


    In the index.html file, I have changed:


    Displaying up to three links with the search query "from:seaofclouds http":


        $(function(){
    $("#userandquery").tweet({
    count: 3,
    query: "from:MYUSERNAME http",
    loading_text: "searching twitter..."


    What did I forget to change or what am I not doing right? Also, it seems there is a css/jquery.tweet.css file missing from the zip file.

    Please help me!
  • OK, now I figured out how to change the name (in custom.js in the main js folder), but now when I click the arrows to go to next tweet, it just goes to the top of the page and doesn't change it. I didn't change the fetch or number to show settings, so how do I fix this problem?