[WordPress] 外掛分享: British Foreign Office Travel Advice

前言介紹

  • 這款 WordPress 外掛「British Foreign Office Travel Advice」是 2014-10-21 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2014-10-24,距離現在已有 3845 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.8 以上版本才可以安裝。
  • 有 1 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

mattaitch |

外掛標籤

advice | travel | holiday | expedition | british foreign office |

內容簡介

英國外交部的資料包括了全球各國的安全和保安、恐怖主義、當地法律和風俗習慣、入境要求、衛生和其他旅遊相關議題的資訊。

該外掛有兩種數據顯示方式:

透過 AJAX 獲取並透過按鈕顯示數據

進入頁面時直接載入數據

操作指南

1)安裝和啟用外掛。

2)建立一個名為「geo_country」的自訂元標記到任何一篇文章,並在其內添加您要獲取資訊的國家。英國外交部網站提供一個完整的國家列表。

3)有兩種短碼可供使用:

[fo-advice] – 隨著頁面載入,獲得的資訊會以手風琴形式顯示。

[fo-advice-button] – 創造一個按鈕,當用戶點擊後,用 AJAX 獲取和顯示資訊。

範例

隨著頁面載入,讀取資訊

使用按鈕和 AJAX 載入數據

建議

建立一個名為「BFO Advice」的文章小工具,

將短碼放在純文字區域中:

將下面的程式碼放入您的小工具區域中。當偵測到元標記「geo_country」時,才會顯示小工具。

/* 搜尋文章中的特定自訂欄位 geo_country,如果找到該欄位,顯示小工具 */
$themeta = get_post_meta($pageID);
if (array_key_exists("geo_country",$themeta))
{
utopia_get_foreign_office();
};
function utopia_get_foreign_office(){
echo '

';
echo '

Foreign Office Advice

';
echo do_shortcode('');
echo '
';
};
?>

數據顯示的格式在 index.php 頁面的底部(從 207 行起)。

您可以通過取消註釋第 208 行代碼,為其添加標題。代碼排版相對簡單易懂,您可以重新排版以適應實際使用情況。

警告!元素和它們的 class/ID 與手風琴相關聯,有關手風琴的參考和選項,請參閱 www.snyderplace.com。

捐贈

您可以 捐贈以示感謝!

補充資訊

感謝 www.snyderplace.com 提供的 JQuery 手風琴。

原文外掛簡介

British Foreign Office data includes information on safety and security, terrorism, local laws and customs, entry requirements, health and other aspects of travel for countries across the globe.
You can display the data in two ways:

Via a button which pulls through the data via ajax

Loads the data directly while loading the page

Directions
1) Install the plugin
2) Create a custom meta tag called ‘geo_country’ to any post, adding the country you want information for. A full list of countries is available from the BFO website.
3) There are two shortcodes you can use:
[fo-advice] – gets info as the page loads (displayed in an accordion type box)
[fo-advice-button] creates a button which when clicked, will retrieve and display the data via ajax.
Demos
Info loading as the page loads
Button and ajax loading
Suggestions
Create a text widget with a title called ‘BFO Advice’
Drop the shortcode in the text area.
or
Drop the code below into your widgets area of your code. It will only display a widget if the meta tag ‘geo_country’ is detected.
';
echo '

Foreign Office Advice

';
echo do_shortcode('');
echo '

';
};
?>

The way the information is formatted into elements is near the bottom of index.php (line 207 onwards). You can add a title by unremarking line 208. We’ve deliberately left the code with lots of space and relatively easy to understand so you can reformat how you see fit.
Beware! The elements and their classes / IDs are tied in to the accordion. For the accordion reference and options see www.snyderplace.com
Donate
You can always donate as a way of saying thanks!
Additional Info
Thanks to www.snyderplace.com for the JQuery Accordion.

各版本下載點

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

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


1.0 |

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

暫無相關外掛推薦。

文章
Filter
Apply Filters
Mastodon