WP CSS Button (CTA-Button Plugin)

The WordPress Plugin WP CSS BUTTON is a simple and easy to configurable plugin to create CSS based CTA Buttons inside your blog.

Author:Hauke Leweling | 59 MEDIA (profile at wordpress.org)
WordPress version required:2.7.0
WordPress version tested:3.2.5
Plugin version:1.6
Added to WordPress repository:28-05-2009
Last updated:23-02-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://www.59-media.de/wordpress-plugin-wp-cs...
Total downloads:10 736
Active installs:400+
plugin download
Click to start download

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");
} 
?>
  1. Param is the Caption
  2. Param is the Link
  3. Param is the Textcolor
  4. Param is the Backgroundcolor
  5. Param is the float position
  6. Param is for open the link in a new window (_blank)

Contact

Plugin in Action

If you want to see the WordPress CTA Button in action, take a look at these Websites