<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Video Design and Editing Services for Professionals and Entrepreneurs</title>
	<atom:link href="http://www.virtualassist.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualassist.net/</link>
	<description>Video Editing Services Virtual Assistant for Company Videos and Marketing</description>
	<lastBuildDate>Sun, 13 Dec 2020 00:22:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.10</generator>

<image>
	<url>http://www.virtualassist.net/wptemp/wp-content/uploads/cropped-favicon515x515-32x32.jpg</url>
	<title>Video Design and Editing Services for Professionals and Entrepreneurs</title>
	<link>http://www.virtualassist.net/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Testing YouTube Video Player Styles for Vertical and Square Videos Embedded on a Webpage</title>
		<link>http://www.virtualassist.net/blog/testing-youtube-video-player-styles-for-vertical-and-square-videos-embedded-on-a-webpage.html/</link>
		
		<dc:creator><![CDATA[Andrea Kalli]]></dc:creator>
		<pubDate>Sat, 12 Dec 2020 22:01:39 +0000</pubDate>
				<category><![CDATA[business productivity]]></category>
		<guid isPermaLink="false">http://www.virtualassist.net/?p=11532</guid>

					<description><![CDATA[<p>It&#8217;s the end of 2020, and I&#8217;m just getting into creating more and more vertical and square videos for people. So I decided it was time for me to explore deeper into how clients can take their newly minted vertical or square video, upload them to YouTube for the exposure benefits, and utilize the YouTube ... <a href="http://www.virtualassist.net/blog/testing-youtube-video-player-styles-for-vertical-and-square-videos-embedded-on-a-webpage.html/" class="more-link">Read More <span class="screen-reader-text">about  Testing YouTube Video Player Styles for Vertical and Square Videos Embedded on a Webpage</span></a></p>
<p>The post <a rel="nofollow" href="http://www.virtualassist.net/blog/testing-youtube-video-player-styles-for-vertical-and-square-videos-embedded-on-a-webpage.html/">Testing YouTube Video Player Styles for Vertical and Square Videos Embedded on a Webpage</a> appeared first on <a rel="nofollow" href="http://www.virtualassist.net">Video Design and Editing Services for Professionals and Entrepreneurs</a>.</p>
]]></description>
										<content:encoded><![CDATA[


<div class="wp-block-image is-style-default"><figure class="aligncenter size-large"><img loading="lazy" width="600" height="339" src="http://www.virtualassist.net/wptemp/wp-content/uploads/VerticalVideoYouTubeEmbedCodeWebsite-1-600x339.png" alt="" class="wp-image-11552" srcset="http://www.virtualassist.net/wptemp/wp-content/uploads/VerticalVideoYouTubeEmbedCodeWebsite-1-600x339.png 600w, http://www.virtualassist.net/wptemp/wp-content/uploads/VerticalVideoYouTubeEmbedCodeWebsite-1-300x170.png 300w, http://www.virtualassist.net/wptemp/wp-content/uploads/VerticalVideoYouTubeEmbedCodeWebsite-1-768x434.png 768w, http://www.virtualassist.net/wptemp/wp-content/uploads/VerticalVideoYouTubeEmbedCodeWebsite-1.png 1187w" sizes="(max-width: 600px) 100vw, 600px" /><figcaption>Vertical Video on YouTube</figcaption></figure></div>



<p>It&#8217;s the end of 2020, and I&#8217;m just getting into creating more and more vertical and square videos for people. So I decided it was time for me to explore deeper into how clients can take their newly minted vertical or square video, upload them to YouTube for the exposure benefits, and utilize the YouTube embed code for placing the video onto their website page or blog post. As I progress and find out more, I&#8217;ll update this post periodically. I&#8217;m sure there are plugins to do this, but sometimes plugins cause havoc or don&#8217;t play well with other things. Here I go down the rabbit hole&#8230;</p>
<p>Text. Here is some text and a vertical video that is centered using the align center for the paragraph. Grabbed the embed code from youtube and changed the iframe from the default width=&#8221;560&#8243; height=&#8221;315&#8243; to be width=&#8221;315&#8243; height=&#8221;560&#8243;. Next I&#8217;d like to see how I can get the text to wrap next to a video that is not centered. I had to switch to the HTML view of the page/post.</p>
<p align="center"><iframe loading="lazy" src="https://www.youtube.com/embed/8lbmjZBjyU8" width="315" height="560" frameborder="0" allowfullscreen="allowfullscreen"> <p>Text. here is some text and now a square video, not centered. Grabbed the embed code from youtube and changed the iframe from the default width=&#8221;560&#8243; height=&#8221;315&#8243; to be width=&#8221;315&#8243; height=&#8221;315&#8243;</p><p><iframe loading="lazy" src="https://www.youtube.com/embed/P76R7TmnO5c" allowfullscreen="allowfullscreen" width="315" height="315" frameborder="0"></iframe></p></iframe></p>
<hr />

<p><iframe loading="lazy" style="padding: 30px; float: left; width: 315px; height: 315px;" src="https://www.youtube.com/embed/P76R7TmnO5c?feature=oembed&amp;rel=0" width="315" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<h3>This is My Header Text.</h3>
<p>Here is some text and now a square video, not centered. Grabbed the embed code from youtube and changed the iframe from the default width=&#8221;560&#8243; height=&#8221;315&#8243; to be width=&#8221;315&#8243; height=&#8221;315&#8243;. For wrapping the text next to the video I used the example from https://community.canvaslms.com/t5/Question-Forum/Wrap-text-around-a-video/td-p/389843. I added padding between the video and text by including &#8220;padding: 30px; right before the float parameter in the iframe code. When not viewed on a mobile phone, this puts the text on the right and the video on the left. While this code example did the trick, it&#8217;s not elegant or super simple, and will probably scare away the average WordPress user from trying it out when they embed their vertical and square YouTube videos onto their own website, unless they have a plugin to do this for them. Just my opinion. I could be wrong. Now I&#8217;ll add plenty of extra text to see how the text wraps around the video, blah blah blah. Now I&#8217;ll add plenty of extra text to see how the text wraps around the video, blah blah blah. Now I&#8217;ll add plenty of extra text to see how the text wraps around the video, blah blah blah. Now I&#8217;ll add plenty of extra text to see how the text wraps around the video, blah blah blah.Now I&#8217;ll add plenty of extra text to see how the text wraps around the video, blah blah blah.Now I&#8217;ll add plenty of extra text to see how the text wraps around the video, blah blah blah.</p>
<p>Â </p>
<p>&#8212;&#8212;</p>
<p><br /><br /><br /><br /></p>
<div>
<p><iframe loading="lazy" style="padding: 30px; float: right; width: 315px; height: 315px;" src="https://www.youtube.com/embed/P76R7TmnO5c?feature=oembed&amp;rel=0" width="315" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<h3>This is My Header Text.</h3>
<p>Same code as above, but changed the float parameter to right, just to test it out. When not viewed on a mobile phone, this puts the text on the left and the video on the right.</p>
</div>
<p>Â </p>
<p>Â </p>
<p>Â </p>



<figure class="wp-block-image size-large"><img loading="lazy" width="600" height="167" src="http://www.virtualassist.net/wptemp/wp-content/uploads/2020-12-12_16-33-15-2-600x167.png" alt="" class="wp-image-11562" srcset="http://www.virtualassist.net/wptemp/wp-content/uploads/2020-12-12_16-33-15-2-600x167.png 600w, http://www.virtualassist.net/wptemp/wp-content/uploads/2020-12-12_16-33-15-2-300x84.png 300w, http://www.virtualassist.net/wptemp/wp-content/uploads/2020-12-12_16-33-15-2.png 767w" sizes="(max-width: 600px) 100vw, 600px" /></figure>
<span class="synved-social-container synved-social-container-follow"><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-facebook nolightbox" data-provider="facebook" target="_blank" rel="nofollow" title="Follow me on Facebook" href="https://www.facebook.com/marketingassistant" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="Facebook" title="Follow me on Facebook" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/facebook.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-twitter nolightbox" data-provider="twitter" target="_blank" rel="nofollow" title="Follow us on Twitter" href="https://twitter.com/AndreaKalli" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="twitter" title="Follow us on Twitter" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/twitter.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-linkedin nolightbox" data-provider="linkedin" target="_blank" rel="nofollow" title="Find me on LinkedIn" href="https://www.linkedin.com/in/andreakalli" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="linkedin" title="Find me on LinkedIn" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/linkedin.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-rss nolightbox" data-provider="rss" target="_blank" rel="nofollow" title="Subscribe to my Blog Feed" href="http://feeds.feedburner.com/andreakblog" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="rss" title="Subscribe to my Blog Feed" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/rss.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-youtube nolightbox" data-provider="youtube" target="_blank" rel="nofollow" title="Find me on YouTube" href="https://www.youtube.com/channel/UCubxty9ipiycK93EThtn32Q" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px"><img alt="youtube" title="Find me on YouTube" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/youtube.png" /></a></span><br/><span class="synved-social-container synved-social-container-share"><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-facebook nolightbox" data-provider="facebook" target="_blank" rel="nofollow" title="Share on Facebook" href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Ftesting-youtube-video-player-styles-for-vertical-and-square-videos-embedded-on-a-webpage.html%2F&#038;t=Testing%20YouTube%20Video%20Player%20Styles%20for%20Vertical%20and%20Square%20Videos%20Embedded%20on%20a%20Webpage&#038;s=100&#038;p&#091;url&#093;=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Ftesting-youtube-video-player-styles-for-vertical-and-square-videos-embedded-on-a-webpage.html%2F&#038;p&#091;images&#093;&#091;0&#093;=http%3A%2F%2Fwww.virtualassist.net%2Fwptemp%2Fwp-content%2Fuploads%2FVerticalVideoYouTubeEmbedCodeWebsite.png&#038;p&#091;title&#093;=Testing%20YouTube%20Video%20Player%20Styles%20for%20Vertical%20and%20Square%20Videos%20Embedded%20on%20a%20Webpage" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="Facebook" title="Share on Facebook" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/facebook.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-twitter nolightbox" data-provider="twitter" target="_blank" rel="nofollow" title="Share on Twitter" href="https://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Ftesting-youtube-video-player-styles-for-vertical-and-square-videos-embedded-on-a-webpage.html%2F&#038;text=Hey%20check%20this%20out" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="twitter" title="Share on Twitter" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/twitter.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-pinterest nolightbox" data-provider="pinterest" target="_blank" rel="nofollow" title="Pin it with Pinterest" href="https://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Ftesting-youtube-video-player-styles-for-vertical-and-square-videos-embedded-on-a-webpage.html%2F&#038;media=http%3A%2F%2Fwww.virtualassist.net%2Fwptemp%2Fwp-content%2Fuploads%2FVerticalVideoYouTubeEmbedCodeWebsite.png&#038;description=Testing%20YouTube%20Video%20Player%20Styles%20for%20Vertical%20and%20Square%20Videos%20Embedded%20on%20a%20Webpage" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="pinterest" title="Pin it with Pinterest" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/pinterest.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-linkedin nolightbox" data-provider="linkedin" target="_blank" rel="nofollow" title="Share on Linkedin" href="https://www.linkedin.com/shareArticle?mini=true&#038;url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Ftesting-youtube-video-player-styles-for-vertical-and-square-videos-embedded-on-a-webpage.html%2F&#038;title=Testing%20YouTube%20Video%20Player%20Styles%20for%20Vertical%20and%20Square%20Videos%20Embedded%20on%20a%20Webpage" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px"><img alt="linkedin" title="Share on Linkedin" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/linkedin.png" /></a></span><p>The post <a rel="nofollow" href="http://www.virtualassist.net/blog/testing-youtube-video-player-styles-for-vertical-and-square-videos-embedded-on-a-webpage.html/">Testing YouTube Video Player Styles for Vertical and Square Videos Embedded on a Webpage</a> appeared first on <a rel="nofollow" href="http://www.virtualassist.net">Video Design and Editing Services for Professionals and Entrepreneurs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Client Christmas Video Greeting 2019</title>
		<link>http://www.virtualassist.net/blog/client-christmas-video-greeting-2019.html/</link>
		
		<dc:creator><![CDATA[Andrea Kalli]]></dc:creator>
		<pubDate>Fri, 04 Sep 2020 01:57:26 +0000</pubDate>
				<category><![CDATA[business productivity]]></category>
		<guid isPermaLink="false">http://www.virtualassist.net/?p=11406</guid>

					<description><![CDATA[<p>I gifted this holiday video to my client at Azure Horizons last year to send to his clients. It&#8217;s created in the 2D animated character style, using his custom character dressed in his Santa finest. Designed and edited by http://www.virtualassist.net &#8211; Andrea Kalli &#8211; Video Design. Video Editing Services. Video Marketing.</p>
<p>The post <a rel="nofollow" href="http://www.virtualassist.net/blog/client-christmas-video-greeting-2019.html/">Client Christmas Video Greeting 2019</a> appeared first on <a rel="nofollow" href="http://www.virtualassist.net">Video Design and Editing Services for Professionals and Entrepreneurs</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Client Christmas Video Greeting 2019" width="500" height="281" src="https://www.youtube.com/embed/QfOdyIbLxlI?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>



<p>I gifted this holiday video to my client at Azure Horizons last year to send to his clients. It&#8217;s created in the 2D animated character style, using his custom character dressed in his Santa finest. Designed and edited by http://www.virtualassist.net &#8211; Andrea Kalli &#8211; Video Design. Video Editing Services. Video Marketing.</p>
<span class="synved-social-container synved-social-container-follow"><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-facebook nolightbox" data-provider="facebook" target="_blank" rel="nofollow" title="Follow me on Facebook" href="https://www.facebook.com/marketingassistant" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="Facebook" title="Follow me on Facebook" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/facebook.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-twitter nolightbox" data-provider="twitter" target="_blank" rel="nofollow" title="Follow us on Twitter" href="https://twitter.com/AndreaKalli" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="twitter" title="Follow us on Twitter" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/twitter.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-linkedin nolightbox" data-provider="linkedin" target="_blank" rel="nofollow" title="Find me on LinkedIn" href="https://www.linkedin.com/in/andreakalli" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="linkedin" title="Find me on LinkedIn" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/linkedin.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-rss nolightbox" data-provider="rss" target="_blank" rel="nofollow" title="Subscribe to my Blog Feed" href="http://feeds.feedburner.com/andreakblog" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="rss" title="Subscribe to my Blog Feed" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/rss.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-youtube nolightbox" data-provider="youtube" target="_blank" rel="nofollow" title="Find me on YouTube" href="https://www.youtube.com/channel/UCubxty9ipiycK93EThtn32Q" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px"><img alt="youtube" title="Find me on YouTube" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/youtube.png" /></a></span><br/><span class="synved-social-container synved-social-container-share"><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-facebook nolightbox" data-provider="facebook" target="_blank" rel="nofollow" title="Share on Facebook" href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fclient-christmas-video-greeting-2019.html%2F&#038;t=Client%20Christmas%20Video%20Greeting%202019&#038;s=100&#038;p&#091;url&#093;=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fclient-christmas-video-greeting-2019.html%2F&#038;p&#091;images&#093;&#091;0&#093;=&#038;p&#091;title&#093;=Client%20Christmas%20Video%20Greeting%202019" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="Facebook" title="Share on Facebook" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/facebook.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-twitter nolightbox" data-provider="twitter" target="_blank" rel="nofollow" title="Share on Twitter" href="https://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fclient-christmas-video-greeting-2019.html%2F&#038;text=Hey%20check%20this%20out" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="twitter" title="Share on Twitter" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/twitter.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-pinterest nolightbox" data-provider="pinterest" target="_blank" rel="nofollow" title="Pin it with Pinterest" href="https://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fclient-christmas-video-greeting-2019.html%2F&#038;media=&#038;description=Client%20Christmas%20Video%20Greeting%202019" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="pinterest" title="Pin it with Pinterest" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/pinterest.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-linkedin nolightbox" data-provider="linkedin" target="_blank" rel="nofollow" title="Share on Linkedin" href="https://www.linkedin.com/shareArticle?mini=true&#038;url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fclient-christmas-video-greeting-2019.html%2F&#038;title=Client%20Christmas%20Video%20Greeting%202019" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px"><img alt="linkedin" title="Share on Linkedin" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/linkedin.png" /></a></span><p>The post <a rel="nofollow" href="http://www.virtualassist.net/blog/client-christmas-video-greeting-2019.html/">Client Christmas Video Greeting 2019</a> appeared first on <a rel="nofollow" href="http://www.virtualassist.net">Video Design and Editing Services for Professionals and Entrepreneurs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>IT Support Business Animated Explainer Marketing Video for Security Services</title>
		<link>http://www.virtualassist.net/blog/it-support-business-animated-explainer-marketing-video-for-security-services.html/</link>
		
		<dc:creator><![CDATA[Andrea Kalli]]></dc:creator>
		<pubDate>Fri, 04 Sep 2020 00:06:10 +0000</pubDate>
				<category><![CDATA[Video Marketing]]></category>
		<guid isPermaLink="false">http://www.virtualassist.net/?p=11347</guid>

					<description><![CDATA[<p>Check out my latest IT Support Business Animated Explainer Marketing Video for Security Services &#8211; for my client, Azure-Horizons, with custom designed talking character. Designed and edited by http://www.virtualassist.net &#8211; Andrea Kalli &#8211; Video Design. Video Editing Services. Video Marketing.</p>
<p>The post <a rel="nofollow" href="http://www.virtualassist.net/blog/it-support-business-animated-explainer-marketing-video-for-security-services.html/">IT Support Business Animated Explainer Marketing Video for Security Services</a> appeared first on <a rel="nofollow" href="http://www.virtualassist.net">Video Design and Editing Services for Professionals and Entrepreneurs</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="IT Support Business Animated Explainer Marketing Video for Security Services" width="500" height="281" src="https://www.youtube.com/embed/y592-wuQj6M?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>



<p><span class="style-scope yt-formatted-string" dir="auto">Check out my latest IT Support Business Animated Explainer Marketing Video for Security Services &#8211; for my client, Azure-Horizons, with custom designed talking character. Designed and edited by </span><a class="yt-simple-endpoint style-scope yt-formatted-string" dir="auto" spellcheck="false" href="https://www.youtube.com/redirect?event=video_description&amp;v=y592-wuQj6M&amp;q=http%3A%2F%2Fwww.virtualassist.net&amp;redir_token=QUFFLUhqbEVocTZUV0FZUDRxVWVOc0NKcktIbDNLSVByUXxBQ3Jtc0tsQV9kQzZnSFdPaVU5VHlvcFk2UXA3TnAtMzN3SExreDRpRGY4aUlweHVfZVFZanVRZlQ3elNQSGxSU09WcUZfVnE4NHU2NjBuRms4clJwQy02SDVaWVFQaUQ2RUMwZEJiX1k3UW0wb1hUOFhlc2l0RQ%3D%3D" target="_blank" rel="nofollow noopener noreferrer">http://www.virtualassist.net</a><span class="style-scope yt-formatted-string" dir="auto"> &#8211; Andrea Kalli &#8211; Video Design. Video Editing Services. Video Marketing. </span></p>
<span class="synved-social-container synved-social-container-follow"><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-facebook nolightbox" data-provider="facebook" target="_blank" rel="nofollow" title="Follow me on Facebook" href="https://www.facebook.com/marketingassistant" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="Facebook" title="Follow me on Facebook" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/facebook.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-twitter nolightbox" data-provider="twitter" target="_blank" rel="nofollow" title="Follow us on Twitter" href="https://twitter.com/AndreaKalli" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="twitter" title="Follow us on Twitter" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/twitter.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-linkedin nolightbox" data-provider="linkedin" target="_blank" rel="nofollow" title="Find me on LinkedIn" href="https://www.linkedin.com/in/andreakalli" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="linkedin" title="Find me on LinkedIn" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/linkedin.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-rss nolightbox" data-provider="rss" target="_blank" rel="nofollow" title="Subscribe to my Blog Feed" href="http://feeds.feedburner.com/andreakblog" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="rss" title="Subscribe to my Blog Feed" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/rss.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-youtube nolightbox" data-provider="youtube" target="_blank" rel="nofollow" title="Find me on YouTube" href="https://www.youtube.com/channel/UCubxty9ipiycK93EThtn32Q" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px"><img alt="youtube" title="Find me on YouTube" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/youtube.png" /></a></span><br/><span class="synved-social-container synved-social-container-share"><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-facebook nolightbox" data-provider="facebook" target="_blank" rel="nofollow" title="Share on Facebook" href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fit-support-business-animated-explainer-marketing-video-for-security-services.html%2F&#038;t=IT%20Support%20Business%20Animated%20Explainer%20Marketing%20Video%20for%20Security%20Services&#038;s=100&#038;p&#091;url&#093;=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fit-support-business-animated-explainer-marketing-video-for-security-services.html%2F&#038;p&#091;images&#093;&#091;0&#093;=&#038;p&#091;title&#093;=IT%20Support%20Business%20Animated%20Explainer%20Marketing%20Video%20for%20Security%20Services" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="Facebook" title="Share on Facebook" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/facebook.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-twitter nolightbox" data-provider="twitter" target="_blank" rel="nofollow" title="Share on Twitter" href="https://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fit-support-business-animated-explainer-marketing-video-for-security-services.html%2F&#038;text=Hey%20check%20this%20out" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="twitter" title="Share on Twitter" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/twitter.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-pinterest nolightbox" data-provider="pinterest" target="_blank" rel="nofollow" title="Pin it with Pinterest" href="https://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fit-support-business-animated-explainer-marketing-video-for-security-services.html%2F&#038;media=&#038;description=IT%20Support%20Business%20Animated%20Explainer%20Marketing%20Video%20for%20Security%20Services" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="pinterest" title="Pin it with Pinterest" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/pinterest.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-linkedin nolightbox" data-provider="linkedin" target="_blank" rel="nofollow" title="Share on Linkedin" href="https://www.linkedin.com/shareArticle?mini=true&#038;url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fit-support-business-animated-explainer-marketing-video-for-security-services.html%2F&#038;title=IT%20Support%20Business%20Animated%20Explainer%20Marketing%20Video%20for%20Security%20Services" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px"><img alt="linkedin" title="Share on Linkedin" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/linkedin.png" /></a></span><p>The post <a rel="nofollow" href="http://www.virtualassist.net/blog/it-support-business-animated-explainer-marketing-video-for-security-services.html/">IT Support Business Animated Explainer Marketing Video for Security Services</a> appeared first on <a rel="nofollow" href="http://www.virtualassist.net">Video Design and Editing Services for Professionals and Entrepreneurs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Come Sit Stay Pet Shipping marketing video &#8211; Parker Colorado</title>
		<link>http://www.virtualassist.net/blog/come-sit-stay-pet-shipping-marketing-video-parker-colorado.html/</link>
		
		<dc:creator><![CDATA[Andrea Kalli]]></dc:creator>
		<pubDate>Fri, 06 Apr 2018 19:48:55 +0000</pubDate>
				<category><![CDATA[Video Marketing]]></category>
		<guid isPermaLink="false">http://www.virtualassist.net/?p=10805</guid>

					<description><![CDATA[<p>Come Sit Stay Pet Shipping marketing video &#8211; Parker Colorado &#8211; Designed and edited by http://www.virtualassist.net &#8211; Andrea Kalli &#8211; Video Design. Video Editing Services. Video Marketing. If you want to see more, check out my showcase videos: http://www.virtualassist.net/showcase-business-marketing-videos/ &#160;</p>
<p>The post <a rel="nofollow" href="http://www.virtualassist.net/blog/come-sit-stay-pet-shipping-marketing-video-parker-colorado.html/">Come Sit Stay Pet Shipping marketing video &#8211; Parker Colorado</a> appeared first on <a rel="nofollow" href="http://www.virtualassist.net">Video Design and Editing Services for Professionals and Entrepreneurs</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Come Sit Stay Pet Shipping marketing video - Parker Colorado" width="500" height="281" src="https://www.youtube.com/embed/lOGtUcu9cMU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>




<p>Come Sit Stay Pet Shipping marketing video &#8211; Parker Colorado &#8211; Designed and edited by <a href="http://www.virtualassist.net" target="_blank" rel="nofollow noopener noreferrer">http://www.virtualassist.net</a> &#8211; Andrea Kalli &#8211; Video Design. Video Editing Services. Video Marketing.</p>
<p>If you want to see more, check out my showcase videos: <a href="http://www.virtualassist.net/showcase-business-marketing-videos/" target="_blank" rel="nofollow noopener noreferrer">http://www.virtualassist.net/showcase-business-marketing-videos/</a></p>
<p>&nbsp;</p><span class="synved-social-container synved-social-container-follow"><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-facebook nolightbox" data-provider="facebook" target="_blank" rel="nofollow" title="Follow me on Facebook" href="https://www.facebook.com/marketingassistant" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="Facebook" title="Follow me on Facebook" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/facebook.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-twitter nolightbox" data-provider="twitter" target="_blank" rel="nofollow" title="Follow us on Twitter" href="https://twitter.com/AndreaKalli" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="twitter" title="Follow us on Twitter" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/twitter.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-linkedin nolightbox" data-provider="linkedin" target="_blank" rel="nofollow" title="Find me on LinkedIn" href="https://www.linkedin.com/in/andreakalli" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="linkedin" title="Find me on LinkedIn" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/linkedin.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-rss nolightbox" data-provider="rss" target="_blank" rel="nofollow" title="Subscribe to my Blog Feed" href="http://feeds.feedburner.com/andreakblog" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="rss" title="Subscribe to my Blog Feed" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/rss.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-youtube nolightbox" data-provider="youtube" target="_blank" rel="nofollow" title="Find me on YouTube" href="https://www.youtube.com/channel/UCubxty9ipiycK93EThtn32Q" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px"><img alt="youtube" title="Find me on YouTube" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/youtube.png" /></a></span><br/><span class="synved-social-container synved-social-container-share"><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-facebook nolightbox" data-provider="facebook" target="_blank" rel="nofollow" title="Share on Facebook" href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fcome-sit-stay-pet-shipping-marketing-video-parker-colorado.html%2F&#038;t=Come%20Sit%20Stay%20Pet%20Shipping%20marketing%20video%20%E2%80%93%20Parker%20Colorado&#038;s=100&#038;p&#091;url&#093;=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fcome-sit-stay-pet-shipping-marketing-video-parker-colorado.html%2F&#038;p&#091;images&#093;&#091;0&#093;=http%3A%2F%2Fwww.virtualassist.net%2Fwptemp%2Fwp-content%2Fuploads%2FlOGtUcu9cMU.jpg&#038;p&#091;title&#093;=Come%20Sit%20Stay%20Pet%20Shipping%20marketing%20video%20%E2%80%93%20Parker%20Colorado" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="Facebook" title="Share on Facebook" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/facebook.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-twitter nolightbox" data-provider="twitter" target="_blank" rel="nofollow" title="Share on Twitter" href="https://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fcome-sit-stay-pet-shipping-marketing-video-parker-colorado.html%2F&#038;text=Hey%20check%20this%20out" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="twitter" title="Share on Twitter" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/twitter.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-pinterest nolightbox" data-provider="pinterest" target="_blank" rel="nofollow" title="Pin it with Pinterest" href="https://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fcome-sit-stay-pet-shipping-marketing-video-parker-colorado.html%2F&#038;media=http%3A%2F%2Fwww.virtualassist.net%2Fwptemp%2Fwp-content%2Fuploads%2FlOGtUcu9cMU.jpg&#038;description=Come%20Sit%20Stay%20Pet%20Shipping%20marketing%20video%20%E2%80%93%20Parker%20Colorado" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="pinterest" title="Pin it with Pinterest" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/pinterest.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-linkedin nolightbox" data-provider="linkedin" target="_blank" rel="nofollow" title="Share on Linkedin" href="https://www.linkedin.com/shareArticle?mini=true&#038;url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Fcome-sit-stay-pet-shipping-marketing-video-parker-colorado.html%2F&#038;title=Come%20Sit%20Stay%20Pet%20Shipping%20marketing%20video%20%E2%80%93%20Parker%20Colorado" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px"><img alt="linkedin" title="Share on Linkedin" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/linkedin.png" /></a></span><p>The post <a rel="nofollow" href="http://www.virtualassist.net/blog/come-sit-stay-pet-shipping-marketing-video-parker-colorado.html/">Come Sit Stay Pet Shipping marketing video &#8211; Parker Colorado</a> appeared first on <a rel="nofollow" href="http://www.virtualassist.net">Video Design and Editing Services for Professionals and Entrepreneurs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Acumatica Marketing Whiteboard Video to highlight software features</title>
		<link>http://www.virtualassist.net/blog/acumatica-marketing-whiteboard-video-to-highlight-software-features.html/</link>
		
		<dc:creator><![CDATA[Andrea Kalli]]></dc:creator>
		<pubDate>Wed, 04 Apr 2018 19:49:44 +0000</pubDate>
				<category><![CDATA[Video Marketing]]></category>
		<guid isPermaLink="false">http://www.virtualassist.net/?p=10806</guid>

					<description><![CDATA[<p>Check out this new client whiteboard video &#8211; Acumatica Marketing Video to highlight software features, designed and edited by http://www.virtualassist.net &#8211; Andrea Kalli &#8211; Video Design. Video Editing Services. Video Marketing. If you want to see more, check out my showcase videos: http://www.virtualassist.net/showcase-business-marketing-videos/</p>
<p>The post <a rel="nofollow" href="http://www.virtualassist.net/blog/acumatica-marketing-whiteboard-video-to-highlight-software-features.html/">Acumatica Marketing Whiteboard Video to highlight software features</a> appeared first on <a rel="nofollow" href="http://www.virtualassist.net">Video Design and Editing Services for Professionals and Entrepreneurs</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="manufacturingexplainerFINAL3" width="500" height="281" src="https://www.youtube.com/embed/_Sw5hmikA-g?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>


<p>Check out this new client whiteboard video &#8211; Acumatica Marketing Video to highlight software features, designed and edited by <a href="http://www.virtualassist.net" target="_blank" rel="nofollow noopener noreferrer">http://www.virtualassist.net</a> &#8211; Andrea Kalli &#8211; Video Design. Video Editing Services. Video Marketing.</p>
<p>If you want to see more, check out my showcase videos: <a href="http://www.virtualassist.net/showcase-business-marketing-videos/" target="_blank" rel="nofollow noopener noreferrer">http://www.virtualassist.net/showcase-business-marketing-videos/</a></p><span class="synved-social-container synved-social-container-follow"><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-facebook nolightbox" data-provider="facebook" target="_blank" rel="nofollow" title="Follow me on Facebook" href="https://www.facebook.com/marketingassistant" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="Facebook" title="Follow me on Facebook" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/facebook.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-twitter nolightbox" data-provider="twitter" target="_blank" rel="nofollow" title="Follow us on Twitter" href="https://twitter.com/AndreaKalli" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="twitter" title="Follow us on Twitter" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/twitter.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-linkedin nolightbox" data-provider="linkedin" target="_blank" rel="nofollow" title="Find me on LinkedIn" href="https://www.linkedin.com/in/andreakalli" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="linkedin" title="Find me on LinkedIn" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/linkedin.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-rss nolightbox" data-provider="rss" target="_blank" rel="nofollow" title="Subscribe to my Blog Feed" href="http://feeds.feedburner.com/andreakblog" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="rss" title="Subscribe to my Blog Feed" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/rss.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-16 synved-social-resolution-single synved-social-provider-youtube nolightbox" data-provider="youtube" target="_blank" rel="nofollow" title="Find me on YouTube" href="https://www.youtube.com/channel/UCubxty9ipiycK93EThtn32Q" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px"><img alt="youtube" title="Find me on YouTube" class="synved-share-image synved-social-image synved-social-image-follow" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/youtube.png" /></a></span><br/><span class="synved-social-container synved-social-container-share"><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-facebook nolightbox" data-provider="facebook" target="_blank" rel="nofollow" title="Share on Facebook" href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Facumatica-marketing-whiteboard-video-to-highlight-software-features.html%2F&#038;t=Acumatica%20Marketing%20Whiteboard%20Video%20to%20highlight%20software%20features&#038;s=100&#038;p&#091;url&#093;=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Facumatica-marketing-whiteboard-video-to-highlight-software-features.html%2F&#038;p&#091;images&#093;&#091;0&#093;=http%3A%2F%2Fwww.virtualassist.net%2Fwptemp%2Fwp-content%2Fuploads%2FBTHyS-tpsxQ.jpg&#038;p&#091;title&#093;=Acumatica%20Marketing%20Whiteboard%20Video%20to%20highlight%20software%20features" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="Facebook" title="Share on Facebook" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/facebook.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-twitter nolightbox" data-provider="twitter" target="_blank" rel="nofollow" title="Share on Twitter" href="https://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Facumatica-marketing-whiteboard-video-to-highlight-software-features.html%2F&#038;text=Hey%20check%20this%20out" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="twitter" title="Share on Twitter" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/twitter.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-pinterest nolightbox" data-provider="pinterest" target="_blank" rel="nofollow" title="Pin it with Pinterest" href="https://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Facumatica-marketing-whiteboard-video-to-highlight-software-features.html%2F&#038;media=http%3A%2F%2Fwww.virtualassist.net%2Fwptemp%2Fwp-content%2Fuploads%2FBTHyS-tpsxQ.jpg&#038;description=Acumatica%20Marketing%20Whiteboard%20Video%20to%20highlight%20software%20features" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px;margin-right:5px"><img alt="pinterest" title="Pin it with Pinterest" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/pinterest.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-16 synved-social-resolution-single synved-social-provider-linkedin nolightbox" data-provider="linkedin" target="_blank" rel="nofollow" title="Share on Linkedin" href="https://www.linkedin.com/shareArticle?mini=true&#038;url=http%3A%2F%2Fwww.virtualassist.net%2Fblog%2Facumatica-marketing-whiteboard-video-to-highlight-software-features.html%2F&#038;title=Acumatica%20Marketing%20Whiteboard%20Video%20to%20highlight%20software%20features" style="font-size: 0px;width:16px;height:16px;margin:0;margin-bottom:5px"><img alt="linkedin" title="Share on Linkedin" class="synved-share-image synved-social-image synved-social-image-share" width="16" height="16" style="display: inline;width:16px;height:16px;margin: 0;padding: 0;border: none" src="http://www.virtualassist.net/wptemp/wp-content/plugins/social-media-feather/synved-social/image/social/regular/32x32/linkedin.png" /></a></span><p>The post <a rel="nofollow" href="http://www.virtualassist.net/blog/acumatica-marketing-whiteboard-video-to-highlight-software-features.html/">Acumatica Marketing Whiteboard Video to highlight software features</a> appeared first on <a rel="nofollow" href="http://www.virtualassist.net">Video Design and Editing Services for Professionals and Entrepreneurs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
