Title: Only local Tweet functionality
Last modified: March 16, 2023

---

# Only local Tweet functionality

 *  Resolved [KC](https://wordpress.org/support/users/kaseym/)
 * (@kaseym)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/only-local-tweet-functionality/)
 * 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](https://wordpress.org/support/users/kittmedia/)
 * (@kittmedia)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/only-local-tweet-functionality/#post-16564564)
 * 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:
 *     ```wp-block-code
       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.

 * ![](https://ps.w.org/embed-privacy/assets/icon.svg?rev=2812349)
 * [Embed Privacy](https://wordpress.org/plugins/embed-privacy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/embed-privacy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/embed-privacy/)
 * [Active Topics](https://wordpress.org/support/plugin/embed-privacy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/embed-privacy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/embed-privacy/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Matthias Kittsteiner](https://wordpress.org/support/users/kittmedia/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/only-local-tweet-functionality/#post-16564564)
 * Status: resolved