About Us 關於我們

 ⮚【揀飲.簡食記】的使命

小時候不少人都被父母訓斥「揀飲擇食」,長大成人後才發現「識飲識食」才是生活享受。生在這個世代,見證世界正崩壞,學懂照顧自己,好好生活,就是最好的安排。「揀飲」、「簡單食」的「記錄」,就是我們創立這份網上雜誌的目的,亦是我們網站【揀飲.簡食記】名字的由來。

正因為科技進步,資訊碎片化,人人都可以成為食評家。坊間飲食網站充斥「鱔稿」、「打手」,想看真實、貼地的食評、遊記,實在愈來愈難。

【揀飲.簡食記】希望打破既有格局,不忘初心,因此團隊有三大堅持:

1. 堅持團隊親身體驗、分享第一手食評,真金白銀付出品嚐各地美食,以最簡明扼要的圖片與文字,分享屬於香港人的良心美食推介。

2. 堅持精挑細選各地最新最火熱的旅遊資訊,以親身旅遊體驗,全面分析,為讀者們提供行程建議。

3. 堅持搜羅在香港生活的大小事及著數情報,即使在最壞的時代,也要與身邊人一起共渡每個假日好時光。

【揀飲.簡食記】堅持報道真實,報真相、講人話,做一本貼地、尋真的美食、旅遊、生活雜誌!

 ⮚想支持我們?

感謝讀者一直以來對我們的支持,成就我們這幾年間的成長。

記緊追蹤我們的社交媒體,緊貼我們的更新:
🔖Facebook: 揀飲.簡食記
🔖MeWe:  揀飲.簡食記
🔖Instagram: kansbestpick
📹Youtube: 香港生活台


如欲進一步支持我們的運作,可以透過我們的網上商店【BEST CLUB】購買贊助商品,支持我們網站的營運經費。

 ⮚有話對我們說?

歡迎在網站上的FB MESSENGER DM我們,或將意見電郵至support@kansbestpick.com
您的意見,我們十分重視!

0 個留言

揀.食嘢💛 | FOODIE PICK 更多 »
揀.到會💛 | PARTY PICK 更多 »
揀.著數嘢 | JETSO PICK 更多 »
我係波板糖!🍭 | I'M LOLLYPOP 更多 »
`; // Append the card to the container container.appendChild(card); } } else { container.innerHTML = '

No posts found.

'; } } document.addEventListener("DOMContentLoaded", function() { // Fetch posts for PARTY PICK const partyLabel = "香港-美食地圖-派對到會"; // Specify your label here const partyUrl = `https://kansbestpick.com/feeds/posts/default/-/${encodeURIComponent(partyLabel)}?alt=json-in-script&callback=displayPartyPosts`; // Create a script element to fetch the JSONP data for PARTY PICK const partyScript = document.createElement('script'); partyScript.src = partyUrl; document.body.appendChild(partyScript); }); function displayPartyPosts(data) { const container = document.querySelector("#party-food .home-card-container"); // Targeting the card-container in PARTY PICK section // Clear existing content container.innerHTML = ''; // Check if there are entries if (data.feed.entry) { const numPosts = Math.min(data.feed.entry.length, 3); // Limit to 3 posts for (let i = 0; i < numPosts; i++) { const entry = data.feed.entry[i]; const title = entry.title.$t; // Get the post title const imageUrl = entry.media$thumbnail ? entry.media$thumbnail.url.replace(/\/s[0-9]+/, '/s800') : 'https://via.placeholder.com/800'; // Default image if none available const postUrl = entry.link.find(link => link.rel === 'alternate').href; // Extract post URL // Create card element const card = document.createElement('div'); card.className = 'home-card'; // Add a class for styling // Add image, title, and button to the card card.innerHTML = ` ${title} `; // Append the card to the container container.appendChild(card); } } else { container.innerHTML = '

No posts found.

'; } } document.addEventListener("DOMContentLoaded", function() { // Fetch posts for JETSO PICK const jetsoLabel = "揀飲簡食記讀者尊享-獨家優惠"; // Specify your label here const jetsoUrl = `https://kansbestpick.com/feeds/posts/default/-/${encodeURIComponent(jetsoLabel)}?alt=json-in-script&callback=displayJetsoPosts`; // Create a script element to fetch the JSONP data for JETSO PICK const jetsoScript = document.createElement('script'); jetsoScript.src = jetsoUrl; document.body.appendChild(jetsoScript); }); function displayJetsoPosts(data) { const container = document.querySelector("#jetso .home-card-container"); // Targeting the card-container in JETSO PICK section // Clear existing content container.innerHTML = ''; // Check if there are entries if (data.feed.entry) { const numPosts = Math.min(data.feed.entry.length, 3); // Limit to 3 posts for (let i = 0; i < numPosts; i++) { const entry = data.feed.entry[i]; const title = entry.title.$t; // Get the post title const imageUrl = entry.media$thumbnail ? entry.media$thumbnail.url.replace(/\/s[0-9]+/, '/s800') : 'https://via.placeholder.com/800'; // Default image if none available const postUrl = entry.link.find(link => link.rel === 'alternate').href; // Extract post URL // Create card element const card = document.createElement('div'); card.className = 'home-card'; // Add a class for styling // Add image, title, and button to the card card.innerHTML = ` ${title} `; // Append the card to the container container.appendChild(card); } } else { container.innerHTML = '

No posts found.

'; } } document.addEventListener("DOMContentLoaded", function() { // Fetch posts for I'M LOLLYPOP const lollypopLabel = "香港-本地音樂-廣東歌-Lolly Talk"; // Specify your label here const lollypopUrl = `https://kansbestpick.com/feeds/posts/default/-/${encodeURIComponent(lollypopLabel)}?alt=json-in-script&callback=displayLollypopPosts`; // Create a script element to fetch the JSONP data for I'M LOLLYPOP const lollypopScript = document.createElement('script'); lollypopScript.src = lollypopUrl; document.body.appendChild(lollypopScript); }); function displayLollypopPosts(data) { const container = document.querySelector("#lollytalk-lollipop .home-card-container"); // Targeting the card-container in I'M LOLLYPOP section // Clear existing content container.innerHTML = ''; // Check if there are entries if (data.feed.entry) { const numPosts = Math.min(data.feed.entry.length, 3); // Limit to 5 posts for (let i = 0; i < numPosts; i++) { const entry = data.feed.entry[i]; const title = entry.title.$t; // Get the post title const imageUrl = entry.media$thumbnail ? entry.media$thumbnail.url.replace(/\/s[0-9]+/, '/s800') : 'https://via.placeholder.com/800'; // Default image if none available const postUrl = entry.link.find(link => link.rel === 'alternate').href; // Extract post URL // Create card element const card = document.createElement('div'); card.className = 'home-card'; // Add a class for styling // Add image, title, and button to the card card.innerHTML = ` ${title} `; // Append the card to the container container.appendChild(card); } } else { container.innerHTML = '

No posts found.

'; } } -->



揀.東京自由行 | TOKYO PICK更多 »
`; // Append the card to the container container.appendChild(card); } } else { container.innerHTML = '

No posts found.

'; } } -->
揀.旅行✈️ | TRAVEL PICK 更多 »
`; // Append the card to the container container.appendChild(card); } } else { container.innerHTML = '

No posts found.

'; } } -->
揀.酒店 | HOTEL PICK
揀.香港一日遊 | HK PICK 更多 »
`; // Append the card to the container container.appendChild(card); } } else { container.innerHTML = '

No posts found.

'; } } -->