forked from friendica/friendica-addons
Merge pull request #320 from annando/1511-ifttt
ifttt: Clarified documentation
This commit is contained in:
commit
ffa9f9e95c
|
@ -46,7 +46,7 @@ function ifttt_settings(&$a,&$s) {
|
||||||
$s .= '</span>';
|
$s .= '</span>';
|
||||||
|
|
||||||
$s .= '<div id="ifttt-configuration-wrapper">';
|
$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 'Maker' with the following parameters:").'</p>';
|
$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 .= '<h4>URL</h4>';
|
||||||
$s .= '<p>'.$a->get_baseurl()."/ifttt/".'</p>';
|
$s .= '<p>'.$a->get_baseurl()."/ifttt/".'</p>';
|
||||||
$s .= '<h4>Method</h4>';
|
$s .= '<h4>Method</h4>';
|
||||||
|
|
Loading…
Reference in a new issue