Page 1 of 1

YelpRank Plugin support page

Posted: Thu Oct 27, 2022 9:59 am
by magallo
Hi, im uploading a new plugin i developed to work with the Yelp Fusion API.
This CMSMS YelpRank plugin lets you connect to Yelp's API and get profile details or reviews for a specific business alias/id.
I'm starting this Thread in case anyone needed any kind of support implementing.

http://dev.cmsmadesimple.org/projects/YelpRank

How do I use it?
Insert the tag {YelpRank}, together with the required parameters in your template (case sensitive) for example:

Code: Select all

{YelpRank key='Your API Key' biz='gary-danko-san-francisco'}

Code: Select all

{YelpRank key='Your API Key' biz='gary-danko-san-francisco' field='rating'}

Code: Select all

{YelpRank key='Your API Key' biz='gary-danko-san-francisco' action="reviews"}