葉立斌
2013年8月30日 12:49
");
$(".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();
});
}
//-------------------
});
-
上個月底,台灣網路廣告代理商之間就盛傳 Yahoo 打算關閉無名小站(圖片來源:swanky, CC Licensed)
科技中心/綜合報導
台灣網路公司雅虎奇摩(Yahoo!)宣布將在12月26日終止無名小站部落格服務,這個開創Web2.0風潮,培養多位知名部落客,且滿載多位部落客回憶的部落格始祖,即將走入歷史;而近來網路廣告代理商的謠言也一語成讖。
聲明稿指出,全球Yahoo!緊鑼密鼓推出大量服務,例如電子信箱、天氣APP以及超級商城手機版等行動化服務,並且收購深獲年輕人喜愛的輕網誌Tumblr、針對網路相簿服務Flickr大規模改版,提供免費1TB儲存空間,並在台灣正式推出Flickr服務。為了聚焦在優化核心產品和加速開發創新服務,因此宣布在2013年12月26日終止Yahoo!奇摩無名小站。
對於現在使用者的權益,雅虎奇摩提供幾個解決辦法:網友可選擇將照片分享到全新的Flickr,並與中華電信合作,希望網友將過往的寶貴記錄,搬移到部落格服務Xuite隨意窩。9月2日起,開放網友資料備份下載、輕鬆搬家、新網址宣傳、與VIP付費網友的退費。
不過不少網友對此並不感到驚訝,因為過去就常傳出無名小站上傳系統慢吞吞等抱怨,加上知名部落客彎彎、四小折等宣布將部落格移轉至其他平台,無名小站至此,可說走入了「後無名」時期。
關鍵字:
無名小站
雅虎奇摩
Yahoo
部落格
留言列表