beh io, sapendone pochissimo di php farei:
Ripeto ne so pochissimo di php xDCodice PHP:
$json = file_get_contents('http://itunes.apple.com/search?term='.$term2.$term.'&limit=1&country=IT&media=music&entity=song');
if( false == ($json))
{
echo "la tua immagine";
}
else
{
$array = json_decode($json, true);
foreach($array['results'] as $value);
{
$img= $value['artworkUrl100'];
echo '[img]'.$img.'[/img]';
}