• Hi,

    Love the plugin. Very useful!

    I’m using this for inserting custom amazon links in the sidebar for each post. I’ve gotten it to work by adding this to gs_widget($args):

    global $asa;
    if($asa && $asa instanceof AmazonSimpleAdmin){
    $content = $asa->parseContent($content);
    }

    It’d be great to get this built in to the plugin so I don’t have to keep adding it as you upgrade!

    http://wordpress.org/extend/plugins/graceful-sidebar-plugin/

  • The topic ‘[Plugin: Graceful Sidebar Plugin] Support for Amazon Simple Admin links in sidebar’ is closed to new replies.