Facebook Rss

Discussion in 'HOWTO-Related Questions' started by dwilight, Nov 8, 2007.

  1. dwilight

    dwilight New Member

    Hi,

    I have configured the app to receive rss feeds in facebook profile and it is working ok.

    Does anyone know how can I only show 2 or 3 entried in the profile main page? I want users to see only couple of entries in the main profile and they can read the rest in the main app page.

    Thanks in advance
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I'm not sure, but maybe you can pass additional parameters to Magpie's fetch_rss() function? Or just use the first two or three items from the $rss->items array (the array_slice() function could be of help here: http://es.php.net/manual/en/function.array-slice.php ).
     

Share This Page