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

· 2008-04-17 (목) 10:24:03 · 5349 · 3

<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개

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

프로그램

8,188건
+
제목 글쓴이 날짜 조회
11-08-16 조회 2,398
11-08-16 조회 2,378
11-08-12 조회 2,213
11-08-02 조회 2,794
11-07-27 조회 2,182
11-07-25 조회 2,312
11-06-28 조회 2,471
11-06-06 조회 3,960
11-06-04 조회 2,573
11-04-25 조회 6,159
11-04-22 조회 2,659
11-04-21 조회 2,861
11-04-08 조회 3,216
11-03-31 조회 2,804
11-03-20 조회 3,212
11-03-10 조회 2,849
11-03-04 조회 3,173
11-03-03 조회 2,898
11-02-26 조회 4,320
11-02-14 조회 5,674
11-02-08 조회 3,282
11-01-30 조회 5,357
11-01-14 조회 5,138
11-01-14 조회 3,717
11-01-14 조회 2,877
11-01-14 조회 2,914
11-01-14 조회 3,061
11-01-12 조회 2,791
11-01-07 조회 4,493
10-12-29 조회 2,413
10-12-22 조회 2,464
10-12-05 조회 5,789
10-11-22 조회 5,208
10-11-13 조회 3,584
10-10-27 조회 3,203
10-10-21 조회 2,902
10-09-21 조회 2,904
10-09-17 조회 2,947
10-09-15 조회 3,396
10-09-14 조회 4,004
10-05-18 조회 2,873
10-02-17 조회 4,309
10-02-12 조회 3,081
09-12-14 조회 5,092
09-12-14 조회 6,001
09-09-19 조회 4,378
09-08-16 조회 6,218
09-07-22 조회 5,629
09-04-13 조회 3,040
09-03-15 조회 5,042
09-03-05 조회 3,872
09-02-09 조회 2,817
08-12-30 조회 3,012
08-12-06 조회 3,216
08-11-30 조회 3,558
08-10-18 조회 4,393
08-10-08 조회 3,692
08-09-19 조회 4,336
08-09-05 조회 2,977
08-09-05 조회 5,085
08-09-05 조회 2,964
08-09-05 조회 3,554
08-09-05 조회 3,473
08-09-01 조회 4,492
08-08-07 조회 2,746
08-06-08 조회 3,218
08-06-02 조회 2,809
08-05-26 조회 5,234
08-05-09 조회 4,300
08-04-22 조회 3,888
08-04-17 조회 4,476
08-04-17 조회 5,555
08-04-17 조회 3,684
08-04-17 조회 8,675
08-04-17 조회 4,564
08-04-17 조회 4,487
08-04-09 조회 3,047
08-03-31 조회 3,544
08-03-26 조회 3,237
08-03-25 조회 3,529
08-03-25 조회 3,957
08-03-25 조회 4,004
08-03-25 조회 3,663
08-03-25 조회 3,555
08-03-25 조회 3,556
08-03-25 조회 5,245
08-02-03 조회 5,232
08-01-18 조회 6,614
08-01-17 조회 3,914
08-01-17 조회 3,734
08-01-12 조회 4,018
08-01-08 조회 3,341
07-12-28 조회 4,615
07-12-04 조회 3,488
07-11-30 조회 5,099
07-11-30 조회 5,714
07-11-02 조회 4,009
07-10-24 조회 3,987
07-10-24 조회 3,263
07-10-24 조회 3,371