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

Cloudstitch

설명

Cloudstitch is a community of spreadsheet powered widgets you can add to any site — things like product lists, data visualizations, and conference schedules.

This plugin makes every widget on Cloudstitch available in WordPress with a simple Shortcode.

Adding a shaded electoral map of the US, for example, is as simple as adding the following line: [cloudstitch widget="project-templates/electoral-map-visualization"]

Trying it Out

Try out the plugin by injecting demo widget already on Cloudstitch. Just add the following Shortcode to a page or post:

`

[cloudstitch widget=”project-templates/electoral-map-visualization”]
`

Using your own Cloudstitch Widgets

You can inject any widget that you’ve duplicated and customized on Cloudstitch. The general Shortcode format is:

`

[cloudstitch widget=”USER-NAME/PROJECT-NAME”]
`

For example, let’s say you visited Cloudstitch.io and duplicated that electoral map widget.

Assuming your username is TheIncredibleHulk, you would end up with your own copy of the project hosted at a URL like this: http://cloudstitch.io/TheIncredibleHulk/electoral-map-visualization.

Your custom Shortcode is thus [cloudstitch widget="TheIncredibleHulk/electoral-map-visualization"]

설치

Installation is easy! Just:

  1. Upload and unzip cloudstitch-wordpress.zip in the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.

FAQ

  • I’ve installed the plugin, now how do I find a widget?

Just go to cloudstitch.io to find a directory of widgets.

  • What kinds of things can you power with Cloudstitch?

Cloudstitch is great for powering part of your site with Google Spreadsheets. We love spreadsheets, and we loge WordPress. Cloudstitch lets you have your WordPress cake and eat it too: use WordPress for things like pages and posts, and use Cloudstitch to power your data-heavy pages and visualizations.

후기

모든 1 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Cloudstitch”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • Hello, world! Initial submission.
  • Basic widget invocation with no special options.

1.2

  • Support for Cloudstitch’s new Polymer-based projects, like Stack in a Box and D3 in a Box.

1.5

  • Removes a style=”display:block” attribute that was causing problems in some projects.

1.6

  • Pass content inside the Cloudstitch short code into the Cloudstitch template engine.