> For the complete documentation index, see [llms.txt](https://documentation.swing2app.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.swing2app.co.kr/developer/webview/user-integration/wordpress.md).

# 워드프레스 웹사이트 회원 연동 가이드

워드프레스에 플러그인을 설치 후 활성화해주시면 간단하게 회원 연동이 완료됩니다.

\*연동후 앱에서 사이트를 실행한 사용자부터 스윙투앱 콘솔 회원조회화면에서 표시가 됩니다.

연동 전 가입한 이전 회원 목록은 불러오지 못합니다.

아래의 플러그인 zip 파일을 설치해주시면 별도로 워드프레스에서 셋팅할 내용은 없습니다.

{% file src="/files/gTHIGxELQoe65zzxHK6N" %}
스윙투앱 웹뷰 연동 워드프레스 플러그인
{% endfile %}

{% hint style="info" %}
워드프레스 플러그인 설치 방법

\*워드프레스 버전에 따라 설치 방법은 차이가 있을 수 있습니다.
{% endhint %}

<figure><img src="/files/usVa7zt1nTnXqr7odTpp" alt=""><figcaption><p>워드프레스 콘솔화면</p></figcaption></figure>

연동작업이 완료된 후 스윙투앱 콘솔 회원 조회 화면에서 웹사이트의 사용자들이 표시되는지 확인해보세요.

{% embed url="<https://www.swing2app.co.kr/view/member_list>" %}
스윙투앱 콘솔 회원 조회화면
{% endembed %}

감사합니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.swing2app.co.kr/developer/webview/user-integration/wordpress.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
