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

Inline Javascript Plugin

설명

Plugin that insert inline javascript in Posts/Pages

Arbitrary section

nothing yet

A brief Markdown Example

eg.

[inline]
<script type="text/javascript">
document.write("hello world!");
</script>
[/inline]

More Info

For more info, please visit [http://www.ooso.net/inline-js inline-javascript home page].

(For feedback/comments, please send an e-mail to: volca@tom.com ).

설치

English version:

  1. Unzip
  2. Copy inline-js.php to direcotry wp-contents/plugin and activate the plugin.
  3. Setup
    1. Disable tag balancing ‘WordPress should correct invalidly nested XHTML automatically’ through the ‘Options / Write’ menu in WordPress
    2. Disable the WYSIWYG rich editor in the user’s settings through the ‘Users / Your Profile’ menu
    3. Assign the ‘unfiltered_html’ capability to the user. Assigning capabilities to roles or users is out of the scope of this plugin. Because WordPress has no built-in configuration menu in the admin menu to assign roles/capabilities, you need to install the role/capability manager plugins role-manager.
  4. Use [inline] and [/inline] tag around the javascript,and post it

中文版本:

  1. 解压
  2. 复制inline-js.php到wp-contents/plugin目录并激活插件.
  3. 设置
    1. 在设置 / 撰写中关闭这个选项”WordPress 应当自动修正无效的 XHTML 嵌套”(‘WordPress should correct invalidly nested XHTML automatically)
    2. 在用户 / 您的个人资料中关闭Use the visual editor when writing
    3. 给你的帐号添加 ‘unfiltered_html’ 权限. 可以通过安装role-manager插件来搞定。
  4. 在写博客的时候使用[inline],[/inline]包住javascript,并发表

FAQ

nothing yet

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

0.6

  1. works in the excerpt box
  2. fix minor bug

0.5

  1. works with && operator