Is it possible to remove my Twitter avatar from the widget? Maybe place the twitter bird instead?
Broadscope Twitter Widget
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
open up broadscope\framework\php\class-framework-widgets.php and adjust following code to replace the image:
if($avatar == "yes") $output .= '<div class="tweet-thumb"><a href="http://twitter.com/'.$username.'" title=""><img src="'.$message['user']['image'].'" alt="" /></a></div>';You can deactivate the avatar by using the widget options too.
Posted 1 year ago #
Reply
You must log in to post.














