skip to Main Content

PowerApps

Shortcode [o365_powerapp appid="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" parameters="&variable1=foo&variable2=bar"]

Read more

PowerBi

Shortcode: [o365_powerbi groupid="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" reportid="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" width="100%" height="600"] Grab groupid and reportid from app url Add WP-admin URLs as redirect URL in Azure App Setting powerBi permission in Azure App

Read more

SharePoint List: Masonry(products) View

[o365_sp_view siteID="dwsnow.sharepoint.com,87fb8dbb-4dd8-42e6-8ab9-8bf82b1319f5,4d9359e7-3ffc-4e62-8743-be09b42b9059" listid="9be4c608-8e6e-481a-b9ce-0f4e8d54251f" template="masonry_tpl.php" id="temp1" maxresults="10" pagination="yes" columns="Title,_height,_length,_price,_regular_price,_sale_price,_stock,Image,Description,ID,Woo_Taxonomy,_sku" userbinding="no" sort="ID" ] Shortcode perameters: siteID: Site id for the site listid: List Id for the list data template: Template name id: Unique identifier for the maxresult: Number of recorded pagination: Yes/No…

Read more

Sharepoint Search: Tabular(documents) View

[o365_sp_search siteID="dwsnow.sharepoint.com,87fb8dbb-4dd8-42e6-8ab9-8bf82b1319f5,4d9359e7-3ffc-4e62-8743-be09b42b9059" driveID="b!u437h9hN5kKKuYv4KxMZ9edZk038P2JOh0O-CbQrkFn-Px8InhfbR6sVUDmLdg8E" searchparam="" autoloadresult="yes" template="tabular_tpl.php" orderby="modifiedby" userbinding="no" id="dwsdivid" searchform="yes" columns="lastModifiedDateTime,size,displayName,webUrl,name,createdBy,folder,file,id"] Shortcode perameters: SiteID : Id of the site DriveID : Id of the drive Searchparam : Default search keyword template : Template name orderby : Sort by column name…

Read more

SharePoint Display plugin shortcode

[o365_sp_view siteID="dwsnow.sharepoint.com,87fb8dbb-4dd8-42e6-8ab9-8bf82b1319f5,4d9359e7-3ffc-4e62-8743-be09b42b9059" driveID="b!u437h9hN5kKKuYv4KxMZ9edZk038P2JOh0O-CbQrkFkANXjgXs5yR50Rectsg_K9" itemid="folder_id" template="listv1_tpl.php" id="temp2" maxresults="5" pagination="yes" sort="title" columns="lastModifiedDateTime,size,displayName,webUrl,name,createdBy,folder,file,id" userbinding="no"] Shortcode perameters: siteID: Id of the site driveId : Id of the drive itemid : Id of the folder Template : Template name id : Uniqure identifire for result…

Read more
Back To Top