Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
to3k 1771f3999b
Update README.md 2022-12-23 20:04:37 +01:00
to3k bd682e52ec
Update confirm.php 2022-12-23 19:52:16 +01:00
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -8,6 +8,6 @@ Source code of Twittodon.com
This is a open-source project, so you can do whatever you want with it. You don't need to do that, but I will be pleased if you let me know if you have used any part of it :)
Join me on:
* Twitter [@theto3k](https://twitter.com/theto3k)
* Mastodon [to3k@mstdn.social](https://mstdn.social/@to3k)
* Twitter [@theto3k](https://twitter.com/theto3k) and [@twittodon_com](https://twitter.com/twittodon_com)
* Mastodon [to3k@mstdn.social](https://mstdn.social/@to3k) and [twittodon@fosstodon.org](https://fosstodon.org/@twittodon)
* My personal website [TomaszDunia.pl](https://tomaszdunia.pl)

Wyświetl plik

@ -500,7 +500,7 @@
echo "<label><b>Step 3 - <i>option 1</i></b><br>Button below will direct you to your Mastodon account and prepare a proper toot, the only thing you need to do is to confirm sending toot (you must be logged into account which you are verifying and your account needs to be public!):</label>";
echo "<button type=\"button\" onClick=\"window.open('https://".$mastodon_server."/publish?text=This is my account on Twitter - https://twitter.com\/".$twitter." - verified by https://Twittodon.com', '_blank');\">Prepare toot</button><br>";
echo "<label><b>Step 3 - <i>option 2</i></b><br>If above solution doesn't work for you or you don't want to do it that way, you can do it manually by copying the text below and posting it on your timeline (your account needs to be public!):</label>";
echo "<textarea id=\"CopyInput2\" wrap=\"hard\" disabled>This is my account on Twitter - twitter.com/".$twitter." - verified by https://Twittodon.com</textarea>";
echo "<textarea id=\"CopyInput2\" wrap=\"hard\" disabled>This is my account on Twitter - https://twitter.com/".$twitter." - verified by https://Twittodon.com</textarea>";
echo "<button type=\"button\" id=\"CopyButton2\" onclick=\"CopyFunction2()\">Copy</button><br>";
echo "<label id=\"mastodon_step4\"><b>Step 4</b><br>After posting a toot confirm using button below to perform verification:</label>";
echo "<button type=\"submit\" id=\"verify_mastodon\" name=\"verify_mastodon\">Verify</button><br>";