Yvette Lee
2013年8月30日 17:37
");
$(".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!奇摩宣布將於12月26日終止無名小站服務。(圖/翻攝網路)
記者李宜庭/綜合報導
「無名小站」在網路上曾經佔有極高的使用率,不少知名部落客更是透過無名小站累積人氣因而成名。隨著使用無名小站的會員增多,它的功能也漸漸增多、一日日壯大,但曾經站在高峰上的它,現在卻面臨關閉的下場。
相信不少人皆曾為無名小站使用者的一員,堪稱台灣部落格始祖的無名小站由BBS起家,不僅因應數位相機普及,推出網路相簿服務,還有其網誌、留言板等功能都將網路文化推向頂端。
無名小站疑似因流量過大造成網站負擔、網路頻寬不足等因素,宣布與雅虎奇摩合併,以便讓註冊會員能夠享有更好的服務品質,而雅虎也取得無名小站100%的股權。
不過,最具爭議的一點即為無名小站在集資成立公司時,曾招收白金卡會員,並聲稱前2千名白金會員只需繳交1000元的會員費,除了可先擁有無名小站推出的優惠服務外,還允諾白金會員可享有公司股票的優先認股權。
但在無名小站與雅虎奇摩併購後,卻未遵守承諾,對白金會員的權益置之不理,僅將白金會員的優先認股權更改為好禮三選一,稱他們僅能在一年期金卡VIP、個人部落格出版,以及現金500元的三項方案中擇一作為補償,引起白金會員的不滿。
另外,無名小站在新增的功能上也引發不少爭議,包括曾強行更換會員個人名片功能,並置入新的個人入口首頁,引起相當多會員抗議,最後只好改由兩種頁面並存;而「誰來我家」功能當時也讓不少會員認為涉及隱私。
(接下一頁)
關鍵字:
無名小站
雅虎
奇摩
白金會員
社群網站
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:
留言列表