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

首頁外掛目錄 › Daily Fortune Telling Cards
WordPress 外掛 Daily Fortune Telling Cards 的封面圖片
10+
安裝啟用
尚無評分
38 天前
最後更新
問題解決
WordPress 5.2+ PHP 7.0+ v1.3.7 上架:2020-09-29

內容簡介

每個星座都有四張占卜牌,代表該星座的一般運勢,而「每日占卜牌」WordPress 外掛能顯示此占卜牌。這些卡片每天更新一次,完整的「PowerFortunes 占卜牌」包含 32 張卡片,所抽取的四張牌會代表該星座的一般運勢。此外掛使用流動式回應式設計,基於 CSS 網格和彈性盒子,可適應所有裝置屏幕大小和大多數模板版面配置。它們加載速度快,需要很少的伺服器資源。

此外掛是自由軟體,您可以在自由軟體基金會公佈的 GNU 通用公眾許可證的版本 2 或任何更高版本下重新分發或修改它。

這個 WordPress 外掛可於 https://wordpress.org/plugins/daily-fortune-telling-cards/ 下載。

以下是用於前端顯示的簡碼:

將卡片添加至文章或頁面:
這些簡碼可指定位置顯示卡片。

1. 透過 WP 控制台:
透過「頁面」或「文章」鏈結,將下列簡碼添加至現有或新的頁面或文章。您可以使用「新增」或「編輯」。

顯示所有十二個星座的每日預言,使用此簡碼:
[fortune_telling_cards sign=”” allowinfo=””]

顯示每個星座的每日預言,使用此簡碼:
[fortune_telling_cards sign=”星座名稱” allowinfo=””]
請將「星座名稱」 替換為要顯示的星座名稱。

2. 直接將簡碼插入 WP 模板內容:
將下列簡碼放置在標記中,以指定卡片顯示的位置:

顯示所有十二個星座的每日預言,使用此簡碼:
echo(do_shortcode(‘[fortune_telling_cards sign=”” allowinfo=””]’));

顯示每個星座的每日預言,使用此簡碼:
echo(do_shortcode(‘[fortune_telling_cards sign=”星座名稱” allowinfo=””]’));
請將「星座名稱」替換為要顯示的星座名稱。

為了讓用戶了解這些預測的內容,請將 allowinfo 設置為 “yes”,如下所示:
[fortune_telling_cards sign=”” allowinfo=”yes”]

[fortune_telling_cards sign=”星座名稱” allowinfo=”yes”]

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

echo(do_shortcode(‘[fortune_telling_cards sign=”星座名稱” allowinfo=”yes”]’));

外掛是基於 PowerFortunes.com 的占卜牌。每天,PowerFortunes.com 的服務器為每個星座生成四張占卜牌,此插件獲取此數據並通過 https://www.powerfortunes.com/amp/daily-fortunetelling-cards.php 顯示生成的內容。此外掛是由 PowerFortunes.com 開發的,此外掛的所有使用者都可以自由檢索透過此外掛生成的數據並顯示所生成的內容。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.3.7) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Daily Fortune Telling Cards」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

The Daily 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 daily 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 Daily 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 Daily 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/daily-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:
[fortune_telling_cards sign=”” allowinfo=””]
Add this shortcode to the post/page ‘Content’, to display the daily predictions for an individual zodiac sign:
[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 daily predictions for all twelve zodiac signs, use:
echo(do_shortcode(‘[fortune_telling_cards sign=”” allowinfo=””]’));
To display daily predictions for an individual zodiac signs, use:
echo(do_shortcode(‘[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:
[fortune_telling_cards sign=”” allowinfo=”yes”]
OR
[fortune_telling_cards sign=”SIGN NAME” allowinfo=”yes”]
OR
echo(do_shortcode(‘[fortune_telling_cards sign=”” allowinfo=”yes”]’));
OR
echo(do_shortcode(‘[fortune_telling_cards sign=”SIGN NAME” allowinfo=”yes”]’));
External Services
As explained above, the Daily Fortune Telling Cards plugin are based on the PowerFortunes.com Fortune Telling Cards. Four fortune telling cards are generated everyday 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/daily-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/daily-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/zodiac-sign-fortunetellingcards.php
The PowerFortunes.com privacy policy can be found at, https://www.powerfortunes.com/privacy-policy.php
License
This file is part of the Daily Fortune Telling Cards plugin.
The Daily 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 Daily 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/.

延伸相關外掛

文章
Filter
Mastodon