
SNS 소셜로그인 설정
* 편리님의 소셜로그인 플러그인을 이미 설치해서 사용하고 계신분은 동시에 사용할 수 없습니다.
소셜로그인플러그인을 사용하기 위해서는 로그인 앱을 생성하셔야 하며 앱은 아래 각 서비스에서
직접 추가 생성하셔야 합니다.
페이스북 신청 url : https://developers.facebook.com/apps
구글 신청 url : https://console.developers.google.com
네이버 신청 url : https://nid.naver.com/devcenter/register.nhn
카카오 신청 url : https://developers.kakao.com/apps/new
앱생성 후 발급된 API 키 등의 정보를 테마관리-SNS소셜로그인에 입력해줍니다.
모든 서비스를 꼭 설정하셔야 하는 것은 아니며 사용하시려는 서비스만 설정하시면 됩니다.
앱설정 때 callback 또는 Redirect URL 은 아래의 예시와 같이 설정하셔야 합니다.
페이스북 : http://example.com/theme/blueberry/plugin/oauth/callback.php
구글+ : http://example.com/theme/blueberry/plugin/oauth/callback.php?service=google
네이버 : http://example.com/theme/blueberry/plugin/oauth/callback.php
카카오 : http://example.com/theme/blueberry/plugin/oauth/callback.php?service=kakao
댓글 28개
/html/theme/hotsauce/mobile/skin/shop/basic/list.10.skin.php 파일을 수정합니다.
22번째줄부터
for ($i=0; $row=sql_fetch_array($result); $i++) {
if ($i == 0) {
if ($this->css) {
echo "<ul class=\"{$this->css}\">\n";
} else {
echo "<ul class=\"sct sct_10\">\n";
}
}
부분을
for ($i=0; $row=sql_fetch_array($result); $i++) {
if ($i == 0) {
if ($this->css) {
echo "<ul id=\"sct_wrap\" class=\"{$this->css}\">\n";
} else {
echo "<ul id=\"sct_wrap\" class=\"sct sct_10\">\n";
}
}
로 바꾸면 됩니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 1684 | |
| 1635 | |
| 1621 | |
| 1614 | |
| 1608 | |
| 1604 | |
| 1598 | |
| 1587 | |
| 1556 | |
| 1543 | |
| 1530 | |
| 1510 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기