[fubade api="{32-digit API}" notice="{Note}" fullWidth={iframe in full width} devtools={output of DevTools}]
e.g. [fubade api="020EXXXXXG000000VS54XXXXXSGIXXME" notice="Standings U19" fullWidth=true devtools=false]
[fubade api="{36-digit data-id}" type="{data-type}" notice="{note}" fullWidth={iframe in full width} devtools={output of DevTools}]
e.g. [fubade api="299e1496-abcd-abcd-1234-8880c7270477" notice="Standings U19" fullWidth=true devtools=false]
/fubade
.You can get the required key from fussball.de in your widgets (https://www.fussball.de/account.admin.widgets). In the overview of your widget you will find the item Website key
. This is the required character string.
You can obtain the required data from next.fussball.de in your widgets (https://next.fussball.de/widgets). There you click on the button "to widget". Then click on "Show code" in the left column. The lower code block contains the necessary information. For example like this: ` `
[fubade api="{32-digit API}" notice="{Note}" fullWidth={iframe in full width} devtools={output of the DevTools}]
e.g. like this: [fubade api="020EXXXXXG000000VS54XXXXXSGIXXME" notice="Standings U19" fullWidth=true devtools=false]
The fields notice
, fullWidth
and devtools
are optional and do not have to be set.
[fubade api="{36-digit data-id}" type="{data-type}" notice="{notice}" fullWidth={iframe in full width} devtools={output of the DevTools}]
e.g.[fubade api="299e1496-abcd-abcd-1234-8880c7270477" notice="Standings U19" fullWidth=true devtools=false]
The fields notice
, fullWidth
and devtools
are optional and do not have to be set.
api
(old: {32-digit API}
)The 32-digit ID (the website key) from the official Fußball.de widget must be entered here. The API is required.
api
(new: {36-digit data-id}
)The 36-digit ID (found as data-id
) from the official Fußball.de widget must be entered here.
The API is required.
type
(only new: {data-type}
)The 36-digit ID (found as data-id
) from the official Fußball.de widget must be entered here.
The TYPE is only available for the new widget. It is required there.
classes
as space-separated {CSS classes}
?You can add your own CSS classes to each widget to design it manually. For example, a fixed height or something similar can be set. The CSS CLASSES are optional and can be omitted.
notice
as {note}
?The description can be entered according to your own wishes. NOTE is optional and can be omitted.
fullWidth
as {iframe in full width}
The IFRAME IN FULL WIDTH can be set to the full width of 100% for the parent element.
Only true
or 1
are possible as values.
The default value is false
or 0
.
IFRAME IN FULL WIDTH is optional and can be omitted.
devtools
as {output of the DevTools}
?The PRINT DEVTOOLS can help the creator to retrieve debugging information.
Only true
or 1
are possible as values.
The default value is false
or 0
.
DEVTOOLS output is optional and can be omitted.
The first point of reference should always be the official support forum on wordpress.org or also the problem area on GitHub.
The wrong quotation marks are also often used. The normal "
character must be used here.
The curly brackets from my examples above should only indicate placeholders. These are also often inserted with which is not correct.
The latest state of development is available at any time in my GitHub repository. Look around there.
wp-blocks
class to increase css hierarchy.idn_to_ascii
function without parameter to fix an issue on Mitwald server.$_SERVER["HTTP_HOST"]
.$_SERVER['SERVER_NAME']
is set to a default value to prevent an error during wp-cli updates.