vpShortcodeMeta={ attributes:[ { label:"Title", id:"ttitle", help:"Optional title text (if not entered, text will be automatically generated for you)." }, { label:"Social Profile Link", id:"uurl", help:"The URL to your social profile.", validateLink:true }, { label:"Float", id:"ffloat", help:"Optionally float your icon to the left or right.", controlType:"select-control", selectValues:['', 'left', 'right'], defaultValue: '', defaultText: 'none (Default)' }, { label:"Profile Type", id:"pprofile_type", help:"Specify what type of social profile this is (if not specified, the shortcode will attempt to identify it).", controlType:"select-control", selectValues:['rss', 'facebook', 'twitter', 'youtube', 'delicious', 'flickr', 'linkedin'], defaultValue: 'rss', defaultText: 'rss (Default)' }, { label:"Custom Icon URL", id:"iicon_url", help:"An optional custom icon.", validateLink:true }, { label:"Open in a new window", id:"wwindow", help:"Optionally open this link in a new window.", controlType:"select-control", selectValues:['', 'yes'], defaultValue: '', defaultText: 'no (Default)' } ], defaultContent:"", shortcode:"social_icon" };