replace profile image on the fly
-
First off, GREAT plugin! Thanks for your efforts.
Secondly, Twitter has this nasty side effect of flattening images after uploading (PNGs get forced to have a white background). That being said, if your background for your feed is not white it looks, er, bad.
Is there a way to replace this:
$output .= $this->get_profile_image_url( $tweet );
with a call to a locally installed image instead?
Any changes to the class-twitterfeed-timeline-shortcode.php file result in:
Fatal error: Cannot redeclare class Timeline_Twitter_Feed_Shortcode in …/class-timeline-twitter-feed-shortcode.php on line 8
I am just looking to add the following:
'<div class="ttf-tweet-row"><img src="/wp-content/themes/Nexus/images/do-logo.png" align="left"><span class="ttf-tweet-user-name">...
Any help/direction would be greatly appreciated.
- The topic ‘replace profile image on the fly’ is closed to new replies.