rss feed with image how?

Support / help / discussion forum for twitter bot
Post Reply
nwa1982
Posts: 7
Joined: Sun Dec 06, 2015 8:20 pm

rss feed with image how?

Post by nwa1982 »

Hallo marin can you tell me what tags i need to set to get the chaturbate rss feed to display properly with image this is the rss link: https://chaturbate.com/feed/latest/?gender=f&wm=ran3z
User avatar
martin@rootjazz
Site Admin
Posts: 34696
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: rss feed with image how?

Post by martin@rootjazz »

viewtopic.php?f=30&t=1585&hilit=rss+help


so pulling your feed we get the item

Code: Select all

<item>
<title>chiquiburn</title>
<link>http://chaturbate.com/affiliates/in/LQps/ran3z/?track=default&room=chiquiburn</link>
<description><p><a href="http://chaturbate.com/affiliates/in/LQps/ran3z/?track=default&room=chiquiburn"><img src="https://cdn-s.highwebmedia.com/uHK3McUtGCG3SMFcd4ZJsRv8/roomimage/chiquiburn.jpg"/></a></p></description>
<guid>http://chaturbate.com/affiliates/in/LQps/ran3z/?track=default&room=chiquiburn</guid>
<cb:gender>f</cb:gender>
<cb:interested_in>Male,Female,Couple</cb:interested_in>
<cb:location>cuidad virtual</cb:location>
<cb:image_url>https://cdn-s.highwebmedia.com/uHK3McUtGCG3SMFcd4ZJsRv8/roomimage/chiquiburn.jpg</cb:image_url>
<cb:online_since>2015-12-30 15:27:09</cb:online_since>
<cb:number_of_users_watching>0</cb:number_of_users_watching>
<cb:username>chiquiburn</cb:username>
<cb:recorded>false</cb:recorded>
<cb:current_show>public</cb:current_show>
<cb:number_of_followers>11642</cb:number_of_followers>
</item>
then the image you want is in element

Code: Select all

<cb:image_url>
Title: <title>

Tags you could take from: <cb:interested_in>
Post Reply