Title: Dynamic Shortcode Widget for Elementor
Author: louisho5
Published: <strong>26 ກໍລະກົດ 2022</strong>
Last modified: 27 ມັງກອນ 2025

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/dynamic-shortcode-widget-for-elementor/assets/banner-772x250.
png?rev=2761480)

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://ps.w.org/dynamic-shortcode-widget-for-elementor/assets/icon.svg?rev=
2761446)

# Dynamic Shortcode Widget for Elementor

 ໂດຍ [louisho5](https://profiles.wordpress.org/louisho5/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/dynamic-shortcode-widget-for-elementor.0.4.0.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/dynamic-shortcode-widget-for-elementor/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/dynamic-shortcode-widget-for-elementor/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/dynamic-shortcode-widget-for-elementor/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/dynamic-shortcode-widget-for-elementor/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/dynamic-shortcode-widget-for-elementor/)

## ຄຳອະທິບາຍ

Dynamic Shortcode Elementor provides an easy to use interface for managing attributes
for your shortcode.

#### What is Dynamic Shortcode Widget

Why you have to use your custom shortcodes so confused like [MyShortcode name=”John
Doe” slogan=”&quot;Simplicity is king&quot;”]

With Dynamic Shortcode Widget for Elementor plugin you can just copy the shortcode
name, attributes and its data to manage them all.. And now you can input your content
in textarea or select your image from the media gallery. Also, you are no longer
to concern about the html escape in your shortcode start from today.

You may find more on [Github](https://github.com/louisho5/dynamic-shortcode-widget-for-elementor)

#### Limits

This plugin does not support enclosing shortcode!

### Privacy and GDPR

This plugin does not collect or process any personal user data.

## ພາບໜ້າຈໍ

 * [[
 * Widget on elementor

## ການຕິດຕັ້ງ

 1. Put the plugin folder into [wordpress_dir]/wp-content/plugins/
 2. Go into the WordPress admin interface and activate the plugin
 3. Optional: go to the options page and configure the plugin

## ຄຳຖາມທີ່ພົບເລື້ອຍ

### How to create a custom shortcode

`function custom_shortcode( $atts ) {
 $attributes = shortcode_atts( array( 'name'
=> 'world' ), $atts ); return '<h1>Hello ' . $attributes['name'] . '!</h1>'; } add_shortcode('
helloworld', 'custom_shortcode' );

### How to use the shortcode

Shortcode: [helloworld]
 Outputs “Hello world!”

Shortcode: [helloworld name=”Bob”]
 Outputs “Hello Bob!”

## ການຣີວິວ

![](https://secure.gravatar.com/avatar/4eeb07e8994982aff3b3f80e79a3a67347b17993e0ff967220a7c4d58d4ff3f5?
s=60&d=retro&r=g)

### 󠀁[This plugin is a lifesaver](https://wordpress.org/support/topic/this-plugin-is-a-lifesaver-12/)󠁿

 [sugary12](https://profiles.wordpress.org/sugary12/) 23 ພະຈິກ 2023

Thank you for creating this! It works perfectly with Elementor CMS, which is exactly
what I needed. My client has asked me to create some customized layouts and widgets.
I was feeling overwhelmed at the thought of creating them individually. Fortunately,
I finally discovered this plugin. You are a genius! Keep up the great work!

 [ ອ່ານການຣີວິວທັງໝົດ 1 ລາຍການ ](https://wordpress.org/support/plugin/dynamic-shortcode-widget-for-elementor/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Dynamic Shortcode Widget for Elementor” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນ
ຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ louisho5 ](https://profiles.wordpress.org/louisho5/)

[ແປ “Dynamic Shortcode Widget for Elementor” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/dynamic-shortcode-widget-for-elementor)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/dynamic-shortcode-widget-for-elementor/),
ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/dynamic-shortcode-widget-for-elementor/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/dynamic-shortcode-widget-for-elementor/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/dynamic-shortcode-widget-for-elementor/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 0.3.0

 * Added WYSIWYG option for the type of input fields

#### 0.2.1

 * Escape only with qoute characters instead of html

#### 0.2.0

 * Added URL option for the type of input fields

#### 0.1.0

 * Plugin announced
 * Options for the type of input fields

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **0.4.0**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **1 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **100+**
 *  ທົດສອບເຖິງເວີຊັນ **6.3.8**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/dynamic-shortcode-widget-for-elementor/)
 * ແທັກ
 * [dynamic shortcode](https://lo.wordpress.org/plugins/tags/dynamic-shortcode/)
   [page builder](https://lo.wordpress.org/plugins/tags/page-builder/)[shortcode builder](https://lo.wordpress.org/plugins/tags/shortcode-builder/)
   [shortcode editor](https://lo.wordpress.org/plugins/tags/shortcode-editor/)[shortcode widget](https://lo.wordpress.org/plugins/tags/shortcode-widget/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/dynamic-shortcode-widget-for-elementor/advanced/)

## ການໃຫ້ຄະແນນ

 5 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/dynamic-shortcode-widget-for-elementor/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/dynamic-shortcode-widget-for-elementor/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/dynamic-shortcode-widget-for-elementor/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/dynamic-shortcode-widget-for-elementor/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/dynamic-shortcode-widget-for-elementor/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/dynamic-shortcode-widget-for-elementor/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/dynamic-shortcode-widget-for-elementor/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ louisho5 ](https://profiles.wordpress.org/louisho5/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/dynamic-shortcode-widget-for-elementor/)