FAQ for web developers: Difference between revisions

From diaspora* project wiki
m (whoops. too many braces.)
(Drop i18n template)
 
(10 intermediate revisions by 7 users not shown)
Line 1: Line 1:
= OpenGraph =
== OpenGraph ==


As of version 0.2.0.0, Diaspora [https://github.com/diaspora/diaspora/pull/4215 supports] the use of [http://opengraphprotocol.org/ OpenGraphProtocol], for making a given page on your web site look good when shared in diaspora.
As of version 0.2.0.0, Diaspora [https://github.com/diaspora/diaspora/pull/4215 supports] the use of [http://opengraphprotocol.org/ OpenGraphProtocol], for making a given page on your web site look good when shared in diaspora.


The OpenGraph Meta tags supported are:
The OpenGraph meta tags supported are:
* url
* og:url
* image
* og:image
* title
* og:title
* ob_type
* [http://opengraphprotocol.org/#types og:type]
* description
* og:description


= OEmbed =
== OEmbed ==
OEmbed usage requires being on a whitelist.
OEmbed usage requires being on a whitelist.
== Share on Diaspora Buttons ==
* [http://sharetodiaspora.github.com/about/ Diaspora* Advanced Sharer] is a service to share links to any Diaspora* pod.
* [https://github.com/sebastienadam/simple_diaspora_sharing_button/ Diaspora* Simple Sharer] is PHP scripts to add a share button on your website.
* [http://simounet.github.io/Diaspora-Share-Button/ Diaspora share button] for every pod
* [http://blog.pgs-info.de/index.php/2011/08/24/social-media-buttons-datenschutzkonform German Data Protection Act Button] with regard to German Data Protection Act (German only ATM)
* [http://dl.dropboxusercontent.com/u/22821615/diaspora/html/sharebutton/shareondiaspora.html Share on Diaspora* Animated Buttons] for any pod
* [http://pastebin.com/PxrFauH8 HTML share button for JoinDiaspora] works for any blog or site (simple html), with joindiaspora.com only.
More tools on [[Tools to use with Diaspora]]

Latest revision as of 02:46, 15 October 2018

OpenGraph

As of version 0.2.0.0, Diaspora supports the use of OpenGraphProtocol, for making a given page on your web site look good when shared in diaspora.

The OpenGraph meta tags supported are:

  • og:url
  • og:image
  • og:title
  • og:type
  • og:description

OEmbed

OEmbed usage requires being on a whitelist.

Share on Diaspora Buttons

More tools on Tools to use with Diaspora