• Resolved Li-An

    (@li-an)


    Hello,
    I like very much your plugin but I have a little problem: if automatically inserted, it shows in feed and it looks not very nice in FeedBurner. I don’t know if it’s possible to correct this. If not I will input manually the function is the theme.

    A notice about this function. Maybe it could be better to insert
    <?php if(function_exists('do_quickshare_output')){do_quickshare_output( $url, $title, $source, $description, $imgurl );}?>

    https://www.ads-software.com/extend/plugins/quickshare/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nick Halsey

    (@celloexpressions)

    Thanks for pointing that out; I need to add an is_feed() check to the conditional that determines whether to filter the_content.

    Yes, it is always a good idea to wrap plugin functions in if(function_exists()), I’ll add a reminder about that in the readme. It gets messy to include everywhere and hopefully people know to use it, but it can cause big problems if ignored.

    I’ll push another update in the next few days, but in the meantime you can merge the changes into your installed version if you look at the development log.

    Thread Starter Li-An

    (@li-an)

    Thanks for your quickanswer. I will wait for official update, it’s not a big deal for the moment.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RSS ?’ is closed to new replies.