statusnet: Now you can mirror posts from statusnet to friendica

This commit is contained in:
Michael Vogel 2013-01-01 18:20:56 +01:00
parent f6d639122e
commit 1f5f0541ed
2 changed files with 139 additions and 24 deletions

View file

@ -74,7 +74,7 @@ function twitter_jot_nets(&$a,&$b) {
$tw_defpost = get_pconfig(local_user(),'twitter','post_by_default');
$selected = ((intval($tw_defpost) == 1) ? ' checked="checked" ' : '');
$b .= '<div class="profile-jot-net"><input type="checkbox" name="twitter_enable"' . $selected . ' value="1" /> '
. t('Post to Twitter') . '</div>';
. t('Post to Twitter') . '</div>';
}
}