前言介紹
- 這款 WordPress 外掛「Keyring Social Importers」是 2012-09-02 上架。
- 目前有 100 個安裝啟用數。
- 上一次更新是 2023-05-03,距離現在已有 731 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.0 以上版本才可以安裝。
- 有 3 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
cfinke | mdrovdahl | beaulebens | marekhrabe | chrishardie | roccotripaldi |
外掛標籤
sync | import | social | keyring | indieweb |
內容簡介
在執行這個外掛之前,請閱讀每個進口商的相關說明。
這個社交進口商套件提供了從其他網站匯入你已經創建的內容,重新在你自己的 WordPress 站點上發佈的功能。你可以將時間和精力投入的所有內容主宰權交由自己掌控,在你真正的家網站上 - WordPress 上。閱讀更多關於這種數據所有權技術/方法的信息。
初次匯入之後,所有這些進口商都可以選擇性地每小時檢查並自動下載新內容,隨著時間的推移保持同步。它們現在都以帖子的形式進口,具體取決於內容類型,並擁有特定的文章格式。
目前包含以下進口商:
Delicious
Fitbit
Flickr
Foursquare/Swarm
Instagram
Instapaper
Jetpack/WordPress.com
Moves
Nest Cameras
Pinterest
Pocket
Strava
TripIt
Twitter
你也可以使用包含的基礎類別編寫自己的進口商。
進口商
常用功能
如果你選擇「自動匯入新內容」,所有的進口商都會每小時檢查新內容。
由進口商創建的所有文章都與名為 keyring_service 的分類法相關聯,這使得你可以進行篩選/選擇。在 wp-admin 下顯示為「從下面匯入」。
會試圖下載/存儲盡可能多的數據,並加以智能利用(例如,標籤)。
原始進口數據以 json_encode() 字符串的形式存儲在自定義字段(raw_import_data)中。
Delicious
匯入Delicious帳戶中的所有書籤。
所有匯入的帖子都標記為「連結」文章格式。
delicious_id 和 href/link 將作為自定義字段保存。
在 WordPress 中使用 Delicious 中使用的標籤。
Fitbit
目前非常基本,僅匯入你的數據並創建簡單的摘要帖子。
摘要帖子僅包含一句話,關於你當天走了多少步。
Flickr
下載你的Flickr帳戶中的每一張照片(實際的原始圖像),並將其匯入到你的媒體庫中。
原文外掛簡介
Please read about each importer before running this plugin.
This package of social importers provide you with the ability to pull in your content that gets created on other sites, and re-publish it on your own WordPress site. Rather than leaving others in control of everything you’ve put time and effort into, why not host it yourself on your one true, home-on-the-web, WordPress? Read more about this technique/approach to data ownership.
After an initial import, all of these importers can also optionally check each hour and automatically download new content as well, keeping things in sync over time. They all currently import as Posts, with specific Post Formats, depending on the content type.
Importers included currently:
Delicious
Fitbit
Flickr
Foursquare/Swarm
Instagram
Instapaper
Jetpack/WordPress.com
Moves
Nest Cameras
Pinterest
Pocket
Strava
TripIt
Twitter
You can potentially write your own importers as well, using the base class included.
Importers
Common Features
If you select to ‘auto-import new content’, all importers will check once per hour for new content.
All posts created by the importers are associated with a taxonomy called keyring_service, which allows you to filter/select them. Appears in wp-admin as “Imported From” under the Posts menu.
Every attempt is made to download/store as much data as possible, and use it intelligently (e.g. tags).
Raw import data is stored in a custom field (raw_import_data) as a json_encode()ed string.
Delicious
Every bookmark from your Delicious account is imported as a post.
All imported posts are marked with the ‘link’ Post Format.
delicious_id and the href/link itself are saved as custom fields.
Tags used on Delicious are used in WordPress.
Fitbit
Very basic for now, just imports your data and creates a simple summary post.
Summary post only contains a statement about how many steps you took that day.
Flickr
Every photo in your Flickr account is downloaded (the actual, original image) and imported into your Media Library.
For every photo, a Post is created and published, containing that one image (and it is attached within WordPress).
Posts are marked with the ‘image’ Post Format.
Posts are created with the publish date matching the ‘Taken’ date of the photo. The modified date (of the Post) is set to the ‘Upload’ date from Flickr.
There is no support/handling of Galleries, Sets or anything else in Flickr, just one Post per photo.
Tags used on Flickr are used on WordPress.
If available, geo data is downloaded and stored per the WordPress Geodata guidelines.
flickr_id and the full URL to the photo page are stored as custom fields.
Foursquare
Imports each check-in on Foursquare as a separate Post.
Marks those Posts with the ‘status’ Post Format.
foursquare_id plus geo lat/long are stored as separate custom fields, per the WordPress Geodata guidelines.
Each photo on your Instagram account is downloaded and imported into your Media Library.
For every photo, a Post is created and published, containing that one image (and it is attached within WordPress).
Posts are marked with the ‘image’ Post Format.
The name of the filter used is stored as instagram_filter, the URL to the photo page is stored as instagram_url.
Instapaper
Imports your Archived links and creates a post for each of them (with post format of Link).
Uses the title from the document in Instapaper, if there is a description associated then it uses that as well.
NEW: Downloads the full content of the article using Instapaper’s API, and stores that in the post content, so that you can search it later. Disable it by creating a stub plugin, or dropping this in your theme’s functions.php; add_filter( ‘keyring_instapaper_download_article_texts’, ‘__return_false’ );
Jetpack/WordPress.com
Import posts from either self-hosted, or hosted copies of WordPress, via the Jetpack/WordPress.com API.
Post author is always overridden.
Tags, content, title, excerpt are all carried over.
Moves
Imports your data daily.
Creates a summary post, which is a bulleted list detailing each category of activity for the day.
Stores raw and summary data for further processing.
Nest (Camera)
Allows you to pick hours of the day to take snapshots from your cameras.
You can pick anything between no snapshots, or one every hour, per camera.
Each snapshot will be downloaded directly into your Media Library.
Each snapshot will also be published as a Post (with post type of “image”) using the Author/Category/Tag options you select.
If you click the “Check For New Content Now” button, when configured for auto-import, then all cameras with at least one scheduled snapshot will take one right now, regardless of what time they’re scheduled (good for verifying that things work, or taking a specific snapshot for whatever reason).
Does not require a Nest Aware subscription, since the relatively infrequent snapshots are under request limits.
NEW: This is a new addition, and is pretty rough still. Not recommended for production sites.
Imports every individual pin as a post (can be a LOT), with a Post Format of “image”.
Stores the image for each pin in your Media Library.
Imports links and creates a post for each of them, with the Link post format.
Uses as many details (e.g. title) as possible from Pocket.
Strava
Activities are imported as new Posts.
* Activity type is stored as post meta for easier querying.
GPS data is stored as an encoded polyline if available. [https://github.com/emcconville/google-map-polyline-encoding-tool](Google Maps Polyline Encoding Tool) has been tested to work well with the data.
Stores raw and summary data for further processing.
Currently does NOT download any media or support People & Places.
TripIt
Trips are imported, with flights mapped and posted as Status-format posts.
Geo data is stored using something resembling the WordPress Geodata guidelines.
Posts are tagged using airport codes and city names.
Now supports paging through the API to avoid timeouts on accounts with lots of trip data.
Every tweet will be downloaded as an individual Post.
Posts are marked with the ‘aside’ Post Format.
If available, geo data is downloaded and stored per the WordPress Geodata guidelines.
Twitter_id and twitter_permalink are stored.
If your tweet contains #hashtags, they are applied as tags within WordPress.
“Entities” are expanded (URLs are not t.co, they are the real/final URLs).
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Keyring Social Importers」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.7 | 1.8 | 1.9 | 2.0 | trunk |
延伸相關外掛(你可能也想知道)
One Click Demo Import 》這個外掛的最佳功能在於主題作者可以在他們的主題中定義導入文件,所以所有使用該主題的用戶只需點擊「導入演示數據」按鈕即可。, , 你是主題作者嗎?, 為你...。
Widget Importer & Exporter 》Widget Importer & Exporter 是一個有用的外掛,可將小工具從一個WordPress站點移動到另一個站點,備份小工具,並供主題開發人員為用戶提供範例小工具。...。
Customizer Export/Import 》自訂面板匯出/匯入, 自訂面板匯出/匯入外掛讓您能夠直接從自訂面板界面匯出或匯入您的 WordPress 自訂設定!如果您的佈景主題使用 WordPress 自訂面板進行設...。
Search & Replace 》, 注意:此外掛未進行維護。, , 程式碼會繼續留在 SVN 和 Github 上,如果您有興趣。, 使用「Search & Replace」工具,您可以搜尋任何內容並以其他內容取...。
Import and export users and customers 》在您的免費測試網站中試試看:點擊此處 => https://demo.tastewp.com/import-users-from-csv-with-meta, 一個乾淨易用的用戶和客戶導入/導出外掛,適用於 ...。
Add From Server 》這個外掛提供有限的支援。請不要期望有太多新功能或修正 bug。功能可能隨時被移除。, Add From Server 外掛旨在幫助緩解不好的網站主機所造成的困擾,讓您可...。
Import / Export Customizer Settings 》Astra主題自定義設置提供了多種頭部/腳部佈局、側邊欄和博客設計、顏色、背景、字體等設置。您需要微調這些設置,使您的網站看起來完美無瑕。這些設置可以通...。
WP Import Export Lite 》o.com/goto/wpimportexport" target="_blank">WordPress Import Export 插件 是一款易用、快速且進階的匯入和匯出網站數據的工具。, WordPress Import Export...。
aThemes Starter Sites 》我們擁有豐富且不斷擴展的庫存,裡面裝載著任何種類企業所需的現成模板。, ATHEMES STARTER SITES, 企業業主、自由工作者、網上商店所有者和創意人員:準備好...。
FameTheme Demo Importer 》這款 WordPress 外掛是官方的 FameThemes 主題,一鍵匯入主題的範例內容、小工具與設定。, 如有需要,可以到 https://www.famethemes.com/ 取得免費支援。, ,...。
Rara One Click Demo Import 》您喜歡 Rara Theme 製作的主題展示嗎?還是需要設定主題的指南?, 那麼,您只需要這個外掛!, Rara One Click Demo Import 外掛可以幫助您一鍵匯入演示內容,...。
Media Sync 》您可以掃描所有在uploads目錄中的檔案,並查看哪些檔案實際上在媒體庫中,哪些檔案只是停留在那裡。然後,您可以選擇要將哪些檔案導入數據庫,從而使它們在媒...。
Import Products from any XML, CSV or Excel to WooCommerce 》ouble with special characters., In summary, the WooCommerce add-on for WP All Import is a powerful tool for importing products into your WooCommerc...。
Demo Importer Plus 》Demo Importer Plus 是最佳和強大的演示內容導入外掛之一。它允許您輕鬆地通過單擊一個按鈕來導入演示內容、小工具、定制器設置以及主題設置。, 除此之外,您...。
WP CSV Exporter 》這個外掛程式可以按照每篇文章類型將文章匯出為 CSV 格式。, 此外,它也支援文章的自訂欄位和自訂分類法。, 您還可以設定要下載的文章數量或日期範圍。, 如何...。