The shortcode requires a menu_id parameter corresponding to the menu you wish to display – this wasn’t clear in the installation instructions and has been updated in the 0.1.3 release today.
Thanks for the quick response and update!
So I updated the shortcode as described to [tappd-press-menu menu_id=XXXX] (XXXX being my menu ID)
Still no luck. My wordpress page just shows the shortcode.
So after fiddling around in the plugin code, I figured out what the problem might be.
In the description and readme file the shortcode is depicted as [tappd-press-menu menu_id=XXXX]
But in the plugin file it says add_shortcode('untappd-press-menu', 'tpfb_get_beer_menu_data');
So replacing [tappd-press-menu menu_id=XXXX] with [untappd-press-menu menu_id=XXXX] on my wordpress page seems to fix the problem.
@svendtt,
Hey, sorry for the difficulty, we had renamed our plugin and that call slipped through QA (they’ve been appropriately flogged, then given a beer). We’ve updated the plugin to reflect the _proper_ shortcode, which is:
[tappd-press-menu menu_id=XXXX]
as of release 0.1.4.