Title: f6s WordPress Plugin
Author: f6s
Published: <strong>2012년 11월 16일</strong>
Last modified: 2015년 4월 29일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/f6s.svg)

# f6s WordPress Plugin

 작성자: [f6s](https://profiles.wordpress.org/f6s/)

[다운로드](https://downloads.wordpress.org/plugin/f6s.0.5.4.zip)

 * [세부사항](https://ko.wordpress.org/plugins/f6s/#description)
 * [평가](https://ko.wordpress.org/plugins/f6s/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/f6s/#installation)
 * [개발](https://ko.wordpress.org/plugins/f6s/#developers)

 [지원](https://wordpress.org/support/plugin/f6s/)

## 설명

This plugin allows you to integrate your f6s data inside WordPress posts and pages.

Please direct any questions or bug reports to support@f6s.com

**Data Items Available through the f6s WP Plugin:**

**Valid Properties for Deals**

 * id – reference id of the deal
 * name – name of the deal
 * description – description of the deal
 * thumbnail – information about the deal image:
    - thumbnail.url – full URL of the deal thumbnail
    - thumbnail.width / thumbnail.height – size, in pixels of the image
 * value – value of the deal
 * beta – is this a beta product
 * category – internal category of the deal
    - category.id – internal id of category
    - category.name – name of category
 * company – publisher company of the deal
    - company.id – id of company profile
    - company.name – name of company
    - company.url – company profile url
 * url – url where more info about this deal available
 * get_deal_url – url to get the deal

**Valid Properties for Mentors**

 * id – reference id of the mentor
 * name – name of the mentor
 * description – mentor profile description
 * url – f6s profile url
 * current_title – current work title of the mentor (ex: CEO of ExampleCompany) –
   empty string if no data available
 * thumbnail – information about the mentor’s profile image:
    - thumbnail.url – full URL of the mentor thumbnail
    - thumbnail.width / thumbnail.height – size, in pixels of the image
 * skills (list) – list of mentor skills, has properties:
    - name – name of the skill
 * links (list) – list of profile links, has properties:
    - type – link type, can be: website, facebook, twitter, linkedin, github, iosapp,
      android, mobile
    - value – the actual URL
 * mentor_of (list) – list of all organizations mentored by this person, has properties:
    - name – name of the organization
    - url – f6s URL of the organization
    - thumbnail – information about the organization image, with properties: url
      and width / height

**Valid Properties for Teams**

 * id – reference id of the team
 * name – name of the team
 * description – description of the team
 * url – f6s profile url
 * thumbnail – information about the team’s profile image:
    - thumbnail.url – full URL of the team thumbnail
    - thumbnail.width / thumbnail.height – size, in pixels of the image
 * links (list) – list of profile links, has properties:
    - type – link type, can be: website, facebook, twitter, linkedin, github, iosapp,
      android, mobile
    - value – the actual URL
 * members (list) – list of all team’s members, has properties:
    - id – reference id of the person
    - name – name of the person
    - url – f6s profile url
 * thumbnail – information about the organization image:
    - thumbnail.url – full URL of the team thumbnail
    - thumbnail.width / thumbnail.height – size, in pixels of the image

**Resizing thumbnails:**

You can resize thumbnails according to your specifications using html / css attributes.
The plugin served them in a single size.

**Including data from f6s:**

The data can be displayed in WordPress posts and pages by using shortcodes. You 
will be making use of the following:

[deal] (self-closing) – single deal object. Has the following attributes:

 * program – the ID of your accelerator or event profile
 * id – the ID of the deal
 * display – property that you want to display. See “Valid Properties for Deals”

[deal-list] (enclosing) – loop through a list of deals, one by one. Has the following
attributes:

 * program – the ID of your accelerator or event profile
 * area – category slug of the deals (see http://www.f6s.com/deals/accounting for
   category examples). The category slug is the last segment of the URL when accessing
   a deal category.

[mentor] (self-closing OR enclosing) – single deal object. Has the following attributes:

 * program – the ID of your accelerator or event profile
 * id – the ID of the deal
 * display (used with self-closing mentor object) – property that you want to display.
   See “Valid Properties for Mentors”
 * list (used with enclosing mentor object) – use this to loop though the properties
   marked as list (Valid Properties for Mentors). See examples from …

[mentors-list] (enclosing) – loop through a list of deals, one by one. Has the following
attributes:

 * program – the ID of your accelerator or event profile

[team] (self-closing OR enclosing) – single team object. Has the following attributes:

 * program – the ID of your accelerator profile
 * id – the ID of the team
 * display (used with self-closing mentor object) – property that you want to display.
   See “Valid Properties for Team”
 * list (used with enclosing mentor object) – use this to loop though the properties
   marked as list (Valid Properties for Mentors). See examples from …

[team-list] (enclosing) – loop through a list of teams, one by one. Has the following
attributes:

 * program – the ID of your accelerator profile

[f6s-data] (enclosing) – put your html inside this shortcode to protect it from 
alterations when switching between HTML and Visual mode

[list-index] (enclosing) – to be used inside a list structure. Conditions the content
in between.

Has the following properties:

 * first (no value) – the enclosing content will only be displayed once, at the 
   beginning of the list;
 * notfirst (no value) – opposite of first, the enclosing content will not be displayed
   at the beginning of the list;
 * last (no value) – the enclosing content will only be displayed once, at the end
   of the list;
 * notlast (no value) – opposite of last;
    - odd (no value) – the enclosing content will only be displayed for an odd index
      when looping through list items
    - even (no value) – the enclosing content will only be displayed for an even
      index when looping through list items
    - multiple (numeric value) – the enclosing content will only be displayed if
      index is a
       multiple of the given value, when looping through list items
    - notmultiple (numeric value) – opposite of multiple. Creative use of embedded
      multiple and notmultiple tags can solve most formatting problems.

**Important!** _It is strongly recommended that you always add these shortcodes 
in HTML edit mode and not Visual mode._

## 설치

 1. Install the f6s plugin either via the WordPress.org directory or by uploading the
    zip file.
 2. Activate the f6s WordPress Plugin
 3. Go to Settings, f6s Plugin, enter your private API key and hit Save Changes
 4. That’s it. Go edit your content now.

## FAQ

### My shortcodes seems to be broken when viewing a post, although I am sure the structure is correct. What should I do?

 1. Check if the f6s plugin is active
 2. Add a slash to the end of each self-closing tag (e.g. [deal display=name /])
 3. Make sure you’re editing the post in HTML mode not Visual Mode

### Switching to Visual Mode breaks my shortcodes. What now?

Try enclosing all your f6s shotcodes between [f6s-data] and [/f6s-data]

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“f6s WordPress Plugin”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ f6s ](https://profiles.wordpress.org/f6s/)
 *   [ emanuel.lainas ](https://profiles.wordpress.org/emanuellainas/)

[자국어로 “f6s WordPress Plugin”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/f6s)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/f6s/)는, [SVN 저장소](https://plugins.svn.wordpress.org/f6s/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/f6s/)을 [RSS](https://plugins.trac.wordpress.org/log/f6s/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.5

 * Added support for deal filtering by category

#### 0.4

 * Multiple lists on the same page now work properly

#### 0.3

 * Added support for teams

#### 0.2

 * Added support for mentors

## 기초

 *  버전 **0.5.4**
 *  최근 업데이트: **11년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 3.4 또는 그 이상 **
 *  다음까지 시험됨: **3.4.2**
 *  언어
 * [English (US)](https://wordpress.org/plugins/f6s/)
 * 태그:
 * [api](https://ko.wordpress.org/plugins/tags/api/)[data](https://ko.wordpress.org/plugins/tags/data/)
   [teams](https://ko.wordpress.org/plugins/tags/teams/)
 *  [고급 보기](https://ko.wordpress.org/plugins/f6s/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  2/5-별점 후기     ](https://wordpress.org/support/plugin/f6s/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/f6s/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/f6s/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/f6s/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/f6s/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/f6s/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/f6s/reviews/)

## 기여자

 *   [ f6s ](https://profiles.wordpress.org/f6s/)
 *   [ emanuel.lainas ](https://profiles.wordpress.org/emanuellainas/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/f6s/)