Movie Plugin

Incorporate a list of movies from AdultWork.com members on your own site!

 

Result

Settings

In the table below we describe the settings:

HTML5 attributeTypeDescription
data-userid integer

Returns movies of this member.

data-groupid integer

Returns movies which are member of a group with the specified group ID.

data-collectionid integer

Returns movies which are member of the collection created by the AdultWork.com member.

data-genderid integer

Returns movies of which the owner is the specified gender.

data-isescort integer

If set to true movies returned have owners that will offer Escort services.

data-iswebcam integer

If set to true movies returned have owners that will offer Webcam services.

data-isphonechat integer

If set to true movies returned have owners that will offer Phone Chat services.

data-categoryids string

Comma delimited string of CategoryIDs. Categories to which the IDs pertain will be included. For example 1,2,3.

data-pagingbuttonposition string

Indicates the position of the buttons used for paging. Accepts: top to display them at the top only, bottom to display them at the bottom only, and both to display them at the top and the bottom.

data-singlepageonly boolean

If set to true paging will be disabled.

data-columns integer

The number of columns to display in the list.

data-autocolumn boolean

If set to true the columns will be automatically calculated based on the parent container in which the plugin is placed in.

data-rows integer

The number of rows to display in the list.

data-primarycolor string

The hexadecimal value of the text colour.

data-secondarycolor string

The hexadecimal value of the text colour on which the cursor is hovering.

data-rowcolor string

The hexadecimal value of the background colour of the even rows.

data-altrowcolor string

The hexadecimal value of the background colour of the uneven rows.

data-marginheight integer

The bottom margin between the movie containers.

data-marginwidth integer

The margin between the movie containers starting from the second column.

Example

The following example shows the movie plugin.

<div class='aw-plugin-movies'
            data-pagingbuttonposition="top" 
	    data-primarycolor="4c006f" 
	    data-secondarycolor="a601b5" 
	    data-rowcolor="f9effb" 
	    data-altrowcolor="ffffff" 
	    data-borderradius="5" 
	    data-singlepageonly="false" 
	    data-columns="2" 
	    data-marginwidth="10" 
	    data-rows="5" 
	    data-pagenumber="1" 
	    data-categoryids="" >
</div>