Search
You can find the results of your search below.
Fulltext results:
- Friendica API entities
- ===== ^ 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
- "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
- 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
- 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... atabase (env `MYSQL_DATABASE`) * ''-u|–urlpath <url_path>'' The URL path of Friendica - f.e. '/friend
- Friendica API
- Contact|Contact]] entity for the provided profile URL. === Parameters === * ''%%profileurl%%'': Profile URL ==== GET api/statuses/public_timeline ==== Retu... scale' isn't provided, returned data include full url to each scale of the photo. If 'scale' is set, re... photo", "link": { "<scale>": "url to image", ... }, //
- Creating posts
- 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
- ]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
- Filtering your Network Stream
- 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
- Installing Connectors (Twitter/GNU Social)
- 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
- Homepage Verification
- Which basically is a machine read-able link to an URL in the internet that //is also me//. When to of t... erver ''friendica.example.com'' then your profile URL page is ''https://friendica.example.com/profile/happy''. For this URL you need to add a link from your homepage by addi... ceed to Step 2. ===== Step 2: Enter the Homepage URL into your profile ===== Edit your profile and ad
- Database Tables
- iendica/src/branch/develop/doc/database/db_parsed_url.md|parsed_url]] |cache for ‘parse_url’ queries
- Connectors
- 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
- Twitter API
- 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
- Making Friends
- 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
- Friendica API
- > def tweet(server, message, group_allow=None): url = server + '/api/statuses/update' urllib2.urlopen(url, urllib.urlencode({'status': message,'group_allow