구글 API를 활용한 뉴스 목록 가져오기

<html>
<head>
    <title>http://www.blueb.co.kr</title>

<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAdV0OihhLfo4ru8N1BXzlWxSJ87f2VNqmObhB7kj4DJwDOGkiiBR3Nh79Pxxmk0DgEb3TTwZHI-Fp1g"></script>
<script type="text/javascript" src="http://www.blueb.co.kr/SRC/javascript/js/gfeedfetcher.js"></script>
<style type="text/css">
.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}

#example3 a{ /*CSS specific to demo 3*/
color: #D80101;
text-decoration: none;
font-weight: bold;
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

code{ /*CSS for insructions*/
color: red;
}
</style>
</head>
</body>


<b>Example 1: (Single RSS feed, 10 entries, "<code>date</code>" field enabled, sort by <code>title</code>)</b><p>
<a href="javascript:cssfeed.init()"><B>본 항목을 새로고침</B></a><br>
<script type="text/javascript">
var cssfeed=new gfeedfetcher("example1", "example1class", "")
    cssfeed.addFeed("문화일보", "http://news.naver.com/rss/rss_presscenter.nhn?office_id=021") //RSS주소 및 제목
    cssfeed.displayoptions("date") //날짜 필드 보여주기
    cssfeed.setentrycontainer("li") //정렬은 Li태그로
    cssfeed.filterfeed(10, "title") //목록은 10개
    cssfeed.init() //Always call this last
</script>
<br><br>

<b>Example 2: (Two RSS feeds, 6 entries, "<code>label"</code>, "<code>datetime</code>", and "<code>snippet</code>" fields enabled, sort by <code>label</code>)</b><p>
<a href="javascript:socialfeed.init()"><B>본 항목을 새로고침</B></a><br>
<script type="text/javascript">
var socialfeed=new gfeedfetcher("example2", "example2class", "_new")
    socialfeed.addFeed("동아일보", "http://news.naver.com/rss/rss_presscenter.nhn?office_id=020") //Specify "label" plus URL to RSS feed
    socialfeed.addFeed("조선일보", "http://news.naver.com/rss/rss_presscenter.nhn?office_id=023") //Specify "label" plus URL to RSS feed
    socialfeed.displayoptions("label datetime snippet") //show the specified additional fields
    socialfeed.setentrycontainer("div") //Display each entry as a DIV
    socialfeed.filterfeed(6, "label") //Show 6 entries, sort by label
    socialfeed.init() //Always call this last
</script>
<br><br>

 

<b>Example 3: (Three RSS feeds, 8 entries, "<code>datetime</code>" and "<code>snippet</code>" fields enabled, sort by <code>date</code>)</b><p>
<a href="javascript:newsfeed.init()"><B>본 항목을 새로고침</B></a><br>

<script type="text/javascript">
var newsfeed=new gfeedfetcher("example3", "example3class", "_new")
    newsfeed.addFeed("서울신문", "http://news.naver.com/rss/rss_presscenter.nhn?office_id=081") //Specify "label" plus URL to RSS feed
    newsfeed.addFeed("한겨레", "http://news.naver.com/rss/rss_presscenter.nhn?office_id=028") //Specify "label" plus URL to RSS feed
    newsfeed.addFeed("중앙일보", "http://news.naver.com/rss/rss_presscenter.nhn?office_id=025") //Specify "label" plus URL to RSS feed
    newsfeed.displayoptions("datetime snippet") //show the specified additional fields
    newsfeed.setentrycontainer("p") //Display each entry as a paragraph
    newsfeed.filterfeed(8, "date") //Show 8 entries, sort by date
    newsfeed.init() //Always call this last
</script>


</body>
</html>

[이 게시물은 관리자님에 의해 2011-10-31 16:49:28 Prototype에서 이동 됨]

첨부파일

gfeedfetcher.js (5.7 KB) 146회 2008-04-17 10:24
|

댓글 3개

좋은 자료네요.. 감사드려요^^
감사합니다~
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
17년 전 조회 3,192
17년 전 조회 3,587
17년 전 조회 3,343
17년 전 조회 2,223
17년 전 조회 4,341
17년 전 조회 1,733
17년 전 조회 1,466
17년 전 조회 1,586
17년 전 조회 1,445
17년 전 조회 1,687
17년 전 조회 2,068
17년 전 조회 2,668
17년 전 조회 2,744
17년 전 조회 1,763
17년 전 조회 1,510
17년 전 조회 2,764
17년 전 조회 3,204
17년 전 조회 3,567
17년 전 조회 3,506
17년 전 조회 2,675
17년 전 조회 4,094
17년 전 조회 3,522
17년 전 조회 5,824
17년 전 조회 2,993
17년 전 조회 2,193
17년 전 조회 2,278
17년 전 조회 2,108
17년 전 조회 2,047
17년 전 조회 3,116
17년 전 조회 2,222
17년 전 조회 1,880
17년 전 조회 2,403
17년 전 조회 1,448
17년 전 조회 1,999
17년 전 조회 3,235
17년 전 조회 2,477
17년 전 조회 2,121
17년 전 조회 2,348
17년 전 조회 1,654
17년 전 조회 2,056
17년 전 조회 1,560
17년 전 조회 2,092
17년 전 조회 2,123
17년 전 조회 1,364
17년 전 조회 3,456
17년 전 조회 4,642
17년 전 조회 2,791
17년 전 조회 7,804
17년 전 조회 4,164
17년 전 조회 4,488
17년 전 조회 2,744
17년 전 조회 3,236
17년 전 조회 3,973
17년 전 조회 4,319
17년 전 조회 3,500
17년 전 조회 3,490
17년 전 조회 3,625
17년 전 조회 2,778
17년 전 조회 2,380
17년 전 조회 3,422
17년 전 조회 3,589
17년 전 조회 4,912
17년 전 조회 1,921
17년 전 조회 2,939
17년 전 조회 3,013
17년 전 조회 2,243
17년 전 조회 2,525
17년 전 조회 2,164
17년 전 조회 2,721
17년 전 조회 4,113
17년 전 조회 4,202
17년 전 조회 2,409
17년 전 조회 1,663
17년 전 조회 1,793
17년 전 조회 1,949
17년 전 조회 1,928
17년 전 조회 1,686
17년 전 조회 1,831
17년 전 조회 1,651
17년 전 조회 2,138
17년 전 조회 3,075
17년 전 조회 2,147
17년 전 조회 1,697
17년 전 조회 1,999
17년 전 조회 2,646
17년 전 조회 2,268
17년 전 조회 1,562
17년 전 조회 6,205
17년 전 조회 3,582
17년 전 조회 3,499
17년 전 조회 2,875
17년 전 조회 3,087
17년 전 조회 3,041
17년 전 조회 3,554
17년 전 조회 2,677
17년 전 조회 2,791
17년 전 조회 2,842
17년 전 조회 2,844
17년 전 조회 2,976
17년 전 조회 3,529