(文章来源:春泥博客)Google 已经在 Picasa Web Album已经在其照片搜索的模块加入了Adwords 广告。如下图:
原文链接:http://www.shiyimin.com.cn/post/Picasa_web_album_search_ad.html
(文章来源:春泥博客)Google 已经在 Picasa Web Album已经在其照片搜索的模块加入了Adwords 广告。如下图:
原文链接:http://www.shiyimin.com.cn/post/Picasa_web_album_search_ad.html
<script src="http://www.google.com/jsapi/?key=你申请的API KEY" type="text/javascript"></script>代码完。
<script src="http://www.google.com/uds/solutions/slideshow/gfslideshow.js" type="text/javascript"></script>
<STYLE type=text/css>
.gss A IMG {
BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.gss {
WIDTH: 300px; COLOR: #dddddd; HEIGHT: 300px; BACKGROUND-COLOR: #FFFFFF
}
</STYLE>
<SCRIPT type=text/javascript>
function load() {
var feed = "你的RSS地址例如:http://picasaweb.google.com/data/feed/*******";
var options = {
displayTime: 2000,
transistionTime: 600,
numResults : 50,
scaleImages : true,
maintainAspectRatio : true,
thumbnailSize : GFslideShow.THUMBNAILS_LARGE ,
linkTarget : google.feeds.LINK_TARGET_BLANK
};
new GFslideShow(feed, "slideshow", options);
}
google.load("feeds", "1");
google.setOnLoadCallback(load);
</SCRIPT>
<DIV class=gss id=slideshow>正在读取相片..</DIV>