Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor alexkingorg

    (@alexkingorg)

    Hmm, I thought I had done the quoted tweet thing but I guess not. Perhaps you can share an example URL to show how this is currently handled?

    Thread Starter Doug McKown

    (@dougmckown)

    https://dougmckown.com/2015/07/14/so-do-the-rest-of-us-httpst-cotzozgixmsk/

    Not sure if any of my custom CSS would affect the appearance, but here it is:

    /*
    Theme Name: McGraphy
    Description: A Child Theme of Graphy
    Template: graphy
    */
    @import url(../graphy/style.css);
    
    /* Hide title from status posts */
    
    .format-status .entry-title {
    	display: none;
    }
    
    /* Hide featured image in status posts*/
    
    .format-status .attachment-post-thumbnail {
    	display:none;
    }
    
    /* Change appearance of status posts */
    
    .format-status .entry-content {
    	padding: 10px;
    	background-color: #d3d3d3;
    	text-decoration: italic;
    	border-radius: 5px;
    }
    
    /* Change appearance of links in entries */
    
    .entry-content a {
    	color: #333333;
    	text-decoration: none;
    	border-bottom: 2px solid rgba(136, 136, 136, 0.3);
    
    /* Hide the "Also on: Twitter" */
    
    .syndication {
    	display: none;
    	visibility: hidden;
    }

    Thanks.

    Plugin Contributor alexkingorg

    (@alexkingorg)

    I’m currently getting a 500 error from that url.

    Thread Starter Doug McKown

    (@dougmckown)

    Sorry, I took down my WordPress site, so I can’t offer any evidence. My sincere apologies and thanks for looking into it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Any plans to support the Twitter's Quoted Tweets format?’ is closed to new replies.