Profile Badge

The Profile Badge is the quickest way to share your AdultWork.com Profile overview with the visitors of your website or blog.

Just select the data you want to show on your badge and then place the code in your web page where you want the badge to appear.

Settings

Availability

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-userid string The User ID or Username of the AdultWork.com member profile you wish the API to return. Required.
data-showprofilepicture boolean

If set to true the badge will display the profile picture of the member profile.

data-showservices boolean

If set to true the badge will display the AdultWork.com service icons.

data-showinfo boolean

If set to true the badge will display the age, gender and orientation of the member profile.

data-showlocation boolean

If set to true the badge will display the location of the member profile.

data-showsummary boolean

If set to true the badge will display the summary of the member profile.

data-showdirectcamstatus boolean

If set to true the badge will display the availability of the members direct cam status.

data-showwebcamstatus boolean

If set to true the badge will display the availability of the members webcam status.

data-showdirectchatstatus boolean

If set to true the badge will display the availability of the members directchat status.

data-showphonechatstatus boolean

If set to true the badge will display the availability of the members phonechat status.

data-showescorttodaystatus boolean

If set to true the badge will display the availability of the members escort status.

data-primarycolor string

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

data-backgroundcolor string

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

data-titlecolor string

The colour (in HEX) that the text and default icon in the header should be presented in.

data-titlehovercolor string

The colour (in HEX) that the links should be presented in when the user hovers it.

data-headercolor string

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

data-bordercolor string

The colour (in HEX) that the borders of the badge should be presented in.

data-borderradius integer

The radius in pixels of the outer borders.

Example

The following example shows the profile badge.

<div class='aw-plugin-profile-badge'
           data-userid='1' 
	   data-showprofilepicture='true'
	   data-showservices='true'
	   data-showinfo='true'
	   data-showlocation='true' 
	   data-primarycolor='4c006f'
	   data-backgroundcolor='ffffff' 
	   data-titlecolor='4c006f'
	   data-titlehovercolor='a601b5'
	   data-headercolor='f8f8f8' 
	   data-bordercolor='dbdbdb' 
	   data-borderradius='3'>
</div>