ixRolling (트위터,페이스북,그누보드,Youtube,미투데이,요즘, feed 롤링) v1.0.1
ixRolling - API Data rolling jQuery Plugin
Current Version : 1.0.1
License : GPL
Created : 2011-09-25
Updated : 2013-04-25
Requirement
jQuery 1.4.x higher
Cache server module (Optional) : PHP 5.x with Curl
Installation
파일을 다운로드 합니다
압축을 푼 파일을 서버에 업로드 합니다
올린경로를 브라우져에서 호출해서 twitter 롤링이 출력되면 업로드가 완료된 것입니다
cache.php 파일을 사용하기 위해서는 cache.php 파일내에 IXR_CACHE_DIR 상수를 원하시는
캐쉬디렉토리로 연결하시면 됩니다
기본값은 cache.php 파일디렉토리 하위 cache 디렉토리입니다
(기본값인경우 업로드하신 디렉토리에 쓰기권한을 주시면 자동생성 됩니다)
그누보드4,4s
head.sub.php 파일 jquery 삽입위치 다음에
<script src="/ixRolling/ixRolling/ixRolling.min.js"></script>
코드를 삽입.
Support Services
Twitter user timeline, keyword search
Youtube user movie, keyword search
Facebook user page, keyword search
G4 recently bo_table
yozm user timeline
me2day timeline, keyword search
feed Rss,Atom
멀티서비스로 변경된 관계로 0.x 버전대와 호환되지 않습니다
전체파일을 교체하시기 바랍니다
예시)
http://twing.kr/ixRolling/tutorial-creator.html
http://twing.kr/ixRolling/tutorial-options.easing.html
http://twing.kr/ixRolling/tutorial-service.g4.html
http://twing.kr/ixRolling/tutorial-service.twitter-keyword.html
더많은 예제는 http://twing.kr/ixRolling Tutorials 메뉴를 참고하시기 바랍니다
Current Version : 1.0.1
License : GPL
Created : 2011-09-25
Updated : 2013-04-25
Requirement
jQuery 1.4.x higher
Cache server module (Optional) : PHP 5.x with Curl
Installation
파일을 다운로드 합니다
압축을 푼 파일을 서버에 업로드 합니다
올린경로를 브라우져에서 호출해서 twitter 롤링이 출력되면 업로드가 완료된 것입니다
cache.php 파일을 사용하기 위해서는 cache.php 파일내에 IXR_CACHE_DIR 상수를 원하시는
캐쉬디렉토리로 연결하시면 됩니다
기본값은 cache.php 파일디렉토리 하위 cache 디렉토리입니다
(기본값인경우 업로드하신 디렉토리에 쓰기권한을 주시면 자동생성 됩니다)
그누보드4,4s
head.sub.php 파일 jquery 삽입위치 다음에
<script src="/ixRolling/ixRolling/ixRolling.min.js"></script>
코드를 삽입.
Support Services
Twitter user timeline, keyword search
Youtube user movie, keyword search
Facebook user page, keyword search
G4 recently bo_table
yozm user timeline
me2day timeline, keyword search
feed Rss,Atom
멀티서비스로 변경된 관계로 0.x 버전대와 호환되지 않습니다
전체파일을 교체하시기 바랍니다
예시)
http://twing.kr/ixRolling/tutorial-creator.html
http://twing.kr/ixRolling/tutorial-options.easing.html
http://twing.kr/ixRolling/tutorial-service.g4.html
http://twing.kr/ixRolling/tutorial-service.twitter-keyword.html
더많은 예제는 http://twing.kr/ixRolling Tutorials 메뉴를 참고하시기 바랍니다
첨부파일
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 20개
g4s (jquery 1.5 이상) 은 해당사항 없습니다
초보자 어렵게 해결 하였습니다
제홈피 적용
http://ss1145.iptime.org/pc
http://ss1145.iptime.org/pc/bbs/board.php?bo_table=z1_02&wr_id=383
전문가 간단한 조언 부탁 드립니다
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>ix rolling 한글 추가 검색</title>
<meta name="generator" content="Namo WebEditor v6.0">
</head>
<body>
<p>*** 안녕하세요 ix rolling 한글 추가 검색 ***</p>
</body>
<head>
<meta charset="utf-8">
<title>ix rolling</title>
<link rel="stylesheet" type="text/css" href="themes/base.css"/>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" charset="utf-8"></script>
<script type="text/javascript" src="./ixRolling.min.js" charset="utf-8"></script>
</head>
<body>
<a> ***** 유튜브 인기가요 ***** </a>
<div id="foo" style="width:280px;height:300px" class="ixr-widget"></div>
<script>
jQuery(function() {
jQuery('#foo').ixRolling(
{},
[
{
service: 'youtube',
//keyword: 'inkigayo9999'
keyword: '인기가요'
}
]
);
});
</script>
<a> ***** 유튜브 개그콘서트2 ***** </a>
<div class="ixr-widget" id="ixr-example-1"></div>
<script type="text/javascript">
jQuery(function() {
jQuery('#ixr-example-1').ixRolling(
{width: 280,height: 280},
[{service: 'youtube', keyword: '개그콘서트'}]
);
});
</script>
</body>
<script type="text/javascript">
jQuery(function() {
jQuery('#ixr-example-1').ixRolling(
{width: 270,height: 270},
[
{
service: 'g4',
bo_table: 'free',
ajax:{data:{www:'/g4s'}}
}
]
);
});
</script>
에 대하여 변경을 조언 부탁 드립니다.
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=146476
업데이트하세요
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=146476
업데이트하세요