I'm following along the wordpress video series and making pretty good progress. Ran across a couple questions though:
1) Is there a way to only show the 8 most recent photos from my flickr account?
2) The Twitter feed worked....once...then it quit displaying my latest tweet. A bit later it showed it again. Now it's not. I'm guessing this is a twitter issue -- not that they are ever down or anything ;)
1) Is there a way to only show the 8 most recent photos from my flickr account?
2) The Twitter feed worked....once...then it quit displaying my latest tweet. A bit later it showed it again. Now it's not. I'm guessing this is a twitter issue -- not that they are ever down or anything ;)
Thanks for the help!
say you want to display 5 pictures you put
if ( index == 4 ) return false;
and that should do it
for the twitter ...
twitter is always down, so i assume thats the reason, Ive had issues with them before
I figured that was probably the case for twitter. Is there any way to show a "Twitter Down" message if it can't get a post?
This forum has to be the best one I've ever used in terms of feedback and helpfulness. Great job Chris and frequent forum followers!
My question is where do get the Flickr code to make the getJSON work for my photos?
Thanks,
phlacin
http://www.viget.com/inspire/pulling-your-flickr-feed-with-jquery/