
內容簡介
- 最佳的WordPress Threads外掛,讓管理員能在您的網站上顯示Threads(Instagram應用程式)的動態。
- 不需要輸入任何API金鑰即可載入Threads的貼文。
- 您只需要Threads上一個公開資料檔的使用者ID,該外掛將為您處理其餘的設定。
- 使用[fftmj_feeds]短代碼載入來自您在設定中設定的用戶的Threads,或使用[fftmj_feeds userid=”threads_userID_here”]載入其他用戶的Threads。將 “threads_userID_here” 替換為您的使用者ID。
- 要查找使用者ID,請在瀏覽器中前往Threads個人資料檔。例如,https://www.threads.net/@mosseri
- 然後右鍵點擊頁面並點選查看頁面原始碼。在頁面原始碼中,尋找 “props”:{“user_id”:,然後您將看到像 “95561” 這樣的數字。這就是使用者ID。
免責聲明:
- 本外掛是非官方的,與官方Threads平台無關聯。
- 目前Threads.net尚無官方API可用。
- 本外掛僅擷取公開可用的內容。
HTML標籤清單製作:
<ul>
<li>最佳的WordPress Threads外掛,讓管理員能在您的網站上顯示Threads(Instagram應用程式)的動態。</li>
<li>不需要輸入任何API金鑰即可載入Threads的貼文。</li>
<li>您只需要Threads上一個公開資料檔的使用者ID,該外掛將為您處理其餘的設定。</li>
<li>使用[fftmj_feeds]短代碼載入來自您在設定中設定的用戶的Threads,或使用[fftmj_feeds userid=”threads_userID_here”]載入其他用戶的Threads。將 “threads_userID_here” 替換為您的使用者ID。</li>
<li>要查找使用者ID,請在瀏覽器中前往Threads個人資料檔。</li>
<li>然後右鍵點擊頁面並點選查看頁面原始碼。在頁面原始碼中,尋找 “props”:{“user_id”:,然後您將看到像 “95561” 這樣的數字。這就是使用者ID。</li>
</ul>
<p>免責聲明:</p>
<ul>
<li>本外掛是非官方的,與官方Threads平台無關聯。</li>
<li>目前Threads.net尚無官方API可用。</li>
<li>本外掛僅擷取公開可用的內容。</li>
</ul>
外掛標籤
開發者團隊
原文外掛簡介
Best WordPress threads plugin that allows admin to display feeds from Threads, an Instagram app on your website using Threads official API.
Threads launched their API on June 18, 2024 and we have implemented their API in this plugin. You would need to create an App from your FB developer account here and select Threads API usecase.
Check out the live Demo here
Use the shortcode [fftmj_feeds] to load threads from the user you connect in settings.
By default the plugin displays only 5 posts per shortcode.
Note: This plugin uses Threads API which is just launched and might not have all the data available yet but you can get the enough data to display a feed of posts that link to your Threads posts and profile. We will update the plugin as soon as more data is available through Threads API.
Plugin requirements:
– Must use SSL – https.
– Might not work with localhost.
How to create a Threads App
Create new app in FB developer account.
Select “I dont want to connect a business portfolio yet.”
Select “Access the Threads API” usecase.
Enter App name and your email address.
Review and click Create App.
From Meta Developer Dashboard:
– Click Use cases from left menu.
– Customize the Threads API use case.
– From Permissions, Select “threads_basic”.
– From Settings – Enter the Threads Redirect URL for all 3 fields. (Available in plugin’s settings page).
Adding Test Users:
– From left menu, click App Roles > Roles.
– Click Add People.
– Select Threads Tester.
– Search for the account that you want to display threads feeds from.
– Click Add.
– An invitation is sent to that user.
– Login to Threads website and go to settings > Account > website permissions > Invites.
– Accept the invitation received from your App.
Get App client ID and Secret:
– Go to App Settings > Basic > Copy Threads App ID and Secret and enter in plugin’s settings.
– Save the settings and click Connect Now button.
– Login as your thread account and click allow.
– The page should redirect back to the plugin’s settings.
Now you are ready to use the shortcode “[fftmj_feeds]” on any page.
