Sadly, this great little plugin stopped working. I hope it gets updated.
]]>Quick question: does the plugin allow a visitor of the page to review the business and submit a Yelp review directly from the page? Thanks!
]]>You can structure your request in a template setting using this code, with this plugin, your variables are going to be different.
Full;
<?php $name = get_the_title(); $listing_id = !empty( $listing_id ) ? $listing_id : get_the_ID();
$addy = esc_html( get_post_meta( $listing_id , ‘address’, true ) );
echo do_shortcode(‘[yelpprofile term=”‘.$name.'” location=”‘.$addy.'”]’);
?>
What is important?
echo do_shortcode(‘[yelpprofile term=”‘.$name.'” location=”‘.$addy.'”]’);
Everything above that line creates the variables for $name and $addy (which is the address string). We’ve now deployed this across a load of listings.
Thanks for the plugin!
]]>The plugin works but only returns one business if you list a category.
]]>This is a great little plugin but it often does not look good in Internet Explorer, which I don’t use very often but the majority of visitors do. Often the business name appears underneath the image which creates a lot of whitespace and throws off the overall balance and appearance pretty significantly.
This occurs even with short business names sometimes. I have tried decreasing the image and font size in the css, but still can not get it to display as it does in ff or chrome.
]]>Hello-
I am having some issues with the plugin. Instead of displaying the Yelp rating box, it is displaying a small smiley face and breaks the page, keeping the rest of the post from loading.
The plugin was working last week, and seemingly nothing changed with the wordpress instance. Any ideas on what would cause this? Or where to start looking?
Thanks!
-Justin
https://www.nextcampsite.com
I am having trouble getting Yelp It to work on my web hosting account (websynth.com). I installed it on a different account hosted by HostGator and it worked just fine. I emailed support and this is what they said:
The following plugin has a number of fatal errors on the site within the past 24 hours. This is most likely the cause of the issue. Your server is running NGINX as a reverse proxy, and does not use a .HTACCESS, file for rewrites, which is probably the main difference from your other test server. If you contact the plugin author for support they may have knowledge of what is necessary to enable the plugin on NGINX. It may require some special rewrite rules, or some modification to the code to allow it to work properly.
The path to the plugin with errors is: /var/www/truthspace.com/wp-includes/pluggable.php on line 879
Please help!
]]>Now it makes sense why nobody wrote this plugin earlier. Congratulations.
]]>Dear Snob,
I keep getting “Invalid Signtaure” error message when I insert the shortcode into my post. I have the API keys installed properly. Any suggestions? Thanks.
]]>The new 0.4.0 presents the Yelp link’s API URI above the widget.
]]>Not sure what happened…but all my sites using this plug in no longer work..
Here is the error message when I deleted and reactivated the plugin.
Plugin could not be activated because it triggered a fatal error.
Fatal error: Cannot redeclare class OAuthException in /home/brazil16/public_html/SanDiego/wp-content/plugins/yelp-it/lib/oauth.php on line 8
Please advise.
]]>I’m using the business ID to display the profile but all that’s showing up is 4 barrel coffee (no matter what ID I put in). I’m trying to get this to display:
https://www.yelp.com/biz/childrens-hospital-and-research-center-oakland-oakland-2
So I’m using the shortcode
[yelp profile id=”childrens-hospital-and-research-center-oakland-oakland-2″]
Any idea what’s going on? How I can fix it?
]]>