embed image in rss
parent
1dc2e88e46
commit
ba8ed753d0
4
rss.php
4
rss.php
|
@ -29,7 +29,9 @@ $anchor = str_replace(" ", "", $title);
|
|||
<title><?php echo $title; ?></title>
|
||||
<link><?php echo $url . '#' . $anchor;?></link>
|
||||
|
||||
<description><?php echo $url . $image; ?></description>
|
||||
<description><![CDATA[
|
||||
<img src="<?php echo $url . $image; ?>">
|
||||
]]></description>
|
||||
</item>
|
||||
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue