구글 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,090
17년 전 조회 3,475
17년 전 조회 3,234
17년 전 조회 2,118
17년 전 조회 4,229
17년 전 조회 1,617
17년 전 조회 1,335
17년 전 조회 1,461
17년 전 조회 1,331
17년 전 조회 1,567
17년 전 조회 1,951
17년 전 조회 2,561
17년 전 조회 2,636
17년 전 조회 1,637
17년 전 조회 1,391
17년 전 조회 2,658
17년 전 조회 3,090
17년 전 조회 3,449
17년 전 조회 3,405
17년 전 조회 2,563
17년 전 조회 3,986
17년 전 조회 3,407
17년 전 조회 5,715
17년 전 조회 2,884
17년 전 조회 2,093
17년 전 조회 2,165
17년 전 조회 2,000
17년 전 조회 1,950
17년 전 조회 3,010
17년 전 조회 2,116
17년 전 조회 1,794
17년 전 조회 2,300
17년 전 조회 1,339
17년 전 조회 1,892
17년 전 조회 3,111
17년 전 조회 2,357
17년 전 조회 2,024
17년 전 조회 2,263
17년 전 조회 1,545
17년 전 조회 1,946
17년 전 조회 1,460
17년 전 조회 1,991
17년 전 조회 2,010
17년 전 조회 1,262
17년 전 조회 3,369
17년 전 조회 4,533
17년 전 조회 2,698
17년 전 조회 7,700
17년 전 조회 4,062
17년 전 조회 4,382
17년 전 조회 2,649
17년 전 조회 3,132
17년 전 조회 3,873
17년 전 조회 4,217
17년 전 조회 3,393
17년 전 조회 3,368
17년 전 조회 3,526
17년 전 조회 2,697
17년 전 조회 2,284
17년 전 조회 3,324
17년 전 조회 3,484
17년 전 조회 4,818
17년 전 조회 1,799
17년 전 조회 2,839
17년 전 조회 2,916
17년 전 조회 2,129
17년 전 조회 2,419
17년 전 조회 2,063
17년 전 조회 2,605
17년 전 조회 4,004
17년 전 조회 4,109
17년 전 조회 2,308
17년 전 조회 1,556
17년 전 조회 1,692
17년 전 조회 1,837
17년 전 조회 1,833
17년 전 조회 1,581
17년 전 조회 1,726
17년 전 조회 1,543
17년 전 조회 2,041
17년 전 조회 2,962
17년 전 조회 2,049
17년 전 조회 1,589
17년 전 조회 1,897
17년 전 조회 2,538
17년 전 조회 2,175
17년 전 조회 1,457
17년 전 조회 6,113
17년 전 조회 3,499
17년 전 조회 3,409
17년 전 조회 2,791
17년 전 조회 2,996
17년 전 조회 2,955
17년 전 조회 3,451
17년 전 조회 2,573
17년 전 조회 2,697
17년 전 조회 2,756
17년 전 조회 2,744
17년 전 조회 2,868
17년 전 조회 3,427