Hi @freedumbo,
If you are looking for shortcodes, please read more here: http://rating-widget.com/support/shortcodes.
Thanks
I use comment by customizing.
I try to adjust your shortcode,..I don’t know how to insert…
foreach ($comments as $comment) {
$output .= ‘<div class=”comment-body”><span class=”comment-author-link”>’.strip_tags($comment->comment_author).'</span><span class=”comment-date-2″>’.strip_tags($comment->comment_date) . ‘</span>
<span class=”comment-excerpt”>’ . strip_tags($comment->com_excerpt).'</span></div>
‘. rw_the_post_rating($postID = false, $class = ‘comment’, $schema = false);
}
Or
$output .= ‘</div><div class=”comment-body”><span class=”comment-author-link”>’.strip_tags($comment->comment_author).'</span><span class=”comment-date-2″>’.strip_tags($comment->comment_date) . ‘</span>
<span class=”comment-excerpt”>’ . strip_tags($comment->com_excerpt).'</span></div>
‘. do_shortcode( ‘ [ratingwidget type=”comment”] ‘ );
}