Solution to TEMPLATE ERROR: Invalid data reference bl: No dictionary named: '' in: ['blog', 'skin', 'view']
Problem
==> TEMPLATE ERROR: Invalid data reference bl: No dictionary named: '' in: ['blog', 'skin', 'view'] displays in the header section when blog is viewed on PC and on mobile devices.
==> The "Live On Blog" and Mobile Template previews display looks broken as seen below:
Cause
I found out that the problem started when I added the codes below to the head section of my Blogger blog's html
<meta expr:content='data:blog.pageName' name='twitter:title'/>
<meta expr:content='data:blog.metaDescription' name='twitter:description'/>
<meta expr:content='data:blog.postImageThumbnailUrl' name='twitter:image:src'/>
<meta expr:content='data:blog.homepageUrl' name='twitter:domain'/>
Solution
==> Sign in to Blogger dashboard
==> Go to "Template" > "Edit HTML"
==> Use CTRL + F to find the codes above, delete them and SAVE the template.
That's all.
I hope it works for you.
Comments
Post a Comment
We Love To Hear From You But Don't Spam Us With Links!
Want to be notified when I reply your comment? Tick the "Notify Me" box.
If your comment is unrelated to this post or you're trying to ask question about an old post, please drop it at our discussion platform here.
THANKS.