{"id":1141,"date":"2022-06-08T09:13:47","date_gmt":"2022-06-08T09:13:47","guid":{"rendered":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/transform-your-business\/"},"modified":"2025-07-14T19:05:17","modified_gmt":"2025-07-14T18:05:17","slug":"transform-your-business","status":"publish","type":"post","link":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/","title":{"rendered":"Transform Your Business With Our Inspirational Training"},"content":{"rendered":"<style>\/*\nConverts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.\n@access private\n@param {Number} $value - Pixel value to convert.\n@param {Number} $base [null] - Base for pixel conversion.\n@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.\n*\/\n\/*\nRemoves the unit (e.g. px, em, rem) from a value, returning the number only.\n@param {Number} $num - Number to strip unit from.\n@returns {Number} The same number, sans unit.\n*\/\n\/*\nConverts one or more pixel values into matching rem values.\n@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.\n@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.\n@returns {List} A list of converted values.\n*\/\n\/**\n * Contrast\n *\/\n\/**\n*\tBasic link hover function\n*\/\n\/*\n* Fluid Type function\n*\/\n\/*\n* Breakpoint Handler\n* @usage: respond-to('tablet_small') { ... } to target 'tablet_small' and aboe\n*\/\n\/*\n* Grid Layout\n*\/\n\/*\n* Responsive Type mixins\n*\/\n\/*\n* Helpers\n*\/\na.video {\n  border-radius: 16px;\n  overflow: hidden;\n  -webkit-mask-image: -webkit-radial-gradient(white, black);\n  position: relative;\n  cursor: pointer;\n  display: block;\n  aspect-ratio: 16\/9;\n  width: 100%;\n  height: 100%;\n}\na.video:hover:before {\n  -webkit-transform: scale(1.2);\n          transform: scale(1.2);\n  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);\n          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);\n}\n@media only screen and (min-width: 990px) {\n  a.video {\n    padding: 0;\n  }\n}\na.video .bg-image {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -webkit-transition: 0.3s ease-in-out;\n  transition: 0.3s ease-in-out;\n}\na.video .bg-image > img {\n  -webkit-transition: 0.3s ease-in-out;\n  transition: 0.3s ease-in-out;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n}\na.video .bg-image:hover > img {\n  -webkit-transform: scale(1.2);\n          transform: scale(1.2);\n  -webkit-transition: 0.3s ease-in-out;\n  transition: 0.3s ease-in-out;\n}\na.video .bg-image .video-play {\n  position: absolute;\n  left: 50%;\n  top: 50%;\n  -webkit-transform: translate(-50%, -50%);\n          transform: translate(-50%, -50%);\n  border-radius: 100px;\n  border: solid 2px #fff;\n  width: 108px;\n  height: 108px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center;\n}\n@media only screen and (max-width: 595px) {\n  a.video .bg-image .video-play {\n    width: 88px;\n    height: 88px;\n  }\n}\n@media only screen and (max-width: 720px) {\n  a.video .bg-image .video-play {\n    width: 44px;\n    height: 44px;\n    border-width: 1px;\n  }\n}\na.video .bg-image .video-play img {\n  width: 40px;\n  height: 40px;\n  margin-left: 4px;\n}\n@media only screen and (max-width: 595px) {\n  a.video .bg-image .video-play img {\n    width: 28px;\n    height: 28px;\n  }\n}\n@media only screen and (max-width: 720px) {\n  a.video .bg-image .video-play img {\n    width: 20px !important;\n    height: 20px !important;\n    margin-left: 5px;\n  }\n}\na.video.is-playing:before {\n  display: none;\n}\na.video--mp4:before {\n  content: \"\";\n  width: 84px;\n  height: 84px;\n  display: block;\n  background-image: url(\"\/wp-content\/themes\/bodytalk\/assets\/images\/play-button.svg\");\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: 100%;\n  position: absolute;\n  top: calc(50% - 42px);\n  left: calc(50% - 42px);\n  z-index: 1;\n  -webkit-transform: scale(1);\n          transform: scale(1);\n  -webkit-transition: all 0.3s ease;\n  transition: all 0.3s ease;\n  pointer-events: none;\n  -webkit-user-select: none;\n     -moz-user-select: none;\n      -ms-user-select: none;\n          user-select: none;\n  border-radius: 50%;\n}\na.video video,\na.video iframe {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n}\na.video--hero-inset:before {\n  width: 50px;\n  height: 50px;\n  top: calc(50% - 25px);\n  left: calc(50% - 25px);\n}\na.video--hero-inset.is-fullscreen {\n  position: fixed;\n  top: 50px;\n  right: 50px;\n  bottom: 50px;\n  left: 50px;\n  width: 100%;\n  height: 100%;\n  z-index: 100;\n}\n\/*# sourceMappingURL=block-video-modal.css.map *\/\n<\/style>\n\t\t<section id=\"\"\t\tclass=\"block-video block-video-modal       block-video--vimeo js-sticky-section block\">\n\t\t<div class=\"grid-container\" data-aos=\"fade\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col\">\n\t\t\t\t\t<a class=\"video\" href='#' data-video='https:\/\/player.vimeo.com\/video\/717800810?playsinline=true&#038;muted=false&#038;api=1&#038;texttrack=en-x-autogen&#038;controls=false'>\n\t\t\t\t\t\t<iframe title=\"Video\" class=\"inline-video\" width=\"100%\" height=\"100%\"\n\t\t\t\t\t\t\tsrc=\"https:\/\/player.vimeo.com\/video\/717800810?playsinline=true&#038;muted=false&#038;api=1&#038;texttrack=en-x-autogen&#038;controls=false\" frameborder=\"0\" allowfullscreen allow=\"autoplay\"><\/iframe>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bg-image\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1149\" height=\"650\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Screenshot-2022-06-08-at-09.12.53.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Screenshot-2022-06-08-at-09.12.53.png 1149w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Screenshot-2022-06-08-at-09.12.53-300x170.png 300w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Screenshot-2022-06-08-at-09.12.53-1024x579.png 1024w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Screenshot-2022-06-08-at-09.12.53-768x434.png 768w\" sizes=\"auto, (max-width: 1149px) 100vw, 1149px\" \/>\t\t\t\t\t\t\t\t<div class=\"video-play\">\n\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" width=\"83\" height=\"83\"\n\t\t\t\t\t\t\t\t\t\tsrc=\"\/wp-content\/themes\/bodytalk\/assets\/images\/play-white.svg\" alt=\"Play video\" \/>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\n\n<h2 class=\"_3vbdr sc-dfVpRl jZZncJ\"><span class=\"-KXLs\">Transform Your Business With Our Inspirational Training<\/span><\/h2>\n<p>Body Talk has a long history of helping people to unleash their true potential. Since the start of the Millenium, we have helped over 120,000 people increase their confidence, communication skills and presentation skills. Our training team is truly fantastic, and they have helped people all over the world discover their ability to inspire and influence others.<\/p>\n<p>In today&#8217;s business world, communication skills are more important than ever before. At Body Talk, we can help you hone those skills and learn how to give powerful presentations that will impact your audience.<\/p>\n<p>In this special episode of the Body Talk podcast, our founder and CEO Richard Newman talks to lead trainer and Head of Communication, Alina Jenkins about the story behind our success and how our inspirational training can help you and your team.<\/p>\n<p>They discuss:<\/p>\n<ul>\n<li>The founding story and the mission behind Body Talk<\/li>\n<li>Why communication skills are so critical right now<\/li>\n<li>Our training and what sets us apart from other companies<\/li>\n<li>The science behind our <strong><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/blogs\/communication-training\/\">communication training<\/a><\/strong><\/li>\n<li>Simple communication tips you can use right away<\/li>\n<\/ul>\n<p>If you&#8217;re looking to improve your business communication and boost your career, <strong><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/contact-us\/\">contact us today<\/a><\/strong> and see how we can help you achieve your goals.<\/p>\n<p><strong>USEFUL LINKS:<\/strong><\/p>\n<p>Listen to more episodes of the Body Talk podcast on <strong><a href=\"https:\/\/podcasts.apple.com\/gb\/podcast\/body-talk\/id1463525619\">Apple<\/a><\/strong>, <strong><a href=\"https:\/\/open.spotify.com\/show\/2oUqwRpMKqGJ3VXtvscgBt\">Spotify<\/a><\/strong> and <strong><a href=\"https:\/\/podcasts.google.com\/feed\/aHR0cHM6Ly9ib3JudG9zcGVhay5saWJzeW4uY29tL3Jzcw?sa=X&amp;ved=0CAMQ4aUDahcKEwiQ4ubUv534AhUAAAAAHQAAAAAQAQ\">Google\u00a0<\/a><\/strong><\/p>\n<p>Discover our courses. We offer<strong><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/\"> face-to-face<\/a>, <a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/virtual-training-for-communication-skills\/\">virtual<\/a><\/strong> and <strong><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/virtual-training-for-communication-skills\/\">masterclass<\/a> <\/strong>options to suit all budgets.<\/p>\n<p>Read our <strong><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/blogs\/\">blogs<\/a><\/strong> and our ultimate guide to <strong><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/advanced-communication-presentation-skills\/\">Advanced Presentation Skills<\/a><\/strong><\/p>\n<p>Follow us on <strong><a href=\"https:\/\/www.linkedin.com\/company\/communicationskillstraining\">LinkedIn<\/a><\/strong> and <strong><a href=\"https:\/\/www.instagram.com\/ukbodytalk\/?hl=en\">Instagram<\/a><\/strong><\/p>\n\n<style>\/*\nConverts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.\n@access private\n@param {Number} $value - Pixel value to convert.\n@param {Number} $base [null] - Base for pixel conversion.\n@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.\n*\/\n\/*\nRemoves the unit (e.g. px, em, rem) from a value, returning the number only.\n@param {Number} $num - Number to strip unit from.\n@returns {Number} The same number, sans unit.\n*\/\n\/*\nConverts one or more pixel values into matching rem values.\n@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.\n@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.\n@returns {List} A list of converted values.\n*\/\n\/**\n * Contrast\n *\/\n\/**\n*\tBasic link hover function\n*\/\n\/*\n* Fluid Type function\n*\/\n\/*\n* Breakpoint Handler\n* @usage: respond-to('tablet_small') { ... } to target 'tablet_small' and aboe\n*\/\n\/*\n* Grid Layout\n*\/\n\/*\n* Responsive Type mixins\n*\/\n\/*\n* Helpers\n*\/\na.video {\n  border-radius: 16px;\n  overflow: hidden;\n  -webkit-mask-image: -webkit-radial-gradient(white, black);\n  position: relative;\n  cursor: pointer;\n  display: block;\n  aspect-ratio: 16\/9;\n  width: 100%;\n  height: 100%;\n}\na.video:hover:before {\n  -webkit-transform: scale(1.2);\n          transform: scale(1.2);\n  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);\n          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);\n}\n@media only screen and (min-width: 990px) {\n  a.video {\n    padding: 0;\n  }\n}\na.video .bg-image {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -webkit-transition: 0.3s ease-in-out;\n  transition: 0.3s ease-in-out;\n}\na.video .bg-image > img {\n  -webkit-transition: 0.3s ease-in-out;\n  transition: 0.3s ease-in-out;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n}\na.video .bg-image:hover > img {\n  -webkit-transform: scale(1.2);\n          transform: scale(1.2);\n  -webkit-transition: 0.3s ease-in-out;\n  transition: 0.3s ease-in-out;\n}\na.video .bg-image .video-play {\n  position: absolute;\n  left: 50%;\n  top: 50%;\n  -webkit-transform: translate(-50%, -50%);\n          transform: translate(-50%, -50%);\n  border-radius: 100px;\n  border: solid 2px #fff;\n  width: 108px;\n  height: 108px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center;\n}\n@media only screen and (max-width: 595px) {\n  a.video .bg-image .video-play {\n    width: 88px;\n    height: 88px;\n  }\n}\n@media only screen and (max-width: 720px) {\n  a.video .bg-image .video-play {\n    width: 44px;\n    height: 44px;\n    border-width: 1px;\n  }\n}\na.video .bg-image .video-play img {\n  width: 40px;\n  height: 40px;\n  margin-left: 4px;\n}\n@media only screen and (max-width: 595px) {\n  a.video .bg-image .video-play img {\n    width: 28px;\n    height: 28px;\n  }\n}\n@media only screen and (max-width: 720px) {\n  a.video .bg-image .video-play img {\n    width: 20px !important;\n    height: 20px !important;\n    margin-left: 5px;\n  }\n}\na.video.is-playing:before {\n  display: none;\n}\na.video--mp4:before {\n  content: \"\";\n  width: 84px;\n  height: 84px;\n  display: block;\n  background-image: url(\"\/wp-content\/themes\/bodytalk\/assets\/images\/play-button.svg\");\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: 100%;\n  position: absolute;\n  top: calc(50% - 42px);\n  left: calc(50% - 42px);\n  z-index: 1;\n  -webkit-transform: scale(1);\n          transform: scale(1);\n  -webkit-transition: all 0.3s ease;\n  transition: all 0.3s ease;\n  pointer-events: none;\n  -webkit-user-select: none;\n     -moz-user-select: none;\n      -ms-user-select: none;\n          user-select: none;\n  border-radius: 50%;\n}\na.video video,\na.video iframe {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n}\na.video--hero-inset:before {\n  width: 50px;\n  height: 50px;\n  top: calc(50% - 25px);\n  left: calc(50% - 25px);\n}\na.video--hero-inset.is-fullscreen {\n  position: fixed;\n  top: 50px;\n  right: 50px;\n  bottom: 50px;\n  left: 50px;\n  width: 100%;\n  height: 100%;\n  z-index: 100;\n}\n\/*# sourceMappingURL=block-video-modal.css.map *\/\n<\/style>\n\n\n\n<style>\/*\nConverts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.\n@access private\n@param {Number} $value - Pixel value to convert.\n@param {Number} $base [null] - Base for pixel conversion.\n@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.\n*\/\n\/*\nRemoves the unit (e.g. px, em, rem) from a value, returning the number only.\n@param {Number} $num - Number to strip unit from.\n@returns {Number} The same number, sans unit.\n*\/\n\/*\nConverts one or more pixel values into matching rem values.\n@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.\n@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.\n@returns {List} A list of converted values.\n*\/\n\/**\n * Contrast\n *\/\n\/**\n*\tBasic link hover function\n*\/\n\/*\n* Fluid Type function\n*\/\n\/*\n* Breakpoint Handler\n* @usage: respond-to('tablet_small') { ... } to target 'tablet_small' and aboe\n*\/\n\/*\n* Grid Layout\n*\/\n\/*\n* Responsive Type mixins\n*\/\n\/*\n* Helpers\n*\/\na.video {\n  border-radius: 16px;\n  overflow: hidden;\n  -webkit-mask-image: -webkit-radial-gradient(white, black);\n  position: relative;\n  cursor: pointer;\n  display: block;\n  aspect-ratio: 16\/9;\n  width: 100%;\n  height: 100%;\n}\na.video:hover:before {\n  -webkit-transform: scale(1.2);\n          transform: scale(1.2);\n  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);\n          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);\n}\n@media only screen and (min-width: 990px) {\n  a.video {\n    padding: 0;\n  }\n}\na.video .bg-image {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -webkit-transition: 0.3s ease-in-out;\n  transition: 0.3s ease-in-out;\n}\na.video .bg-image > img {\n  -webkit-transition: 0.3s ease-in-out;\n  transition: 0.3s ease-in-out;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n}\na.video .bg-image:hover > img {\n  -webkit-transform: scale(1.2);\n          transform: scale(1.2);\n  -webkit-transition: 0.3s ease-in-out;\n  transition: 0.3s ease-in-out;\n}\na.video .bg-image .video-play {\n  position: absolute;\n  left: 50%;\n  top: 50%;\n  -webkit-transform: translate(-50%, -50%);\n          transform: translate(-50%, -50%);\n  border-radius: 100px;\n  border: solid 2px #fff;\n  width: 108px;\n  height: 108px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center;\n}\n@media only screen and (max-width: 595px) {\n  a.video .bg-image .video-play {\n    width: 88px;\n    height: 88px;\n  }\n}\n@media only screen and (max-width: 720px) {\n  a.video .bg-image .video-play {\n    width: 44px;\n    height: 44px;\n    border-width: 1px;\n  }\n}\na.video .bg-image .video-play img {\n  width: 40px;\n  height: 40px;\n  margin-left: 4px;\n}\n@media only screen and (max-width: 595px) {\n  a.video .bg-image .video-play img {\n    width: 28px;\n    height: 28px;\n  }\n}\n@media only screen and (max-width: 720px) {\n  a.video .bg-image .video-play img {\n    width: 20px !important;\n    height: 20px !important;\n    margin-left: 5px;\n  }\n}\na.video.is-playing:before {\n  display: none;\n}\na.video--mp4:before {\n  content: \"\";\n  width: 84px;\n  height: 84px;\n  display: block;\n  background-image: url(\"\/wp-content\/themes\/bodytalk\/assets\/images\/play-button.svg\");\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: 100%;\n  position: absolute;\n  top: calc(50% - 42px);\n  left: calc(50% - 42px);\n  z-index: 1;\n  -webkit-transform: scale(1);\n          transform: scale(1);\n  -webkit-transition: all 0.3s ease;\n  transition: all 0.3s ease;\n  pointer-events: none;\n  -webkit-user-select: none;\n     -moz-user-select: none;\n      -ms-user-select: none;\n          user-select: none;\n  border-radius: 50%;\n}\na.video video,\na.video iframe {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n}\na.video--hero-inset:before {\n  width: 50px;\n  height: 50px;\n  top: calc(50% - 25px);\n  left: calc(50% - 25px);\n}\na.video--hero-inset.is-fullscreen {\n  position: fixed;\n  top: 50px;\n  right: 50px;\n  bottom: 50px;\n  left: 50px;\n  width: 100%;\n  height: 100%;\n  z-index: 100;\n}\n\/*# sourceMappingURL=block-video-modal.css.map *\/\n<\/style>\n\n","protected":false},"excerpt":{"rendered":"<p>Since the start of the Millenium, Body Talk has helped over 120,000 people increase their confidence, improve their communication skills and inspire and influence others. In this special podcast, discover our story and how we can help you and your team unleash your true potential.<\/p>\n","protected":false},"author":13,"featured_media":1142,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":true,"content-type":"","footnotes":""},"categories":[17],"tags":[],"class_list":["post-1141","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-videos"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Transform Your Business With Our Inspirational Training | Body Talk<\/title>\n<meta name=\"description\" content=\"In this special podcast, discover our story and how we can help you and your team unleash your true potential and transform your business.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/posts\/1141\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Transform Your Business With Our Inspirational Training | Body Talk\" \/>\n<meta property=\"og:description\" content=\"In this special podcast, discover our story and how we can help you and your team unleash your true potential and transform your business.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/\" \/>\n<meta property=\"og:site_name\" content=\"Body Talk\" \/>\n<meta property=\"article:published_time\" content=\"2022-06-08T09:13:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-14T18:05:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Screenshot-2022-06-08-at-09.12.53.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1149\" \/>\n\t<meta property=\"og:image:height\" content=\"650\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Alina Jenkins\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alina Jenkins\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/\",\"name\":\"Transform Your Business With Our Inspirational Training | Body Talk\",\"isPartOf\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Screenshot-2022-06-08-at-09.12.53.png\",\"datePublished\":\"2022-06-08T09:13:47+00:00\",\"dateModified\":\"2025-07-14T18:05:17+00:00\",\"author\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#\/schema\/person\/45f138151ffbb85e8eb74f4289cb5e1f\"},\"description\":\"In this special podcast, discover our story and how we can help you and your team unleash your true potential and transform your business.\",\"breadcrumb\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/#primaryimage\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Screenshot-2022-06-08-at-09.12.53.png\",\"contentUrl\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Screenshot-2022-06-08-at-09.12.53.png\",\"width\":1149,\"height\":650},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Transform Your Business With Our Inspirational Training\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\",\"name\":\"Body Talk\",\"description\":\"The Science of Communication\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#\/schema\/person\/45f138151ffbb85e8eb74f4289cb5e1f\",\"name\":\"Alina Jenkins\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4edbb07257e642a89ba295b462a5e755e13ada07ce83e09dd6d42a52f3259c49?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4edbb07257e642a89ba295b462a5e755e13ada07ce83e09dd6d42a52f3259c49?s=96&d=mm&r=g\",\"caption\":\"Alina Jenkins\"},\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/author\/alinkajenkins\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Transform Your Business With Our Inspirational Training | Body Talk","description":"In this special podcast, discover our story and how we can help you and your team unleash your true potential and transform your business.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/posts\/1141","og_locale":"en_GB","og_type":"article","og_title":"Transform Your Business With Our Inspirational Training | Body Talk","og_description":"In this special podcast, discover our story and how we can help you and your team unleash your true potential and transform your business.","og_url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/","og_site_name":"Body Talk","article_published_time":"2022-06-08T09:13:47+00:00","article_modified_time":"2025-07-14T18:05:17+00:00","og_image":[{"width":1149,"height":650,"url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Screenshot-2022-06-08-at-09.12.53.png","type":"image\/png"}],"author":"Alina Jenkins","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Alina Jenkins","Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/","name":"Transform Your Business With Our Inspirational Training | Body Talk","isPartOf":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/#primaryimage"},"image":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/#primaryimage"},"thumbnailUrl":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Screenshot-2022-06-08-at-09.12.53.png","datePublished":"2022-06-08T09:13:47+00:00","dateModified":"2025-07-14T18:05:17+00:00","author":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#\/schema\/person\/45f138151ffbb85e8eb74f4289cb5e1f"},"description":"In this special podcast, discover our story and how we can help you and your team unleash your true potential and transform your business.","breadcrumb":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/#primaryimage","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Screenshot-2022-06-08-at-09.12.53.png","contentUrl":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Screenshot-2022-06-08-at-09.12.53.png","width":1149,"height":650},{"@type":"BreadcrumbList","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/transform-your-business\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/"},{"@type":"ListItem","position":2,"name":"Transform Your Business With Our Inspirational Training"}]},{"@type":"WebSite","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/","name":"Body Talk","description":"The Science of Communication","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#\/schema\/person\/45f138151ffbb85e8eb74f4289cb5e1f","name":"Alina Jenkins","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4edbb07257e642a89ba295b462a5e755e13ada07ce83e09dd6d42a52f3259c49?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4edbb07257e642a89ba295b462a5e755e13ada07ce83e09dd6d42a52f3259c49?s=96&d=mm&r=g","caption":"Alina Jenkins"},"url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/author\/alinkajenkins\/"}]}},"_links":{"self":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/posts\/1141","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/comments?post=1141"}],"version-history":[{"count":0,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/posts\/1141\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/media\/1142"}],"wp:attachment":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/media?parent=1141"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/categories?post=1141"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/tags?post=1141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}