Viewing 1 replies (of 1 total)
  • garrettblakeman

    (@garrettblakeman)

    twitterfeed.php can be modified to include something similar to

    if (isset($post->entities->media[0])) {
                $media_url = $post->entities->media[0]->media_url;
    			$p['picture'] = $media_url;
            }

    and it will start adding images to the twitter posts which do have images. I need to read up a bit to see if this will cause issues with video but I’m under the impression it doesn’t.

Viewing 1 replies (of 1 total)
  • The topic ‘Text only, no images’ is closed to new replies.