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_
- 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, PDO, mbstrings, MySQLi, hash, xml, zip and O... 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. ‘/friendica’) * ''FRIENDICA_PHP_PATH'' The path of the PHP bi
- 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
- 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 / 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
- 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
- Abstracts @docs
- ]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
- Installing Connectors (Twitter/GNU Social) @docs
- 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
- Connectors @docs
- nnect with an OStatus member insert their profile URL or Identity address into the Connect box on your ... ss, RSS feeds, arbitrary web pages ===== Put the URL into the Connect box on your Contacts page. Pleas... figured on your node. If this is the case put the URL of the Twitter member’s main page into the Connec
- Making Friends @docs
- eople to remember. You //could// also put in the URL of your “home” page, such as “http:%%//%%demo.fri... iends across networks. Likwise you can put in the URL to Alice’s gnusocial.net page, if you wish. Note:... sions of GNU Social software may require the full URL to your profile and may not work with the identit
- Twitter API @docs
- ofile]] * Unsupported parameters: * ''%%url%%'' * ''%%location%%'' * ''%%profile_... return value: * ''%%image.friendica_preview_url%%'': image preview url * [[https://developer.twitter.com/en/docs/media/upload-media/api-reference/p
- Database Tables @docs
- iendica/src/branch/develop/doc/database/db_parsed_url|parsed_url]] |cache for ‘parse_url’ queries
- Settings @docs
- == === Global Directory === This configures the URL to update the global directory, and is supplied i... ' page of the posting, it is the last part of the URL displayed in the browsers navigation bar. You can... , the config would be: <code> 'system' => [ 'urlpath' => 'tests/friendica', ], </code> ===== Other