You need to sign in to do that
Don't have an account?

Rich Snippets for Reviews and Ratings
Hello,
How can we develop blog kind of thing in my vf page, wherein, if the page is hosted on force.com site then the end user can write reviews, give ratings, and then retweet on some comments.
Thanks and Regards,
Ritik
How can we develop blog kind of thing in my vf page, wherein, if the page is hosted on force.com site then the end user can write reviews, give ratings, and then retweet on some comments.
Thanks and Regards,
Ritik
For all these you may find many javascript on web.
https://developer.salesforce.com/blogs/developer-relations/2015/06/lightning-components-creating-rating-component-using-svg.html
Thanks
Sandeep Singhal
I'll analysye this code if it can be utilized in my Vf page (as it is optimized as per Lightning)
It would be great if anybody let me know how to write reviews in VF page.
Thanks
Ritik
I can partially achive this by using inputText and outputText within apex:repeat but is there any other better way for achieving this?