건

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

· 2008-04-17 (목) 10:24:03 · 5350 · 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건
+
제목 글쓴이 날짜 조회
10-09-25 조회 2,704
10-09-19 조회 2,741
10-09-15 조회 2,744
10-09-15 조회 4,148
10-09-15 조회 3,367
10-09-15 조회 2,478
10-09-07 조회 3,591
10-08-27 조회 4,048
10-06-11 조회 4,205
10-05-31 조회 2,456
10-02-27 조회 4,988
10-02-09 조회 3,734
09-10-10 조회 7,327
09-03-19 조회 3,169
09-02-09 조회 3,448
09-02-09 조회 4,519
08-11-01 조회 2,900
08-09-29 조회 4,550
08-09-26 조회 3,507
08-09-26 조회 3,585
08-09-26 조회 2,720
08-09-26 조회 3,763
08-09-26 조회 3,484
08-09-26 조회 4,248
08-09-18 조회 3,559
08-09-09 조회 3,213
08-08-28 조회 2,754
08-07-06 조회 3,531
08-05-21 조회 4,685
08-05-13 조회 4,525
08-04-17 조회 4,898
08-02-19 조회 3,527
08-01-18 조회 3,831
08-01-10 조회 3,802
07-10-22 조회 3,640
07-10-09 조회 4,271
07-10-03 조회 3,495
07-07-06 조회 4,205
07-07-06 조회 4,419
07-07-06 조회 4,029
07-06-28 조회 3,553
07-06-05 조회 3,556
07-06-05 조회 4,099
07-05-30 조회 3,269
07-05-02 조회 3,679
07-04-15 조회 5,088
07-04-11 조회 3,618
07-04-05 조회 3,908
07-03-31 조회 3,142
07-03-31 조회 4,116
07-03-30 조회 3,720
07-03-24 조회 3,996
07-03-22 조회 3,649
07-03-12 조회 4,399
07-02-16 조회 3,256
07-02-14 조회 5,154
07-02-10 조회 3,983
07-02-09 조회 4,369
07-01-19 조회 4,030
07-01-16 조회 4,959
06-12-16 조회 5,824
06-11-30 조회 3,581
06-11-25 조회 3,682
06-10-15 조회 5,051
06-09-26 조회 5,295
06-09-26 조회 5,415
06-09-22 조회 4,247
06-09-21 조회 3,532
06-09-21 조회 3,616
06-09-02 조회 3,473
06-08-08 조회 5,105
06-07-20 조회 3,705
06-07-17 조회 3,337
06-07-13 조회 4,158
06-07-11 조회 3,452
06-07-11 조회 3,452
06-07-11 조회 3,823
06-06-29 조회 6,039
06-06-19 조회 6,438
06-06-02 조회 3,490
06-05-24 조회 4,979
06-05-14 조회 7,755
06-05-08 조회 3,868
06-02-02 조회 5,444
05-12-16 조회 4,491
05-12-05 조회 5,143
05-06-28 조회 4,092
05-04-11 조회 4,043
05-04-11 조회 4,237
05-04-11 조회 3,302
05-03-13 조회 3,207
05-03-12 조회 4,290
04-12-08 조회 7,766
04-12-01 조회 5,169
04-11-28 조회 3,324
04-11-28 조회 3,171
04-08-05 조회 5,597
04-08-05 조회 4,942
04-08-05 조회 5,540