Merge pull request #379 from Hypolite/ifttt-missing-nickname

[ifttt] Add missing nickname in the callback URL
This commit is contained in:
Michael Vogel 2016-10-09 11:29:59 +02:00 committed by GitHub
commit edc3b196e6
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function ifttt_settings(&$a,&$s) {
$s .= '<div id="ifttt-configuration-wrapper">';
$s .= '<p>'.t("Create an account at <a href='http://www.ifttt.com'>IFTTT</a>. Create three Facebook recipes that are connected with <a href='https://ifttt.com/maker'>Maker</a> (In the form 'if Facebook then Maker') with the following parameters:").'</p>';
$s .= '<h4>URL</h4>';
$s .= '<p>'.$a->get_baseurl()."/ifttt/".'</p>';
$s .= '<p>' . $a->get_baseurl() . '/ifttt/' . $a->user['nickname'] . '</p>';
$s .= '<h4>Method</h4>';
$s .= '<p>POST</p>';
$s .= '<h4>Content Type</h4>';