Logged In Button

The Logged In Button is a plugin to show visitors of your website or blog that they are logged in into AdultWork.com.

Just style the button you want to show on your web page and then place the code in your web page where you want the button to appear.

Styling

Preview

FAQ

Can I use this on any type of website?

Yes, as long as the code is placed within the body tags of the page you should be good.

Settings

In the table below we describe the settings:

HTML5 attributeTypeDescription
data-color string

The colour (in HEX) that the text should be presented in.

data-backgroundcolor string

The colour (in HEX) that the background of the button should be presented in.

data-bordercolor string

The colour (in HEX) that the order of the button should be presented in.

data-borderradius integer

The radius in pixels of the outer borders.

data-popupcolor string

The colour (in HEX) that the text inside the pop-up should be presented in.

data-popupbackgroundcolor string

The colour (in HEX) that the background of the pop-up should be presented in.

data-popuporientation string

The direction the pop-up will go to after the user clicks the button.

Example

The following example shows the logged in button.

<div class="aw-plugin-loggedin" 
data-color="707070"
data-backgroundcolor="f5f5f5"
data-bordercolor="e3e3e3"
data-borderradius="3"
data-popupcolor="333333"
data-popupbackgroundcolor="ffffff"
data-popuporientation="false">
</div>