[WordPress] 外掛分享: Weekly Fortune Telling Cards

WordPress 外掛 Weekly Fortune Telling Cards 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Weekly Fortune Telling Cards」是 2020-10-02 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2025-04-17,距離現在已有 17 天。
  • 外掛最低要求 WordPress 5.2 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.0 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

powerfortunes |

外掛標籤

powerfortunes | fortune telling | daily horoscopes | weekly horoscopes | fortune telling cards |

內容簡介

Weekly Fortune Telling Cards 外掛程式會顯示每個星座的四張占卜牌,代表該星座的一般運勢。這些卡牌每週更新一次。完整的 PowerFortunes Fortune Telling Cards 牌組包含 32 張卡牌,抽出的四張牌代表該星座的一般運勢。

Weekly Fortune Telling Cards 外掛程式使用液態回應式設計,基於 CSS 網格和 Flexbox。這些內容會自動適應所有設備螢幕大小,並適應大多數範本布局。它們快速加載,且需要非常少的伺服器資源。

Weekly Fortune Telling Cards 外掛程式是自由軟體:您可以根據 GNU 通用公共許可證的條款進行重新分發和/或修改,該許可證由自由軟體基金會發布,版本為2或更高版本。

此 WordPress 外掛程式可在 https://wordpress.org/plugins/weekly-fortune-telling-cards/ 取得。

前端顯示,請使用以下簡碼

將卡牌新增到文章或頁面
這些簡碼放置的位置就會顯示卡牌。

透過 WP 儀表板:
透過 WP 儀表板中的「文章」或「頁面」連結,將以下簡碼新增到現有頁面或文章中。您可以使用「新增」或「編輯」。

將此簡碼新增到文章/頁面的「內容」,以顯示所有12個星座的每週預測:
[weekly_fortune_telling_cards sign=”” allowinfo=””]

將此簡碼新增到文章/頁面的「內容」,以顯示個別星座的週預測:
[weekly_fortune_telling_cards sign=”SIGN NAME” allowinfo=””]
用實際要顯示的星座名稱取代「SIGN NAME」。

直接將簡碼插入 WP 模板的程式碼中:
將這些簡碼放在標記中,卡片顯示的位置隨意:

使用以下簡碼以顯示所有 12 個星座的每週預測:
echo(do_shortcode(‘[weekly_fortune_telling_cards sign=”” allowinfo=””]’));

使用以下簡碼以顯示個別星座的週預測:
echo(do_shortcode(‘[weekly_fortune_telling_cards sign=”” allowinfo=””]’));
用實際要顯示的星座名稱取代「SIGN NAME」。

為幫助使用者了解預測的內容,請將 allowinfo 設置為「yes」,如下所示:
[weekly_fortune_telling_cards sign=”” allowinfo=”yes”]

[weekly_fortune_telling_cards sign=”SIGN NAME” allowinfo=”yes”]

echo(do_shortcode(‘[weekly_fortune_telling_cards sign=”” allowinfo=”yes”]’));

echo(do_shortcode(‘[weekly_fortune_telling_cards sign=”SIGN NAME” allowinfo=”yes”]’));

外部服務

如上所述,Weekly Fortune Telling Cards 外掛程式是基於 PowerFortunes.com Fortune Telling Cards。每個星座每週會在 PowerFortunes.com 伺服器上生成四張占卜牌。此資料是從 PowerFortunes.com 伺服器檢索的,並用於通過 url https://www.powerfortunes.com/amp/weekly-fortunetelling-cards.php 生成此外掛程式的內容。

此外掛程式由 PowerFortunes.com 開發,所有此外掛程式的使用者均可自由檢索生成的資料。

原文外掛簡介

The Weekly Fortune Telling Cards plugin will display four fortune telling cards for each zodiac sign, representing the general fortunes of that sign. These cards update on a weekly basis. A complete deck of PowerFortunes Fortune Telling Cards contains 32 cards and the four cards drawn, represent the general fortunes for that star sign.
The Weekly Fortune Telling Cards plugin use a liquid, responsive design, based on a css grids and flexboxes. This content, will adapt to all device screen sizes and adjust to most template layouts. They are quick to load and require very few server resources.
The Weekly Fortune Telling Cards plugin is free software: You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or any later version.
This WordPress plugin is available at, https://wordpress.org/plugins/weekly-fortune-telling-cards/
For Front End Display, Use These Shortcode
ADD THESE CARDS TO A POST OR A PAGE
The cards will appear where these shortcodes are placed.

Through the WP Dashboard:
Add the following shortcodes to an existing or new page or post, through the ‘Pages’ or ‘Posts’ link in WP Dashboard. You may use ‘Add New’ or ‘Edit’.

Add this shortcode to the post/page ‘Content’, to display the daily predictions for all twelve zodiac signs:
[weekly_fortune_telling_cards sign=”” allowinfo=””]
Add this shortcode to the post/page ‘Content’, to display the daily predictions for an individual zodiac sign:
[weekly_fortune_telling_cards sign=”SIGN NAME” allowinfo=””]
Replace ‘SIGN NAME’ with the name of the zodiac sign to be displayed

By Directly Inserting the Shortcode into the Code of your WP Template:
Place these shortcodes in your mark up, wherever the cards are to be displayed:

To display weekly predictions for all twelve zodiac signs, use:
echo(do_shortcode(‘[weekly_fortune_telling_cards sign=”” allowinfo=””]’));
To display weekly predictions for an individual zodiac signs, use:
echo(do_shortcode(‘[weekly_fortune_telling_cards sign=”” allowinfo=””]’));
Replace ‘SIGN NAME’ with the name of the zodiac sign to be displayed
To help users understand the context of these predictions, please set allowinfo to “yes”, as shown below:
[weekly_fortune_telling_cards sign=”” allowinfo=”yes”]
OR
[weekly_fortune_telling_cards sign=”SIGN NAME” allowinfo=”yes”]
OR
echo(do_shortcode(‘[weekly_fortune_telling_cards sign=”” allowinfo=”yes”]’));
OR
echo(do_shortcode(‘[weekly_fortune_telling_cards sign=”SIGN NAME” allowinfo=”yes”]’));
External Services
As explained above, the Weekly Fortune Telling Cards plugin are based on the PowerFortunes.com Fortune Telling Cards. Four fortune telling cards are generated every Monday on the PowerFortunes.com servers, for each zodiac sign. This data is retrieved from the PowerFortunes.com servers and is used to display the content generated through this plugin through the url, https://www.powerfortunes.com/amp/weekly-fortunetelling-cards.php .
This plugin has been developed by PowerFortunes.com and all users of this plugin, are free to retrieve the data generated through this plugin and display the content so generated, in their WordPress themes, as described above, without any copyright restrictions.
Presently there is no limitation on the amount of data that a user can retrieve from the PowerFortunes.com servers, through the url https://www.powerfortunes.com/amp/weekly-fortunetelling-cards.php, in order to run this plugin, in the manner described above.
PowerFortunes.com does not collect any user or tracking data, such as tracking cookies, pixels etc, through this plugin.
For more details about the code powering this plugin, please go to, https://www.powerfortunes.com/weekly-fortunetellingcards-signs.php
The PowerFortunes.com privacy policy can be found at, https://www.powerfortunes.com/privacy-policy.php
License
This file is part of the Weekly Fortune Telling Cards plugin.
The Weekly Fortune Telling Cards plugin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License or (at your option) any later version.
The Weekly Fortune Telling Cards plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Get a copy of the GNU General Public License in https://www.gnu.org/licenses/.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Weekly Fortune Telling Cards」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.1.0 | 1.2.0 | 1.2.3 | 1.2.4 | 1.2.6 | 1.2.8 | 1.2.9 | 1.3.1 | 1.3.3 | 1.3.5 | trunk |

延伸相關外掛(你可能也想知道)

  • Daily Fortune Telling Cards 》每個星座都有四張占卜牌,代表該星座的一般運勢,而「每日占卜牌」WordPress 外掛能顯示此占卜牌。這些卡片每天更新一次,完整的「PowerFortunes 占卜牌」包...。

文章
Filter
Apply Filters
Mastodon