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.

Select a "Best of the Week" (Featured) Post

1. Go to Layout -> open the "Best of the Week" widget.
2. Change the word Featured in the code with the name of the label you want to display a post from (or just add the label Featured to the post you want to display).
<script type="text/javascript" src="/feeds/posts/default/-/Featured?published&alt=json-in-script&callback=featuredposts"></script> Here's the code for the widget, in case it's deleted:
<script type="text/javascript">
var numposts = 1;
var displaymore = true;
var showpostdate = true;
var showpostsummary = false;
var numchars = 1;
</script>
<script type="text/javascript" src="/feeds/posts/default/?published&alt=json-in-script&callback=featuredposts"></script>