Опис
The Button Shortcode plugin allows you to easily insert a customizable button into your WordPress posts and pages using a simple shortcode. You can customize the button’s text and URL, whether it opens in a new window or directly from within your content.
Shortcode Example
[button text=”Click Here” url=”https://example.com” new_window=”yes” class=”custom-button-class”]
Встановлення
- Upload the
button-shortcode
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Use the
[button]
shortcode with your desired attributes in your posts or pages.
Часті питання
-
You can customize various attributes of the button using the shortcode attributes:
–text
: The text displayed on the button.
–url
: The URL the button links to.
–new_window
: Whether to open the link in a new window (yes
orno
).
–class
: Additional CSS classes for the button.
Відгуки
Для цього плагіна немає відгуків.
Учасники та розробники
“Button Shortcode” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:
УчасникиПерекладіть “Button Shortcode” на вашу мову.
Цікавитесь розробкою?
Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.
Журнал змін
1.0
- Initial release.