Linux 软件免费装
Banner图

Include Fussball.de Widgets

开发者 mheob
更新时间 2024年7月23日 21:45
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.6
版权: GPL2
版权网址: 版权信息

标签

widget gutenberg fussball fussball.de

下载

3.2.1 3.3.2 3.3.3 3.3.4 3.3.5 3.4.0 3.7.0 4.0.0 2.2.2 1.6.1 3.1.3 3.5.0 3.6.0

详情介绍:

A WordPress plugin for the easy integration of the fussball.de widgets. Integrate the fussball.de widgets with the help of one of the three helpers All three variants are supported. For the "old" widgets from fussball.de and the new type from next.fussball.de. The integration process is almost identical for both types.

安装:

  1. Install the Fussball.de widget either via the WordPress.org plugin directory or by uploading the files to your server.
  2. Activate the plugin via the 'Plugins' menu in WordPress.
  3. You can use the plugin in several ways. As a shortcode, WordPress widget and also as an integrated Gutenberg block.
  4. Use the following shortcode
  5. For the old version: [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]
  6. For the new variant: [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]
  7. Use the Gutenberg block with the search pattern /fubade.
  8. The usual WordPress widgets are also possible.

升级注意事项:

  • use new fussball.de API and remove BorlabsCookie integration (BREAKING CHANGE!)

常见问题:

Where can I get the website key (old version)

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.

Where do I get the necessary information (new variant)

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: ` `

How should I write the shortcode (old variant)

[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.

How should I write the shortcode (new variant)

[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.

What is the 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.

What is the 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.

What is the 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.

What is 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.

What is the notice as {note}?

The description can be entered according to your own wishes. NOTE is optional and can be omitted.

What is the 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.

What is the 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.

What can I do if the plugin does not work

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.

How can I participate in the development?

The latest state of development is available at any time in my GitHub repository. Look around there.

更新日志:

4.0.0 - 2024-07-23 Added Changed Refactored 3.7.0 - 2022-02-08 Added 3.6.0 - 2021-10-05 Added 3.5.0 - 2021-02-18 Added 3.4.0 - 2020-11-02 Added 3.3.5 - 2020-10-14 Fixed 3.3.4 - 2020-09-25 Fixed 3.3.3 - 2020-09-11 Fixed 3.3.2 - 2020-08-21 Fixed 3.3.1 - 2020-08-21 Fixed 3.3.0 - 2020-08-06 Added 3.2.1 - 2020-05-01 Fixed 3.2.0 - 2020-04-14 Added Fixed Changed 3.1.3 - 2020-02-16 Fixed 3.1.2 - 2020-01-21 Fixed 3.1.1 - 2020-01-21 Fixed 3.1.0 - 2020-01-21 Added Changed 3.0.5 - 2019-10-13 Fixed 3.0.4 - 2019-10-08 Added Fixed 3.0.3 - 2019-09-24 Fixed 3.0.2 - 2019-09-23 Added 3.0.1 - 2019-09-19 Fixed 3.0.0 - 2019-09-16 Added Changed Fixed 2.2.2 - 2019-06-20 Fixed 2.2.1 - 2019-06-09 Fixed 2.2.0 - 2019-06-05 Fixed Added Changed 2.1.1 - 2019-03-25 Fixed 2.1.0 - 2019-03-03 Added 2.0.3 - 2019-01-27 Fixed 2.0.2 - 2018-11-28 Added 2.0.1 - 2018-11-24 Fixed 2.0.0 - 2018-11-24 Added Changed 1.6.1 - 2018-03-26 Fixed 1.6.0 - 2018-03-17 Fixed 1.5.5 - 2018-02-06 Changed Added 1.5.4 - 2018-01-17 Added 1.5.3 - 2017-11-13 Added 1.5.2 - 2017-11-01 Added 1.5.1 - 2017-08-30 Fixed 1.5.0 - 2017-08-26 Added Changed 1.4.0 - 2017-08-23 Fixed 1.3.0 - 2017-08-23 Fixed 1.2.0 - 2017-08-23 Fixed 1.1.0 - 2017-08-23 Fixed 1.0.0 - 2017-08-22