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

Html Content Shortcode

설명

The Html Content Shortcode Plugin allows you to easily add custom HTML to your WordPress site using a simple shortcode. This plugin provides a user-friendly interface in the WordPress backend for entering your HTML code, which can then be displayed on the frontend of your site with a shortcode.

Features

  1. Easy HTML Entry: Add your HTML code directly in the backend with a simple form.
  2. Shortcode Support: Use the provided shortcode to display your HTML anywhere on your site.
  3. Customizable: Tailor the HTML content as needed without any coding knowledge.
  4. Lightweight: Minimal impact on site performance.

Usage

After entering your HTML in the plugin settings, you can display it on your site using the shortcode:

[hcs_html_content]

Place this shortcode in any post, page, or widget where you want the HTML to appear.

Settings

  1. HTML Content: The main textarea where you can input your HTML code.
  2. Save Button: Click to save your HTML for use with the shortcode.

Example

  1. Go to HTML Content in your WordPress admin panel.
  2. Enter your desired HTML code (e.g., a custom button, an embedded video, etc.).
  3. Save your changes.
  4. Use [hcs_html_content] in your posts or pages to display the HTML.

Contributing

If you’d like to contribute to the plugin, please fork the repository and submit a pull request. We welcome suggestions and improvements!

스크린샷

  • screenshot-1.png
  • screenshot-2.png

설치

  • Upload the wp-html-display folder to the /wp-content/plugins/ directory.
  • Activate the plugin through the ‘Plugins’ menu in WordPress.
  • Navigate to HTML Content in the WordPress admin menu to enter your HTML code.

FAQ

Can I use JavaScript in the HTML?

Yes, you can add JavaScript within your HTML code, but ensure it doesn’t conflict with other scripts on your site.

Is it safe to use this plugin?

Always validate and sanitize your HTML input. This plugin is designed for trusted users to add content. Use with caution to avoid XSS vulnerabilities.

What if I want to change the shortcode?

You can modify the shortcode in the plugin code if needed, but this may require coding knowledge.

Which WYSIWYG editor is used in the backend plugin ?

The Html Content Shortcode Plugin is powered by ckeditor5.

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.0.0

  • Initial release of the Html Content Shortcode Plugin.