Add a new instagram widget

The previous widget used in the themes will no longer work. You can generate a new widget from snapwidget.com. You'll have to register, but generating a widget is free.


Follow By Email (Subscribe) Widget

As Blogger will discontinue the "Follow By Email" widget on July 11, 2021, you should download your subscriber contacts and look into using another newsletter service (MailChimp, Flodesk, etc). You can get in touch by email (fearnedesign@gmail.com) if you'd like me to switch the sign up forms for you and customize the new one.

Search Box Code

The search box will already be on the blog when you install the template.

Here's the code in case the widget is deleted:
<div class='search'>
<form action='/search' class='searchform' method='get'>
<input class='searchbox' name='q' placeholder='' type='text' value='Search' vinput='' onblur='if(this.value==&apos;&apos;)this.value=this.defaultValue;' onfocus='if(this.value==this.defaultValue)this.value=&apos;&apos;;'/>
<button class="searchsubmit" type="submit" value=""><i class="fas fa-search"></i></button>
<div style='clear: both;'></div>
</form>
</div>