WP CSS Button (CTA-Button Plugin) - Rating, Reviews, Demo & Download
Plugin Description
The Wordpress Plugin WP CSS BUTTON is a simple and easy to configurable Wordpress plugin which allows to create CSS based CTA Buttons inside your blog.
I would be the happiest guy in the world if you write a little blogpost about my plugin 🙂
Just add the following line inside your blogpost
[CSSBUTTON target="http://www.linktarget.com" color="000000" textcolor="ffffff" float="left" newwindow="true"]Button Caption[/CSSBUTTON]
- target = The target the button will link to. Like the href tag in a hyperlink
- color = The color property is optional. This is the background color of the button
- textcolor = The color property is optional. This is te textcolor of the caption text.
- float = position of the button inside your post
- newwindow = Use true or false to open link in a new window. If attribute is not set, the link opens in the same window
The color will be set in hex codes like
- FFFFFF for white
- 000000 for black
- FF0000 for red
WP CSS BUTTON will convert these line to a nice button
New in Version 1.4
If you need an WP CSS Button outside your posts just use the following line in your template
<?php
if(function_exists("wp_css_button")) {
wp_css_button("Button", "http://www.link.de", "FFFFFF", "000000", "right");
}
?>
- Param is the Caption
- Param is the Link
- Param is the Textcolor
- Param is the Backgroundcolor
- Param is the float position
- Param is for open the link in a new window (_blank)
Contact
- Developer Home 59 MEDIA – Suchmaschinenoptimierung
- Plugins Page WP CSS Button
- 59 MEDIA on Twitter
Plugin in Action
If you want to see the Wordpress CTA Button in action, take a look at these Websites
Screenshots
-
This is an example of the button inside your blogpost
-
This is an example of the button inside your blogpost