mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
add twitter plugin
This commit is contained in:
parent
e490c9459d
commit
cf88b28378
4 changed files with 1167 additions and 2 deletions
|
@ -36,7 +36,7 @@ function facebook_post_hook(&$a,&$b) {
|
|||
|
||||
if($appid && $secret) {
|
||||
|
||||
$fb_post = get_pconfig($local_user(),'facebook','post');
|
||||
$fb_post = get_pconfig(local_user(),'facebook','post');
|
||||
|
||||
if($fb_post) {
|
||||
require_once('library/facebook.php');
|
||||
|
@ -56,5 +56,5 @@ function facebook_post_hook(&$a,&$b) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue