You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Manual:Extension/BlueSpiceSocialMicroBlog"
[quality revision] | [quality revision] |
(Tag: 2017 source edit) |
(Tag: Visual edit) |
Microblogs work exactly like regular blogs. Unlike blogs, however, they do not have a separate title field. Users simply provide a quick message in a single text field.
Microblog syntax[edit | edit source]
To include a microblog on a page, copy the following tag. An explanation of the individual paramters is available on the help page for blogs: {{#tag:bs:timeline|
{
"showentitylistmenu": false,
"preloadedentities": [{
"type": "microblog"
}],
"headlinemessagekey": "Letzte Kurznachrichten",
"showheadline": false,
"limit": 3,
"sort": [ {
"property": "timestampcreated",
"direction": "DESC"
}
],
"lockedfilternames": [
"type"
],
"outputtypes": {
"microblog": "Default"
},
"filter": [ {
"type": "list",
"property": "type",
"value": [ "microblog" ],
"comparison": "ct"
}, {
"type": "boolean",
"property": "archived",
"value": false,
"comparison": "eq"
}
]
}
}}
{{DISPLAYTITLE:Microblog}} Microblogs work exactly like regular blogs. Unlike blogs, however, they do not have a separate title field. Users simply provide a quick message in a single text field. == Microblog syntax == To include a microblog on a page, copy the following tag. An explanation of the individual paramters is available on the [[Manual:Extension/BlueSpiceSocialBlog|help page for blogs]]:<syntaxhighlight lang="text"> {{#tag:bs:timeline| { "showentitylistmenu": false, "preloadedentities": [{ "type": "microblog" }], "headlinemessagekey": "Letzte Kurznachrichten", "showheadline": false, "limit": 3, "sort": [ { "property": "timestampcreated", "direction": "DESC" } ], "lockedfilternames": [ "type" ], "outputtypes": { "microblog": "Default" }, "filter": [ { "type": "list", "property": "type", "value": [ "microblog" ], "comparison": "ct" }, { "type": "boolean", "property": "archived", "value": false, "comparison": "eq" } ] } }} </syntaxhighlight>This produces a microblog that looks like this: [[File:Manual:blog-microblog-beispiel-en.png|alt=Microblog with open text input field|center|thumb|577x577px|Microblog with open text input field]] <br /> {{Translation}}
Line 3: | Line 3: | ||
Microblogs work exactly like regular blogs. Unlike blogs, however, they do not have a separate title field. Users simply provide a quick message in a single text field. | Microblogs work exactly like regular blogs. Unlike blogs, however, they do not have a separate title field. Users simply provide a quick message in a single text field. | ||
− | == Microblog syntax == | + | ==Microblog syntax== |
To include a microblog on a page, copy the following tag. An explanation of the individual paramters is available on the [[Manual:Extension/BlueSpiceSocialBlog|help page for blogs]]:<syntaxhighlight lang="text"> | To include a microblog on a page, copy the following tag. An explanation of the individual paramters is available on the [[Manual:Extension/BlueSpiceSocialBlog|help page for blogs]]:<syntaxhighlight lang="text"> | ||
Line 40: | Line 40: | ||
} | } | ||
}} | }} | ||
− | </syntaxhighlight><br /> | + | </syntaxhighlight>This produces a microblog that looks like this: |
+ | [[File:Manual:blog-microblog-beispiel-en.png|alt=Microblog with open text input field|center|thumb|577x577px|Microblog with open text input field]] | ||
+ | |||
+ | |||
+ | <br /> | ||
{{Translation}} | {{Translation}} |