Call several urls
-
Hi,
I have some problems with this php code.
// Get Pinterest Feed(s)
include_once(ABSPATH . WPINC . ‘/feed.php’);
if( empty($boardname) ){
$pinsfeed = ‘https://pinterest.com/’.$username.’/feed.rss’;
}
else $pinsfeed = ‘https://pinterest.com/’.$username.’/’.$boardname.’/rss‘;I would like $pinsfeed to be the addition of several rss feed by calling different urls but I don’t know how to code it.
else $pinsfeed = ‘https://pinterest.com/’.$username.’/’.$boardname.’/rss + ‘https://pinterest.com/’.$username.’/’.$boardname2.’/rss + ‘https://pinterest.com/’.$username.’/’.$boardname3.’/rss …..
Thank you
Lucas
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Call several urls’ is closed to new replies.