Title: Link widget title?
Last modified: August 21, 2016

---

# Link widget title?

 *  Resolved [spaciousmind](https://wordpress.org/support/users/spaciousmind/)
 * (@spaciousmind)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/link-widget-title/)
 * Hello Martin,
 * Thanks for the great plugin here.
 * Is there an easy way to link the widget title to the Twitter URL of the account
   being rotated?
 * Would be nice to just be able to click on it, maybe even to be able to add a 
   little twitter icon next to it too.
 * Thanks for any help.
 * [https://wordpress.org/plugins/rotatingtweets/](https://wordpress.org/plugins/rotatingtweets/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/link-widget-title/#post-4657865)
 * Hi SpaciousMind,
 * This would be a quick fix to line 98 of the plug-in.
 * I don’t have time to do it now, but I’ll look at it over the weekend.
 * Martin
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/link-widget-title/#post-4658050)
 * As an immediate fix, try:
 *     ```
       echo $before_title ."<a href='http://twitter.com/".$newargs['screen_name']."'>"  . $title . "</a>" . $after_title;
       ```
   
 * in line 98.
 * You can add the icon via CSS.
 * I’m not sure I’m going to build this into the main plug-in because it would be
   quite a lot of extra interface and not consistent with how other plug-ins work.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Link widget title?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rotatingtweets.svg)
 * [Rotating Tweets (Twitter widget and shortcode)](https://wordpress.org/plugins/rotatingtweets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rotatingtweets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rotatingtweets/)
 * [Active Topics](https://wordpress.org/support/plugin/rotatingtweets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rotatingtweets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rotatingtweets/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/link-widget-title/#post-4658050)
 * Status: resolved