WP CSS Button (CTA-Button Plugin) - Rating, Reviews, Demo & Download

WP CSS Button (CTA-Button Plugin) Preview - Rating, Reviews, Demo & Download
5 Average out of 1 ratings
Free
Follow for free plugins, new theme releases and theme news

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");
} 
?>
  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

Screenshots

  1. wp-css-button screenshot 1

    This is an example of the button inside your blogpost

  2. wp-css-button screenshot 2

    This is an example of the button inside your blogpost


Reviews & Comments