Uploaded image for project: 'Social Networking'
  1. Social Networking
  2. SOCIAL-27

The number of tweets displayed is less than the number set in parameters and than the number of available tweets

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.2
    • None
    • twitter
    • None
    • CMS 3.3 (Last milestone ametys-cms-3.3.0.20120228-1738-RC3.jar & ametys-plugin-socialnetworking-1.2.0.20120228-1747-RC3.jar)

      I tried with:

      • hautegaronne
      • max number 15

      See screenshots

          [SOCIAL-27] The number of tweets displayed is less than the number set in parameters and than the number of available tweets

          Fixed for one user's feed

          Laurence Aumeunier added a comment - Fixed for one user's feed

          Laurence Aumeunier added a comment - When displays tweets from one user's feed, the count is now exact (fixed) When displays tweets from a user's list, jTweetAnywhere behavior is not clear ... ( http://thomasbillenstein.com/jTweetsAnywhere/#jta_documentation )

          Laurence Aumeunier added a comment - - edited

          Due to username option.

          With following code, 10 tweets are displayed:

          $(document).ready(function(){
              $('#tweetFeed').jTweetsAnywhere({
                  username: 'tbillenstein',
                  count: 10,
                  showTweetFeed: {
                      showProfileImages: true,
                      showUserScreenNames: true,
                      showUserFullNames: true,
                      showActionReply: true,
                      showActionRetweet: true,
                      showActionFavorite: true
                  }
              });
          });
          

          With following code, only the 7 tweets of this current month are displayed:

          $(document).ready(function(){
              $('#tweetFeed').jTweetsAnywhere({
                  username: ['tbillenstein'],
                  count: 10,
                  showTweetFeed: {
                      showProfileImages: true,
                      showUserScreenNames: true,
                      showUserFullNames: true,
                      showActionReply: true,
                      showActionRetweet: true,
                      showActionFavorite: true
                  }
              });
          });
          

          Laurence Aumeunier added a comment - - edited Due to username option. With following code, 10 tweets are displayed: $(document).ready(function(){ $( '#tweetFeed' ).jTweetsAnywhere({ username: 'tbillenstein' , count: 10, showTweetFeed: { showProfileImages: true , showUserScreenNames: true , showUserFullNames: true , showActionReply: true , showActionRetweet: true , showActionFavorite: true } }); }); With following code, only the 7 tweets of this current month are displayed: $(document).ready(function(){ $( '#tweetFeed' ).jTweetsAnywhere({ username: [ 'tbillenstein' ], count: 10, showTweetFeed: { showProfileImages: true , showUserScreenNames: true , showUserFullNames: true , showActionReply: true , showActionRetweet: true , showActionFavorite: true } }); });

          From @Fred:

          Could you add that in the "help" in one of the fields?

          Laurence Aumeunier added a comment - From @Fred: Could you add that in the "help" in one of the fields?

          From @Fred:

          It is worst, since one week:
          https://dev.twitter.com/docs/using-search

          Laurence Aumeunier added a comment - From @Fred: It is worst, since one week: https://dev.twitter.com/docs/using-search

          Seems to display only tweets from current month ... (test with 'AmetysCMS')

          Url called : http://search.twitter.com/search.json?q=from:AmetysCMS&rpp=100&page=1&callback=jQuery17106371284823359252_1330941084860

          Laurence Aumeunier added a comment - Seems to display only tweets from current month ... (test with 'AmetysCMS') Url called : http://search.twitter.com/search.json?q=from:AmetysCMS&rpp=100&page=1&callback=jQuery17106371284823359252_1330941084860

            Unassigned Unassigned
            fravetier Frederic Ravetier (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: