<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>
댓글 3개
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8030 | 9년 전 | 387 | ||
| 8029 | 9년 전 | 315 | ||
| 8028 | 9년 전 | 274 | ||
| 8027 | 9년 전 | 288 | ||
| 8026 | 9년 전 | 352 | ||
| 8025 | 9년 전 | 392 | ||
| 8024 | 9년 전 | 351 | ||
| 8023 | 9년 전 | 400 | ||
| 8022 | 9년 전 | 324 | ||
| 8021 | 9년 전 | 335 | ||
| 8020 | 9년 전 | 327 | ||
| 8019 | 9년 전 | 347 | ||
| 8018 | 9년 전 | 453 | ||
| 8017 | 9년 전 | 540 | ||
| 8016 | 9년 전 | 340 | ||
| 8015 | 9년 전 | 398 | ||
| 8014 | 9년 전 | 330 | ||
| 8013 | 9년 전 | 245 | ||
| 8012 | 9년 전 | 250 | ||
| 8011 | 9년 전 | 452 | ||
| 8010 | 9년 전 | 308 | ||
| 8009 | 9년 전 | 302 | ||
| 8008 | 9년 전 | 292 | ||
| 8007 | 9년 전 | 435 | ||
| 8006 | 9년 전 | 470 | ||
| 8005 |
|
9년 전 | 974 | |
| 8004 | 9년 전 | 365 | ||
| 8003 | 9년 전 | 428 | ||
| 8002 | 9년 전 | 325 | ||
| 8001 |
|
9년 전 | 669 | |
| 8000 | 9년 전 | 430 | ||
| 7999 | 9년 전 | 380 | ||
| 7998 | 9년 전 | 437 | ||
| 7997 | 9년 전 | 318 | ||
| 7996 | 9년 전 | 540 | ||
| 7995 | 9년 전 | 464 | ||
| 7994 | 9년 전 | 344 | ||
| 7993 | 9년 전 | 405 | ||
| 7992 | 9년 전 | 519 | ||
| 7991 | 9년 전 | 260 | ||
| 7990 | 9년 전 | 299 | ||
| 7989 | 9년 전 | 313 | ||
| 7988 | 9년 전 | 738 | ||
| 7987 | 9년 전 | 436 | ||
| 7986 | 9년 전 | 432 | ||
| 7985 | 9년 전 | 514 | ||
| 7984 | 9년 전 | 439 | ||
| 7983 | 9년 전 | 668 | ||
| 7982 | 9년 전 | 532 | ||
| 7981 | 9년 전 | 484 | ||
| 7980 | 9년 전 | 504 | ||
| 7979 | 9년 전 | 488 | ||
| 7978 | 9년 전 | 461 | ||
| 7977 | 9년 전 | 400 | ||
| 7976 | 9년 전 | 857 | ||
| 7975 | 9년 전 | 371 | ||
| 7974 | 9년 전 | 404 | ||
| 7973 | 9년 전 | 605 | ||
| 7972 | 9년 전 | 392 | ||
| 7971 | 9년 전 | 465 | ||
| 7970 | 9년 전 | 308 | ||
| 7969 | 9년 전 | 550 | ||
| 7968 | 9년 전 | 391 | ||
| 7967 | 9년 전 | 380 | ||
| 7966 | 9년 전 | 378 | ||
| 7965 |
|
9년 전 | 1021 | |
| 7964 | 9년 전 | 409 | ||
| 7963 | 9년 전 | 407 | ||
| 7962 | 9년 전 | 393 | ||
| 7961 |
전갈자리남자
|
9년 전 | 512 | |
| 7960 | 9년 전 | 973 | ||
| 7959 | 9년 전 | 557 | ||
| 7958 | 9년 전 | 415 | ||
| 7957 | 9년 전 | 372 | ||
| 7956 | 9년 전 | 373 | ||
| 7955 | 9년 전 | 466 | ||
| 7954 | 9년 전 | 390 | ||
| 7953 | 9년 전 | 441 | ||
| 7952 | 9년 전 | 361 | ||
| 7951 | 9년 전 | 506 | ||
| 7950 | 9년 전 | 400 | ||
| 7949 | 9년 전 | 393 | ||
| 7948 | 9년 전 | 330 | ||
| 7947 | 9년 전 | 944 | ||
| 7946 | 9년 전 | 446 | ||
| 7945 | 9년 전 | 403 | ||
| 7944 | 9년 전 | 436 | ||
| 7943 | 9년 전 | 391 | ||
| 7942 | 9년 전 | 410 | ||
| 7941 | 9년 전 | 402 | ||
| 7940 | 9년 전 | 896 | ||
| 7939 | 9년 전 | 363 | ||
| 7938 | 9년 전 | 399 | ||
| 7937 | 9년 전 | 291 | ||
| 7936 | 9년 전 | 890 | ||
| 7935 | 9년 전 | 457 | ||
| 7934 | 9년 전 | 429 | ||
| 7933 | 9년 전 | 534 | ||
| 7932 | 9년 전 | 499 | ||
| 7931 | 9년 전 | 551 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기