• Resolved Jani Uusitalo

    (@jani-uusitalo)


    I’ve been using a custom template, which I’ve hooked in via the vlp_get_template filter in my theme, to format previews in the blog’s RSS feed to my liking.

    With 2.2.8 this seems to be outright prevented:

    “Fix: Only output link in RSS feed”

    Indeed, there’s now a branching upon is_feed() in VLP_Link::output() before VLP_Template_Manager::get_template() is called, so my filter is never applied.

    Would it be possible to have a filter for the feed case too? I see there’s been someone with a problem with their RSS feeds, but having just the link in the feed is a bit too simplistic for my use.

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

    (@brechtvds)

    I just released 2.2.9 which adds a new setting on the Settings > Visual Link Preview page that allows you to change the behavior in RSS Feeds. I should have provided that from the start, apologies for the inconvenience!

    Kind regards,
    Brecht

    Thread Starter Jani Uusitalo

    (@jani-uusitalo)

    Cool, thanks for the quick fix!

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.