Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Friendica API entities @docs
50 Treffer, Zuletzt geändert:
===== ^ Attribute ^ Type ^ Nullable ^ | ''url'' | String (URL) | No | | ''mimetype'' | String | No | | ''size'' | Integer (bytes) | No | ====... description'' | String | No | | ''profile_image_url'' | String (URL) | No | | ''profile_image_url_https'' | String (URL) | No | | ''profile_image_url_
bbcode @de:docs
31 Treffer, Zuletzt geändert:
="color: red;">rot</span></td> </tr> <tr> <td>[url=http://friendi.ca]Friendica[/url]</td> <td><a href="http://friendi.ca" target="external-link">Friend... BBCode</th> <th>Ergebnis</th> </tr> <tr> <td>[url]http://friendi.ca[/url]</td> <td><a href="http://friendi.ca">http://friendi.ca</a></td> </tr> <tr>
Friendica BBCode tags reference @docs
23 Treffer, Zuletzt geändert:
"color: red;">red</span>%% | | Linked Text | %%[url=http://friendi.ca]Friendica[/url]%% | %%<a href="http://friendi.ca" target="external-link">Friendica</... ^ | Set a link to a page on the internet | ''%%[url]http://friendi.ca[/url]%%'' | | Use some text as label for the link | ''%%[url=http://friendi.ca]Frien
Friendica Addon development @docs
14 Treffer, Zuletzt geändert:
s work by intercepting specific page requests (by URL path). ===== Naming ===== Addon names are used ... ules” and intercept all page requests for a given URL path. In order for a addon to act as a module it ... ps://my.web.site/<addon>%%'' - with any number of URL components as additional arguments. These are par... will reduce the panel to a link pointing to this URL, can be relative. Incompatible with the following
Friendica Installation @docs
11 Treffer, Zuletzt geändert:
rgc_argv set to true in the php.ini file * Curl, GD, GMP, PDO, mbstring, MySQLi, xml, zip and Ope... following extensions in your PHP configuration: curl gd pdo_mysql mbstring xml iconv zip openssl pecl-... domain (without a directory/path component in the URL) is RECOMMENDED. Directory paths will not be as c... ed into config/local.config.php. * ''FRIENDICA_URL_PATH'' The URL path of Friendica (f.e. ‘/friendic
addons @de:docs
10 Treffer, Zuletzt geändert:
beiten, indem bestimmte Seitenanfragen (durch den URL-Pfad) abgefangen werden. Addon-Namen können kein... agieren und alle Seitenanfragen für eine bestimte URL abfangen. Um ein Addon als Modul zu nutzen, ist e... tp://example.com/addon_name" erhalten - mit allen URL-Komponenten als zusätzliche Argumente. Diese werd... en mit $a->argc überein, wobei sie die Anzahl der URL-Komponenten abbilden. So würde http://example.com
Friendica API @docs
9 Treffer, Zuletzt geändert:
Contact|Contact]] entity for the provided profile URL. === Parameters === * ''%%profileurl%%'': Profile URL ==== GET api/statuses/public_timeline ==== Returns a list of public [[:docs:API-Ent... scale' isn't provided, returned data include full url to each scale of the photo. If 'scale' is set, re
Friendica Installation @de:docs
9 Treffer, Zuletzt geändert:
auf “true” gesetzt in der php.ini-Datei * Curl, GD, PDO, GMP, mbstrings, MySQLi, hash, xml, zip ... üssen folgende PHP Extensionen aktiviert werden: curl gd pdo_mysql mbstring xml iconv zip openssl pecl-... ain (ohne eine Verzeichnis/Pfad-Komponente in der URL) wird bevorzugt. Verzeichnispfade sind für diesen... Datenbank (env MYSQL_DATABASE) * ''-u|–urlpath <url_path>'' Der Pfad Anteil der URL unter dem Friendi
FAQ / Friendica @faq
7 Treffer, Zuletzt geändert:
esn't work, try to add the link by typing: <code>[url=http://example.com]self-chosen name[/url]</code>. You can also add video and audio files to posts. Ho... an upload multimedia files via FTP and insert the URL. Friendica uses HTML5 for embedding content. The... can do this by adding the `lang` parameter to the url in your url bar. The data in the parameter is a [
faq @de:docs
6 Treffer, Zuletzt geändert:
nicht ... dann verlinke den Beitrag einfach per [url=http://example.com]<i>freigewählter Name</i>[/url] im Editor. Video- und Audiodateien können zwar in ... 1. Du kannst bei dem Video- oder Audiobutton die URL von einem Hoster eingeben (Youtube, Vimeo, Soundc... dort hochladen und beim Video-/Audiobutton diese URL angeben. Dann wird das Video oder die Audiodatei
Creating posts @docs
5 Treffer, Zuletzt geändert:
Frio, this is to attach remote content - put in a URL to embed in your post, including video or audio c... "32" alt="chain" align="left"> Add a web address (url). Enter a URL and Friendica will add to your post a link to the url and an excerpt from the web site, if possible. <p
Abstracts @docs
4 Treffer, Zuletzt geändert:
]normal[/i] content for the posting. With a link [url=http://example.com]to example.com[/url] and some other text. </code> You don't have to add the abstra... ]normal[/i] content for the posting. With a link [url=http://example.com]to example.com[/url] and some other text. </code> From this posting, Friendica wil
Friendica API @docs
4 Treffer, Zuletzt geändert:
</code> ===== Usage Examples ===== ==== BASH / cURL ===== <code bash> /usr/bin/curl -u USER:PASS https://YOUR.FRIENDICA.TLD/api/statuses/update.xml -d so... > def tweet(server, message, group_allow=None): url = server + '/api/statuses/update' urllib2.urlopen(url, urllib.urlencode({'status': message,'group_allow
Installing Connectors (Twitter/GNU Social) @docs
4 Treffer, Zuletzt geändert:
o the GNU Social account of choice. * The base URL for the GNU Social API, for quitter.se this is ht... er or your website name. * there is no callback url * register a desktop client * with read & write access * the Source URL should be the URL of your Friendica server After the required credentials for the application are sto
Filtering your Network Stream @docs
4 Treffer, Zuletzt geändert:
more than 1 image ''%%body matches "/(?:(?:(?:\\[url(?:=.*)?\\])?\\[img(?:=.*)?\\].*\\[\\/img\\]\\s*(?:\\[\\/url\\])?)\\s*){2}/"%%'' - Collapse posts that were ... n expand this rule with a check for their profile URL ''causer_link != author_link && causer_link == '<profile_url>''' For a more detailed documentation of the add
Homepage Verification @docs
4 Treffer, Zuletzt geändert:
installing-connectors @de:docs
4 Treffer, Zuletzt geändert:
settings @de:docs
4 Treffer, Zuletzt geändert:
text_editor @de:docs
4 Treffer, Zuletzt geändert:
Twitter API @docs
3 Treffer, Zuletzt geändert:
Connectors @docs
3 Treffer, Zuletzt geändert:
Database Tables @docs
3 Treffer, Zuletzt geändert:
Making Friends @docs
3 Treffer, Zuletzt geändert:
connectors @de:docs
3 Treffer, Zuletzt geändert:
making-friends @de:docs
3 Treffer, Zuletzt geändert:
Search in Friendica @docs
2 Treffer, Zuletzt geändert:
Settings @docs
2 Treffer, Zuletzt geändert:
Two-Factor Authentication @docs
2 Treffer, Zuletzt geändert:
ssl @de:docs
2 Treffer, Zuletzt geändert:
Friendica Addons @addons
1 Treffer, Zuletzt geändert:
Friendica Dokumentationen @de
1 Treffer, Zuletzt geändert:
Mastodon API @docs
1 Treffer, Zuletzt geändert:
Where to get started to help improve Friendica @docs
1 Treffer, Zuletzt geändert:
Export / Import of followed Contacts @docs
1 Treffer, Zuletzt geändert:
Remove Account @docs
1 Treffer, Zuletzt geändert:
Scheduler - time controlled publishing @docs
1 Treffer, Zuletzt geändert:
Using SSL with Friendica @docs
1 Treffer, Zuletzt geändert:
Tags and Mentions @docs
1 Treffer, Zuletzt geändert:
Themes @docs
1 Treffer, Zuletzt geändert:
Admin Tools @docs
1 Treffer, Zuletzt geändert:
Export / Import von gefolgten Kontakte @de:docs
1 Treffer, Zuletzt geändert:
remove-account @de:docs
1 Treffer, Zuletzt geändert:
tags-and-mentions @de:docs
1 Treffer, Zuletzt geändert: