<?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>contact form - WOWLayers: Free WP Templates, Branding &amp; Design Tips to Grow Your Online Business</title>
	<atom:link href="https://wowlayers.com/tag/contact-form/feed/" rel="self" type="application/rss+xml" />
	<link>https://wowlayers.com</link>
	<description>Get FASTO - the fastest free Wordpress theme!</description>
	<lastBuildDate>Fri, 04 Sep 2020 14:07:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Make your WordPress website more engaging (embed videos, images &#038; contact form)</title>
		<link>https://wowlayers.com/make-your-wordpress-website-more-engaging-embed-videos-images-contact-form/</link>
					<comments>https://wowlayers.com/make-your-wordpress-website-more-engaging-embed-videos-images-contact-form/#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Tue, 26 Nov 2019 16:10:40 +0000</pubDate>
				<category><![CDATA[Beginners Guide]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[embed videos]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[URL]]></category>
		<guid isPermaLink="false">https://wowlayers.com/?p=325</guid>

					<description><![CDATA[<p>You got the flow to write, you got the audience. But is it enough? What&#8217;s a website without videos? Without images? Just a piece of white &#8220;paper&#8221;, if I may say that. People love online interactions. Why not using this aspect in your favor? By adding videos &#38; images, you attract more visitors. Because we&#8230;</p>
<p>The post <a href="https://wowlayers.com/make-your-wordpress-website-more-engaging-embed-videos-images-contact-form/">Make your WordPress website more engaging (embed videos, images & contact form)</a> first appeared on <a href="https://wowlayers.com">WOWLayers: Free WP Templates, Branding & Design Tips to Grow Your Online Business</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>You got the flow to write, you got the audience. But is it enough? What&#8217;s a website without videos? Without images? Just a piece of white &#8220;paper&#8221;, if I may say that.</p>



<p>People love online interactions. Why not using this aspect in your favor? By adding videos &amp; images, you attract more visitors.</p>



<p>Because we are talking about engagement (user interactions), in this article I will cover the following beginner topics:</p>



<ul class="wp-block-list"><li><strong>How to embed videos in WordPress?</strong></li><li><strong>How to show images in rows and columns</strong>?</li><li><strong>How to make images into links (clickable images links)</strong>?</li><li><strong>How to add a contact form</strong>?</li></ul>



<h2 class="has-vivid-cyan-blue-color has-text-color wp-block-heading">Videos</h2>



<figure class="wp-block-image size-large"><img decoding="async" src="https://wowlayers.com/wp-content/uploads/2019/11/videos.jpg" alt="" class="wp-image-331"/></figure>



<h3 class="wp-block-heading">What&#8217;s an embed code?</h3>



<p>It&#8217;s nothing more than a piece of HTML code, which when entered into your website page source, creates a video object.</p>



<h3 class="wp-block-heading">How do you embed videos in WordPress? Embedding videos with 2 methods.</h3>



<p>I&#8217;m going to show you 2 methods. One is an <strong>&#8220;old fashioned way&#8221;</strong>, the other is a <strong>&#8220;modern way&#8221;</strong>.  &#8220;Old fashion way&#8221;? &#8220;Modern way&#8221;? What do you mean?  Hold your horses, I&#8217;ll explain below:</p>



<h4 class="wp-block-heading">Option 1 &#8211; Using WordPress auto-embed option</h4>



<p>WordPress has a great feature called <strong>&#8220;auto-embed&#8221;</strong>, that allows you to get the embed code from any popular video services like YouTube, Vimeo, etc.</p>



<p><strong>How?</strong> Just copy &amp; paste <em>the video URL</em> directly into WordPress editor. Once you add your video URL, you can change its settings from the block toolbar. That&#8217;s why I called it the &#8220;modern way&#8221;.</p>



<h4 class="wp-block-heading">Option 2 &#8211; Paste the code into WordPress Editor HTML block.</h4>



<p>Before you can add an embed video with this method, first you have to go to the video you want to add and click on the <strong>Share</strong> button. </p>



<p>Once you do that, look for an option called <strong>Embed</strong>. Now, all you have to do is to copy the embed code to your clipboard. It should look something like this:</p>



<pre class="wp-block-code"><code>&lt;iframe width="560" height="315" 
src="https://www.youtube.com/embed/lclLJz5Rd5M" frameborder="0" 
allow="accelerometer; autoplay; encrypted-media; gyroscope; 
picture-in-picture" allowfullscreen>&lt;/iframe></code></pre>



<p>Then click on the <strong>&#8220;+&#8221;</strong> symbol in any WordPress post or page, and select Custom HTML Block. If you can&#8217;t find it, search it. Paste the code, save, and you&#8217;re done.</p>



<h4 class="wp-block-heading">What&#8217;s the advantage of this method?</h4>



<p>You can <strong>change the width and height</strong> of the video. </p>



<p>Example: If you want the embed video to take the whole horizontal space of the post, instead of 560 pixels which is in this case, you just have to replace &#8220;560&#8221; with &#8220;100%&#8221; as seen on the example below:</p>



<pre class="wp-block-code"><code>&lt;iframe width="100%" height="315"
src="https://www.youtube.com/embed/lclLJz5Rd5M" frameborder="0" 
allow="accelerometer; autoplay; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen>&lt;/iframe></code></pre>



<p>You can also change the height parameter to any value you desire.</p>



<h3 class="wp-block-heading">Why should I embed a video on my website?</h3>



<p>Well, because statistics don&#8217;t lie. I believe in statistics and I like to use the numbers in my own favor. Check out the following infographic:</p>



<figure class="wp-block-gallery columns-1 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="https://wowlayers.com/wp-content/uploads/2019/11/embed-video-statistics.jpg"><img decoding="async" src="https://wowlayers.com/wp-content/uploads/2019/11/embed-video-statistics.jpg" alt="embed-video-statistics" data-id="342" class="wp-image-342"/></a></figure></li></ul></figure>



<h2 class="has-vivid-cyan-blue-color has-text-color wp-block-heading">Images</h2>



<figure class="wp-block-image size-large"><img decoding="async" src="https://wowlayers.com/wp-content/uploads/2019/11/images.jpg" alt="" class="wp-image-332"/></figure>



<h3 class="wp-block-heading">How to show images in row and columns in WordPress?</h3>



<p><strong>Why do you need to do this?</strong> The answer is very simple. Let me give you an example: if you are adding multiple photos to a blog post, it will not look very professional and will require a lot of scrolling from your users.</p>



<p><strong>Solution?</strong> Displaying photos in rows and columns using a grid gallery, which is provided by WordPress editor. This way images will appear in a compact layout and improve user experience on your website. </p>



<h3 class="wp-block-heading">How do I display images in rows and columns in WordPress?</h3>



<p>On the post edit screen, click the &#8220;<strong>+</strong>&#8221; symbol and select the &#8220;<strong>Gallery</strong>&#8221; block. Upload desired photos, or choose from the ones that are already uploaded, click on <strong>&#8220;Create Gallery</strong>&#8221; link from the left column and then click on <strong>&#8220;Create a new gallery&#8221;</strong> button.</p>



<figure class="wp-block-gallery columns-1 is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="https://wowlayers.com/wp-content/uploads/2019/11/how-to-add-a-gallery-in-wordpress.jpg"><img decoding="async" src="https://wowlayers.com/wp-content/uploads/2019/11/how-to-add-a-gallery-in-wordpress-1024x425.jpg" alt="how to add a gallery in wordpress" data-id="503" data-full-url="https://wowlayers.com/wp-content/uploads/2019/11/how-to-add-a-gallery-in-wordpress.jpg" data-link="https://wowlayers.com/?attachment_id=503" class="wp-image-503"/></a></figure></li></ul></figure>



<p>Now WordPress will insert the gallery in your blog post. From here, you will be able to select how many columns you need.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>When you create a Gallery, you have 2 options. You can either select the <strong>&#8220;Crop images&#8221;</strong>, shown in the left menu, or you can crop the images by yourself. But remember to <strong>keep the same size</strong> for all images that you crop.</p></blockquote>



<h3 class="wp-block-heading">How to make images into links (clickable images links)</h3>



<p>Quite easy! After inserting an image into the editor, click on it, and above you will see a <strong>chain icon</strong> ( or simply press <strong>CTRL+K</strong> if you are on Windows ). Click on it, a window will pop up, asking for the URL. Type or paste the URL you want, and hit &#8220;<strong>Apply</strong>&#8220;.</p>



<p>If you want the link to be opened in a new window, click on &#8220;Link Settings&#8221; (the dropdown icon) and make sure the <strong>&#8220;Open in new tab&#8221;</strong> option is checked.</p>



<h2 class="has-vivid-cyan-blue-color has-text-color wp-block-heading">Contact form</h2>



<figure class="wp-block-image size-large"><img decoding="async" src="https://wowlayers.com/wp-content/uploads/2019/11/contact-form.jpg" alt="" class="wp-image-333"/></figure>



<h3 class="wp-block-heading">What&#8217;s a contact form?</h3>



<p>Contact Form it&#8217;s a set of questions that once filled out by users it&#8217;s automatically sent to your email.  This feature enables&nbsp;visitors to directly contact and engage with you, the owner of the website.</p>



<h3 class="wp-block-heading"><strong>How to add a contact form</strong> in WordPress?</h3>



<p>To add a contact form, you need a plugin. The one that we suggest is <strong><a rel="noreferrer noopener" aria-label="Contact From 7 (opens in a new tab)" href="https://wordpress.org/plugins/contact-form-7/" target="_blank">Contact Form 7</a></strong>. Why? Because, first of all, it&#8217;s free, and secondly, it provides some great features.</p>



<p>The first step to setting up Contact Form 7 is to&nbsp;install the plugin.&nbsp;To do that, in your WordPress dashboard, select&nbsp;Plugins &gt; Add New from the menu.<br>Once here, on the right part of the screen, you will find a search box, type the name &#8220;Contact form 7&#8221; and click Install<em>, </em>then <em>Activate</em>.</p>



<p>After activation, on the left menu, you will see a &#8220;<strong>Contact</strong>&#8221; option, from where you can manage and edit contact forms.</p>



<p>By default, there&#8217;s a contact form labeled&nbsp;<strong>Contact Form 1</strong>, which&nbsp;contains all the basic fields you need. This form is ready to use and can be inserted into any page and post of your website. <br>So far, so good?</p>



<h3 class="wp-block-heading">What to do next?</h3>



<p>You have the plugin up and running. Next, you will need to copy the shortcode and paste it into your post, page, or text widget content.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://wowlayers.com/wp-content/uploads/2019/11/contact-form-shortcode.jpg" alt="" class="wp-image-373"/><figcaption>This is a contact-form-shortcode that you have to copy &amp; paste into your post, page, etc.</figcaption></figure>



<p>You can edit with your own information, or you can create a new contact, by pressing the <strong>Add New</strong> button, from the <strong>Contact </strong>menu.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://wowlayers.com/wp-content/uploads/2019/11/contact-form-changes-2.jpg" alt="" class="wp-image-484"/><figcaption> For visual aid, here are the changes that you can make in order to edit your contact form </figcaption></figure>



<h2 class="wp-block-heading"><strong>Bring your website to life</strong></h2>



<p>Effectively used,&nbsp;<strong>images</strong>&nbsp;can help drive more visitors to your&nbsp;<strong>website</strong>, promote social sharing and ultimately help drive business goals. <strong>Visuals </strong>(videos) give us a better understanding of not just the message, but what’s behind the message.</p>



<p>Having all kinds of &#8220;tools&#8221; (embed videos, images, contact forms) will stimulate your audience to interact with your website.</p>



<p>Creating content consistently is one of the best ways to keep users around longer and get them to view multiple pages. Useful, engaging&nbsp;content will drive traffic to your website.&nbsp;Once that traffic is there, they’ll stick around, keep reading, and eventually become a subscriber or customer if you have a wide array of informative blog posts for them to read. </p>



<p class="attention">That being said, keep in mind:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>“People will always choose an online video tutorial over reading the manual.”</p></blockquote><p>The post <a href="https://wowlayers.com/make-your-wordpress-website-more-engaging-embed-videos-images-contact-form/">Make your WordPress website more engaging (embed videos, images & contact form)</a> first appeared on <a href="https://wowlayers.com">WOWLayers: Free WP Templates, Branding & Design Tips to Grow Your Online Business</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://wowlayers.com/make-your-wordpress-website-more-engaging-embed-videos-images-contact-form/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
