[[mysnippet? ¶m=`{{myChunk}}`]]if (isset($url)) $params['url'] = str_replace(array('|xq|','|xe|','|xa|'), array('?','=','&'), $url);
else return '';
// URL pointing to the feed to be displayed (stop snippet execution if not specified)
// The following URL characters need to be converted when passing them through the snippet
// ? => |xq|
// = => |xe|
// & => |xa|