• Resolved KC

    (@kaseym)


    Hi there – I’m really interested in using this plugin but am I able to use without the main functionality. I’m really looking to use the local tweet option to style and reduce CLS and unneccesary calls on the page.

Viewing 1 replies (of 1 total)
  • Plugin Author Matthias Kittsteiner

    (@kittmedia)

    Hi there,

    yes, you are, but only with manual effort.

    You first have to edit every embed provider in Settings > Embed Privacy > Manage embed providers and explicitly disable all embed providers except for Twitter.

    Then you need to add a filter to disable processing unknown embed providers like this:

    add_filter( 'embed_privacy_ignore_unknown_providers', '__return_true' );

    Best regards,
    Matthias

Viewing 1 replies (of 1 total)

The topic ‘Only local Tweet functionality’ is closed to new replies.