葉立斌
2013年6月23日 11:40
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-

愛評網推出愛評開店通,讓特色小店能有全新的行銷方式。(圖/翻攝網路)
記者葉立斌/台北報導
全台最大美食資訊分享平台「iPeen愛評網」,推出首創O2O(Online to Offline)平板店家營運系統「愛評開店通」,透過平版系統讓提供各種服務與料理的店家,能夠有更多的行銷管道。
O2O指在網路上提供優惠或是訂購服務,再將消費者拉到實體通路來消費的行銷模式,團購網Groupon即為一例。2013年,日本NEC對iPeen投入500萬美金,即是看中美食市場與網路商機,因此NEC提供資料分析技術,結合美食社群,發展線上到線下的的O2O行銷模式,推出愛評開店通。
執行長何吉弘表示,雲端科技與美食市場的結合為趨勢。早在2006年,他們就蒐羅店家資訊,並提供查詢、配對服務。到了2012年,年營收已超過4千萬台幣,且擁有20萬筆商家資訊,每月不重複到訪人數7百萬人。
在管理上,該程式可統計消費者年齡區間,並針對熟客提供熟客券。以行銷來說,他們可以選擇是否提供折價券,或是針對有提供個資的顧客發送優惠訊息或生日祝福。透過資料庫建立O2O行銷模式,為小額創業者提供低成本營運平台,以及客製化行銷模式,讓顧客回流率提高三倍,一改過去「微型創業,大家都看衰」的狀況。愛評開店通在上市前便廣受矚目。
關鍵字:
iPeen
愛評網
開店通
微型創業
小額創業
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html