mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
statusnet: Now you can mirror posts from statusnet to friendica
This commit is contained in:
parent
f6d639122e
commit
1f5f0541ed
2 changed files with 139 additions and 24 deletions
|
@ -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>';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue