const forsocial = {
id : sharelink ,
content : {
pinterest : https://www.pinterest.com/ ,
twitter : https://twitter.com ,
facebook : https://facebook.com ,
email : email@email.com ,
}
}
theattachjs ( forsocial ) . share ( )

First, you need to create a div tag with the id of 'sharelink' where you want to apply the modalbox.
After, there's a bunch of lines of code that will appear inside on sharelink


id | content | pinterest | twitter | facebook | email -> should be a string.
const ttips = {
id : titlelink ,
content : hyper text markupable language ,
styles : {
background : orange ,
color : yellow ,
}
}
theattachjs ( ttips ) . tooltip ( )

First, you need to create a div tag with the id of 'titlelink' where you want to apply the modalbox.
After, there's a bunch of lines of code that will appear inside on titlelink


id | content | background | color -> should be a string.
id and tid should be unique names
const cpyits = {
id : copyit ,
content : {
text : copy ,
tid : copied ,
}
}
theattachjs ( cpyits ) . copy ( )

First, you need to create a div tag with the id of 'titlelink' where you want to apply the modalbox.
After, there's a bunch of lines of code that will appear inside on titlelink


id | content | text | tid -> should be a string.
const mvits = {
id : thevideos ,
content : {
width : 400 ,
height : auto ,
sourceurl : footage_1.mp4 ,
cssid : footayus ,
aid : tayus ,
pid : yusfut ,
}
}
theattachjs ( mvits ) . videoplayer ( )

First, you need to create a div tag with the id of 'thevideos' where you want to apply the videoplayer.
After, there's a bunch of lines of code that will appear inside on thevideos


id | aid | pid | css id -> should be a unique name for each.
content | width | height | sourceurl -> string
const cityswipe = {
id : cityslide ,
content : {
url : [
[ newyork.png ] ,
[ texas.png ] ,
[ ca.png ] ,
]
}
}
theattachjs ( cityswipe ) . slider ( )

First, you need to create a div tag with the id of 'cityslide' where you want to apply the modalbox.
After, there's a bunch of lines of code that will appear inside on cityslide


id | content | pinterest | twitter | facebook | email -> should be a string.
const tgthat = {
id : thetagger ,
content : {
tid : thetagproduct ,
styles : {
background : orange ,
color : yellow ,
} ,
}
theattachjs ( tgthat ) . tags ( )

First, you need to create a div tag with the id of 'thetagger' where you want to apply the modalbox.
After, there's a bunch of lines of code that will appear inside on thetagger


id | content | text | tid -> should be a string.