Search
You can find the results of your search below.
Fulltext results:
- Friendica API entities @docs
- ===== ^ 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
- ="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
- "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
- 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
- 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
- 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 Installation @de:docs
- 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... /MariaDB Datenbank (env MYSQL_DATABASE) * ''-u|–urlpath <url_path>'' Der Pfad Anteil der URL unter de
- Friendica API @docs
- 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
- FAQ / Friendica @faq
- "link"-button (chain-symbol). When you're adding URLs of other webpages with the "link"-button, Friend... 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
- Friendica API @docs
- </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_al
- faq @de:docs
- ton. Wenn Du mit dem Link-Button (Ketten-Symbol) URLs zu anderen Seiten einfügst, versucht Friendica e... 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
- text_editor @de:docs
- mputer hinzufügen. Wenn du eine Internetadresse (URL) eingeben willst, dann kannst du das "Baum"-Symbo... e anklickst, dann kannst du eine Internetadresse (URL) einfügen. Im Editor erscheint automatisch eine ... it dieser Funktion kannst du die Internetadresse (URL) einer Videodatei einfügen. Das Video erscheint ... z.B. WebM oder MP4). Außerdem kannst du hier die URLs von Videos auf Youtube, Vimeo und manchen andere
- Creating posts @docs
- 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
- settings @de:docs
- t, dass kein Limit gesetzt ist. ### Regeln #### URL des weltweiten Verzeichnisses Mit diesem Befehl wird die URL eingestellt, die zum Update des globalen Verzeich... rag* folgt. Hier ist die GUID der letzte Teil der URL in der Adresszeile des Browsers. ## Addon Featur... Adresse untersuchen" zeigt Informationen zu einer URL an, wie Friendica sie wahrnimmt. Mit dem zweiten
- Filtering your Network Stream @docs
- 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