Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor whiletrue

    (@whiletrue)

    Hi martijnh,
    the new 1.3.0 release of the plugin adds the feature you requested. Please take a look ??

    Thread Starter d-media

    (@martijnh)

    Hi,

    Thank you very much! Just in time for the project we’re finishing ??

    Thread Starter d-media

    (@martijnh)

    Hi,

    In the plugin you use the username as text for the link below the twitter messages. For this project i need to change the text so i added an extra option in the plugin. Could you implement this in the code ?

    line 172:

    array(
    				'name'	=> 'link_user_text',
    				'label'	=> __( 'Text for link below tweets', 'rstw' ),
    				'type'	=> 'text'
    			),

    around line 116:

    $out .= '<div class="rstw_link_user"><a href="https://twitter.com/' . $options['username'] . '" '.$link_target.'>'.$options['link_user_text'].'</a></div>';

    Thanks!

    Plugin Contributor whiletrue

    (@whiletrue)

    Hi martijnh,
    the new 1.3.2 release implements one bugfix and the feature you proposed. Please let us know if it’s all right ??

    Thread Starter d-media

    (@martijnh)

    Hi whiletrue,

    Excellent work, thanks! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Really Simple Twitter Feed Widget] Feature request: Link to twitter profile’ is closed to new replies.