Optic
Well-known member
Hello there,
Just wondering is it possible to display the rating stars or even just the number (highlighted in red) or would this require custom development?
Example feed - user reviews for Waze app on iTunes app store:
http://itunes.apple.com/au/rss/customerreviews/id=323229106/xml
It displays the review and author fine, but no rating/stars.
Thanks in advance,
Just wondering is it possible to display the rating stars or even just the number (highlighted in red) or would this require custom development?
Example feed - user reviews for Waze app on iTunes app store:
http://itunes.apple.com/au/rss/customerreviews/id=323229106/xml
Rich (BB code):
<entry>
<updated>2017-04-02T23:28:22-07:00</updated>
<id>1579447320</id>
<title>The BEST navigation app ever!</title>
<content type="text">
This is by far THE BEST navigation app I have ever come across. I stopped using all other navigation including the built in ones in the car. Don't waste time reading these reviews. JUST DOWNLOAD IT!
</content>
<im:contentType term="Application" label="Application"/>
<im:voteSum>0</im:voteSum>
<im:voteCount>0</im:voteCount>
<im:rating>5</im:rating>
<im:version>4.21</im:version>
<author>
<name>F M Zakaria</name>
<uri>https://itunes.apple.com/au/reviews/idnull</uri>
</author>
<link rel="related" href="https://itunes.apple.com/au/review?id=323229106&type=Purple%20Software"/>
<content type="html">
<table border="0" width="100%"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="100%"> <b><a href="https://itunes.apple.com/au/app/waze-gps-navigation-live-traffic-directions/id323229106?mt=8&uo=2">The BEST navigation app ever!</a></b><br/> <font size="2" face="Helvetica,Arial,Geneva,Swiss,SunSans-Regular"> </font> </td> </tr> </table> </td> </tr> <tr> <td> <font size="2" face="Helvetica,Arial,Geneva,Swiss,SunSans-Regular"><br/>This is by far THE BEST navigation app I have ever come across. I stopped using all other navigation including the built in ones in the car. Don't waste time reading these reviews. JUST DOWNLOAD IT! </font><br/> </td> </tr> </table>
</content>
</entry>
It displays the review and author fine, but no rating/stars.
Thanks in advance,