02-20-2013, 12:24 AM
|
|
Confirmed User
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
|
Quote:
Originally Posted by CyberSEO
Here is a third solution. As far as I know, you are a CyberSEO customer. In such a case you can get the custom field values for any post you want via simple RSS feed using the following URL variable:
custom_tags=custom_field_name1[,custom_field_name1,...]
For example, let's consider that you have a blog at http://www.yourblog.com/ and want to get values of the "thumb" and "views" custom fields. You can do it like this:
http://www.yourblog.com/feed/?custom_tags=thumb,views
The requested values will be included into every feed item as simple XML tags, e.g.:
<item>
...
<thumb><![CDATA[ http://i2.cdn.turner.com/cnn/dam/assets/130217175755-37-danica-video-tease.jpg]]></thumb>
<views><![CDATA[ 14]]></views>
...
</item>
|
did not consider this one...might be the easy way out 
__________________
High Performance Vps $10 Linode
Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot
|
|
|