How to Hide Images from the Twitter Feed (pro only)

Choices Forums Documentation How to Hide Images from the Twitter Feed (pro only)

  • This topic has 1 voice and 0 replies.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #241
    ServicesWP
    Keymaster

    Hiding images from the Twitter feed is very simple:

    1. Log into your WP admin
    2. Navigate to ServicesPro > Advanced > Footer Scripts
    3. Paste in the following:
      <script>
      jQuery('#twitter-feed').on('DOMSubtreeModified propertychange',"#twitter-widget-0", function() {
      jQuery(".twitter-timeline").contents().find(".timeline-Tweet-media").css("display", "none");
      jQuery("#twitter-feed").css("height", "100%");
      });
      </script>
    4. Click “Save Settings” and you’re done
Viewing 1 post (of 1 total)
  • The topic ‘How to Hide Images from the Twitter Feed (pro only)’ is closed to new replies.