Twitter Tweet Count, Load More Count
-
For my Twitter feed I have tweets_count=8 and loadmore_count=4.
But when the page loads, it only shows 3 tweets.Then when I hit Load More it only adds one, sometimes two.I can live with Load More only adding one or two, but my layout requires that there are 4 columns, so only having 3 on page load is a problem.
I’m using the responsive grid css from here and changed the width value as follows:
@media screen and (min-width:960px) { /* 33.3333% is 3 posts in a row. -10px is the total margin from left to right we subtract considering we want a margin of 5px of spacing below If you wanted 4 columns it would be 25% and so on */ .fts-jal-single-fb-post, .fts-tweeter-wrap { width: calc(25% - 10px) !important; /* margin 5px totals 10px if you add the left and right side that is why we do -10px above. */ margin:5px !important; } }Is there something I can do to make it load 4 (or more) tweets instead of just 3?
Thanks.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Twitter Tweet Count, Load More Count’ is closed to new replies.