Feature request: custom 'official_format'
-
Would it be possible to add something like the snippet below to rotatingtweets.php? This would allow developers to rearrange things, alter text, substitute screen_name for name, etc. I think the plugin is terrific, but I had to hack it and add this snippet so I could format the tweets the way the user requested it. It drops through to case ‘0’ unless functions.php contains a function named override_rotating_tweets_meta.
Thanks.
# Now for the meta text switch ($args['official_format']) { case 'custom': if (function_exists('override_rotating_tweets_meta')) { $result .= override_rotating_tweets_meta( $args, $user, $main_text, $twitter_object, $twitterlocale, $targetvalue); break; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Feature request: custom 'official_format'’ is closed to new replies.