Hey, man - I'm having a problem getting the plugin to display when using the PHP code in my sidebar.php file. The shortcode on a page looks fine (as seen on this test page here: http://www.fortheloveof.net/?page_id=809) but embedding the PHP code calls nothing at all, even with the same parameters.
Here's the code on the sidebar page:
<div class="tightlist" style='border-style:solid;border-width:1px;border-color:#b7e0d2;margin-top:16px'>
<img src="http://www.fortheloveof.net/wp-content/uploads/2012/05/ftlo-pinterest.png" class="middlebar2">
<?php get_pins_feed_list('fourflights', 'my-style-pinboard', 3, 'myList', 1, 'newwindow', 'yes', 145, 145, 'none'); ?>
</div>
Any thoughts? Thanks so much for an awesome plugin. I hope I can get it to work.