Search
You can find the results of your search below.
Fulltext results:
- FAQ / Friendica @faq
- r the separation between url and parameters. For example if you want to see https://example.com/profile/example in German you have to add ''?lang=de'' to the URL: https://example.com/profile/example?lang=de. When a certain language is forced, the l... The RSS feed of your posts is available at <code>example.com//feed/[nickname]/posts</code> For example the feed of the Friendica Support forum can be found at htt
- Friendica API authentication @docs
- t_uri'' as specified by FarmGame (for the sake of example, let's say ''https://farmgame.example/complete-friendica-login''). - When FarmGame us... Zone" link, it takes them to ''https://friendzone.example/oauth/authorize?client_id=$CLIENT_ID&redirect_uri... om session ID to state). - ''https://friendzone.example/oauth/authorize'' shows the user a prompt. If the... y accept, it redirects them to ''https://farmgame.example/complete-friendica-login?code=$CODE&state=$NEWSTA
- Abstracts @docs
- content for the posting. With a link [url=http://example.com]to example.com[/url] and some other text. </code> You don't... content for the posting. With a link [url=http://example.com]to example.com[/url] and some other text. </code> From this... he normal content for the posting. With a link to example.com and some other text. http://example.com ====== Settings dealing with Abstracts =====
- Formatting Syntax @wiki
- links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [... inks. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [... t formats for maximum browser compatibility. For example consider this embedded mp4 video: {{video.mp4|... the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work. ===== Lis
- faq @de:docs
- endet werden. Ein Beispiel: https://social.example.com/profile/example auf Deutsch: https://social.example.com/profile/example?lang=de. <a name="contacts"></a> ### Was ist der Unterschied
- bbcode @de:docs
- e.com[/mail]</td> <td><a href="mailto:user@mail.example.com">user@mail.example.com</a></td> </tr> <tr> <td>[mail=user@mail.example.com]Eine E-Mail senden[/mail]</td> <td><a href="mailto:user@mail.example.com">Eine E-Mail senden</a></td> </tr> </table>
- settings @de:docs
- nschalten. Nachdem dies geschehen ist, kannst du `example.com/worker` (tausche example.com mit dem echten Domainnamen aus) aufrufen werd... t werden. 'config' => [ 'admin_email' => 'you@example.com, buddy@example.com', ], ## PHP Pfad Einige Prozesse von Frien
- Friendica Installation @docs
- write path. One critical URL would look like, for example: https://example.com/.well-known/host-meta It must be visible to t... inutes in order to perform background processing. Example: <code> cd /base/directory; /path/to/php bin/wor... able and point your web browser to <code> http://example.com/test.out </code> This file should be blocked
- Friendica Storage Backend Addon development @docs
- ld add the predecessor for transparency reasons. Example: <code php> use Friendica\Core\Storage\Capabilit... e\Storage\Exception\StorageException(sprintf('The Example Storage throws an exception for reference %s', $r... 00, $exception); } } } </code> ===== Example ===== Here is a hypothetical addon which registe... ould always validate the data. // in this example we check if file exists if (!file_exists(
- Friendica BBCode tags reference @docs
- )%%'' | | Set an email link | ''%%[mail]user@mail.example.com[/mail]%%'' | | Use some text as label for the email link | ''%%[mail=user@mail.example.com]Send an email to User[/mail]%%'' ==== Blocks... /static/demo/|the used libraries homepage]]. For example <code> Can somebody help me with the [code]hello... l abstract element will be used. If you use (for example) the "buffer" connector to post to Facebook or Go
- Homepage Verification @docs
- ou created your account on the server ''friendica.example.com'' then your profile URL page is ''https://friendica.example.com/profile/happy''. For this URL you need to add... epage fields)). <code><a href="https://friendica.example.com/profile/happy" rel="me">This is my Friendica
- Filtering your Network Stream @docs
- ch for, separated by a comma in the settings. The example below will collapse all postings containing the w... posts with specific domains ''%%body matches "/\\.example\\.com/"%%'' - Collapse posts that contains the ... ow certain it is about the detected language. For example something like "Good Morning Fediverse" has confi
- config @docs
- 'config' => [ 'admin_email' => 'someone@example.com,someoneelse@example.com', ] If you want to have a more personali
- Settings @docs
- . <code> 'config' => [ 'admin_email' => 'you@example.com, buddy@example.com', ], </code> ===== PHP Path ===== Some of Fr
- Autoloader with Composer @docs
- .autoload.php|official PHP documentation]]. ==== Example ==== Let’s say you have a PHP file in ''%%src/%%... // return result } </code> That’s a quite simple example, but look: no ''%%require()%%''! If you need to u... s a parent class. It works with the “BaseManager” example here and it works when we need to call static met