[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fxJT93Ytx007hAiEg18tpRlvSIMqspoxDscreJ7d6Ui0":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"driveworks","DriveWorks","https:\u002F\u002Fprofiles.wordpress.org\u002Fdriveworks\u002F",1,10,100,30,94,"2026-04-05T03:44:17.654Z",[14],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":8,"downloaded":20,"rating":21,"num_ratings":21,"last_updated":22,"tested_up_to":23,"requires_at_least":24,"requires_php":25,"tags":26,"homepage":31,"download_link":32,"security_score":9,"vuln_count":21,"unpatched_count":21,"last_vuln_date":33,"fetched_at":34},"driveworks-shortcode-form-embed","DriveWorks Shortcode – Form Embed","1.0.2","\u003Cp>This plugin enables the shortcode \u003Cstrong>driveworks_embed\u003C\u002Fstrong>, to quickly embed either a DriveWorks Project or DriveApp into any content.\u003C\u002Fp>\n\u003Cp>It uses pre-written \u003Ca href=\"https:\u002F\u002Fwebapi.driveworkslive.com\u002Fhelp\u002Fclient\u002F\" rel=\"nofollow ugc\">DriveWorks Client SDK\u003C\u002Fa> functions to automatically create a client, login, start a Specification \u002F DriveApp and render the Form.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>Note: this plugin \u003Cem>requires\u003C\u002Fem> an external \u003Ca href=\"https:\u002F\u002Fdocs.driveworkspro.com\u002FTopic\u002FIntegrationThemeLive\" rel=\"nofollow ugc\">DriveWorks Live Integration Server\u003C\u002Fa> to be configured and running, which allows connections from your WordPress domain.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>\u003Cstrong>To embed a Form\u003C\u002Fstrong>, simply provide the following:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>server_url\u003C\u002Fstrong> – The URL of your Integration Theme server. Used to load the client library, and create a client connection.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>group_alias\u003C\u002Fstrong> – The alias of the Group to connect to.\u003C\u002Fli>\n\u003Cli>Either:\n\u003Cul>\n\u003Cli>\u003Cstrong>project_name\u003C\u002Fstrong> – The name of the Project to render\u003C\u002Fli>\n\u003Cli>\u003Cstrong>drive_app_alias\u003C\u002Fstrong> – The name of the DriveApp to render\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Optionally provide:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>ping_interval\u003C\u002Fstrong> – The interval (in seconds) at which the server is automatically sent a request. Useful to keep a session alive without manual interaction. Disable by setting to \u003Ccode>0\u003C\u002Fcode>, or excluding this setting.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>height\u003C\u002Fstrong> – The height of the container that Form is rendered into, including the unit. Useful if the Form does not have a natural height. Examples: \u003Ccode>800px\u003C\u002Fcode>, \u003Ccode>10em\u003C\u002Fcode>, \u003Ccode>75vh\u003C\u002Fcode>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Examples\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Render a Project:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[driveworks_embed server_url=\"https:\u002F\u002Fapi.my-server.com\" group_alias=\"MyGroupAlias\" project_name=\"MyProject\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Render a DriveApp, with a fixed height, that pings every 60 seconds:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[driveworks_embed server_url=\"https:\u002F\u002Fapi.my-server.com\" group_alias=\"MyGroupAlias\" drive_app_alias=\"MyDriveApp\" height=\"700px\" ping_interval=\"60\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>How it works?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>The shortcode is replaced with the markup required to embed and render a DriveWorks Form.\u003C\u002Fp>\n\u003Cp>A pre-written script using standard methods from the \u003Ca href=\"https:\u002F\u002Fwebapi.driveworkslive.com\u002Fhelp\u002Fclient\u002F\" rel=\"nofollow ugc\">DriveWorks Live Client SDK\u003C\u002Fa>, running on your own server, performs a login and renders the configured Form.\u003C\u002Fp>\n\u003Cp>The script will not send any credentials during login, so \u003Cstrong>a default user must be specified\u003C\u002Fstrong> in \u003Cstrong>DriveWorksConfigUser.xml\u003C\u002Fstrong>.\u003Cbr \u002F>\nIf a default user is not set server-side, the connection will not be authorized.\u003C\u002Fp>\n\u003Cp>It is important to ensure that your DriveWorks Integration Theme server is running correctly.\u003Cbr \u002F>\nYou can check this by accessing the configured server_url in a browser.\u003C\u002Fp>\n\u003Cp>Clear warnings will be shown if any errors are made in the config or during connection.\u003C\u002Fp>\n\u003Cp>For alternative examples on how to render a DriveWorks Form, see our public \u003Ca href=\"https:\u002F\u002Fwebapi.driveworkslive.com\u002Fhome.html\" rel=\"nofollow ugc\">Client SDK Examples\u003C\u002Fa> and our \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fdriveworks\" rel=\"nofollow ugc\">Official GitHub\u003C\u002Fa>.\u003C\u002Fp>\n","Use shortcodes to embed DriveWorks Projects or DriveApps.",1629,0,"2025-04-24T08:49:00.000Z","6.8.5","4.0","5.6",[4,27,28,29,30],"embed","integration","project","shortcode","https:\u002F\u002Fplugins.driveworkslive.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdriveworks-shortcode-form-embed.1.0.2.zip",null,"2026-03-15T14:54:45.397Z"]