Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Martin Tod

    (@mpntod)

    Images shouldn’t normally show in the tweet.

    It’s not currently that easy to remove only image links… It would require a bit of extra code.

    You could hide all links in Tweets via CSS:

    .rtw_main a {
       display: none;
    }

    Thread Starter optimisto

    (@optimisto)

    Thanks, Martin, but I want to keep the links in the tweets, I just though displaying a URL for a tweet embeded picture was something that could be managed.

    Plugin Author Martin Tod

    (@mpntod)

    If you try the development version and go with:

    a.rtw_media_link {
       display: none;
    }

    it will only hide image or media links.

    Thread Starter optimisto

    (@optimisto)

    Thank you, Martin – that worked like a charm!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide images AND image links?’ is closed to new replies.