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

· 2008-04-17 (목) 10:24:03 · 5348 · 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건
+
제목 글쓴이 날짜 조회
08-04-17 조회 4,281
08-03-14 조회 3,188
08-03-08 조회 3,008
08-03-06 조회 2,980
08-03-03 조회 4,272
08-02-20 조회 2,957
08-02-15 조회 3,867
08-02-11 조회 5,031
08-02-09 조회 5,708
08-02-05 조회 3,803
08-01-14 조회 6,616
08-01-11 조회 7,049
08-01-04 조회 1.1만
07-12-10 조회 4,957
07-12-10 조회 3,815
07-12-04 조회 3,352
07-11-29 조회 3,534
07-11-27 조회 3,895
07-11-23 조회 4,490
07-11-23 조회 4,224
07-11-13 조회 4,350
07-10-19 조회 4,802
07-10-17 조회 5,859
07-10-03 조회 4,889
07-10-02 조회 8,789
07-10-02 조회 4,444
07-09-09 조회 3,413
07-07-29 조회 4,291
07-07-28 조회 4,516
07-07-26 조회 4,423
07-06-19 조회 1.1만
07-06-17 조회 3,592
07-06-15 조회 4,090
07-05-31 조회 3,148
07-05-09 조회 5,309
07-05-04 조회 3,153
07-05-04 조회 3,504
07-04-28 조회 6,398
07-04-26 조회 4,642
07-04-14 조회 5,287
07-04-13 조회 3,697
07-04-12 조회 5,895
07-03-27 조회 3,826
07-03-19 조회 3,503
07-03-13 조회 4,604
07-03-07 조회 4,759
07-03-07 조회 3,269
07-02-25 조회 3,635
07-02-21 조회 4,516
07-02-18 조회 5,037
07-02-12 조회 3,381
07-02-02 조회 4,500
07-01-28 조회 6,110
07-01-27 조회 5,615
07-01-25 조회 3,983
07-01-21 조회 4,615
07-01-19 조회 6,563
07-01-19 조회 8,014
07-01-13 조회 3,473
07-01-09 조회 5,113
06-12-27 조회 3,507
06-11-24 조회 3,636
06-11-18 조회 4,154
06-10-17 조회 5,473
06-10-01 조회 4,377
06-09-26 조회 4,273
06-09-25 조회 4,596
06-09-25 조회 4,292
06-09-22 조회 4,840
06-09-22 조회 3,601
06-09-22 조회 4,433
06-09-13 조회 5,270
06-08-27 조회 4,874
06-08-26 조회 6,223
06-08-26 조회 5,556
06-08-23 조회 5,053
06-07-28 조회 7,154
06-07-24 조회 4,607
06-07-23 조회 5,391
06-07-21 조회 5,150
06-07-19 조회 3,032
06-07-19 조회 2,943
06-07-11 조회 3,600
06-07-11 조회 3,898
06-07-11 조회 4,469
06-07-11 조회 4,921
06-07-11 조회 3,550
06-07-11 조회 9,177
06-07-11 조회 4,039
06-07-11 조회 3,266
06-07-11 조회 3,321
06-07-11 조회 3,249
06-07-11 조회 3,047
06-07-07 조회 4,091
06-06-25 조회 4,445
06-06-15 조회 4,434
06-06-14 조회 4,932
06-06-11 조회 3,508
06-06-10 조회 3,888
06-06-09 조회 3,476