通过dlvr.it在我的RSS源中包含一个图像到Twitter

时间:2012-06-06 16:46:32

标签: php twitter rss

我有一个我每隔6小时使用dlvr.it计划交付的Feed。它包含潮汐时间和简短的冲浪报告。我还想从我们的网络摄像头中包含最新的图像。这是我的RSS源的更新版本,包括图像URL,但Twitter没有提取图像

现在这是包含图片标记的Feed

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xml:base="http://www.gowerlive.co.uk/twitterfeed-mumbles.php" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel>
<title>Mumbles.co.uk</title>
<link>http://www.mumbles.co.uk</link>
<description>The Definitive Guide to Mumbles</description>
<language>en</language>
<item>
<title>Tide Times for Mumbles</title>
<link>http://www.mumbles.co.uk/</link>
<description>Todays tides:L02:04 H08:21 L14:23 H20:42. @ 16:00 the buoy was 4ft@6secs | Wind:gentle SW@9mph. Visit http://www.mumbles.co.uk</description>
<image>
<url>http://www.gowerlive.co.uk/netcam.jpg</url>
<title>Langland Bay</title>
<link>http://www.gowerlive.co.uk/webcams/langland-webcam</link>
</image> 
<pubDate>Wed, 6 Jun 2012 16:34:00 GMT</pubDate>
<dc:creator>Mumbles.co.uk</dc:creator>
<guid isPermaLink='false'>Wed, 6 Jun 2012 16:34:00 GMT</guid>
</item>
</channel>
</rss>

感谢

0 个答案:

没有答案