這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

AngelList

外掛說明

Associate an individual post with one or more AngelList companies to automatically display company logo, summary, description, key people, and more after your post content.

The plugin generates HTML markup for posts with associated companies. Company profiles are cached on your server for fast access without remote requests to AngelList servers with each page load.

Includes Schema.org markup for rich company metadata and search engine friendliness.

螢幕擷圖

  • Search AngelList by company name, add one or more companies, and reorder to add context to your posts.
  • Display one or more claimed or community-generated company profiles after your post content.

安裝方式

  1. Upload to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Start a search from a new post or edit post page

常見問題集

How do I disable Schema.org markup from appearing on my page?

HTML5 microdata may cause undesired results for some document types and theme markup. Tap into the angellist_schema_org filter from your theme’s functions.php file or one of your site’s custom plugins to override the default true state and disable Schema.org and its microdata output.

How do I change the target attribute generated by AngelList links?

Links to AngelList pages open in a new window by default through a _blank browsing context. XHTML themes may dislike the target attributes on anchor elements. Tap into the angellist_browsing_context filter from your theme’s functions.php file or one of your site’s custom plugins to override this default context with another valid context name. Return an empty string ('') to remove the attribute.

I run a high-traffic site. I think I have been rate limited

The AngelList API allows up to 1000 requests per hour bucketed by IP. A single company may consume three API requests (company data + people data + jobs data) while generating the necessary markup, effectively limiting sites to 333 generated company profiles per hour.

If you run into rate limiting issues you may consider bumping your transient cache times for each company. You may also contact the AngelList API team to raise the limits for your server IP addresses.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈AngelList〉的開發相關工作。

參與者

將〈AngelList〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.3.3

  • Ping AngelList when post status is public. Fixes an issue where pings sent for non-public stati

1.3.2

  • fix uninstaller get_posts request

1.3.1

  • only add AngelList content to content in the loop
  • minor style change for people display

1.3

  • Use wp-ajax for company selector
  • New startup roles endpoint
  • Require WordPress 3.5

1.2.1

  • Fix issue with photos.angel.co hostname not resolving since AWS East outage

1.2

  • Display up to three job listings for claimed companies
  • Remove AngelList content from excerpt generators
  • Uninstaller

1.1

  • Display up to three people with confirmed involvement in the company. Preference given to founders.
  • Defer image loading until page is visible and a visitor has scrolled to the AngelList content.
  • Display startup market tag.
  • Display startup headquarters location.
  • Ping AngelList when a post mentioning a company is first published. Adds a press mention to the AngelList company page for supported publishers.

1.0

  • Tag posts. Display company profiles.