You got:
“errors”: [
{
“domain”: “global”,
“reason”: “required”,
“message”: “Required”
}
It’s a way of google to say that some info is missing.
Please just follow our very detailed and illustrated with many screenshots step-by-step instructions:
https://www.nextscripts.com/setup-installation-blogger-social-networks-auto-poster-wordpress/
Thanks. I managed it.
Two Problems:
1. The Thumbnail Pic is not shown, but just ist link.
2. Links are not posted as links but as text.
you may see this here:
https://bank-aktuell.blogspot.de/2017/05/commerzbank-will-nachhaltig-in-wachstum.html
How can I Change this?
Cheers
Hansjörg
Blogger does not convert image links (%IMG%) to actual imagse and links (%URL%) to clickable links. Instead it has full HTML support.
You MUST use html tags.
So if you want to see an actual image put
<img src="%IMG%" alt="%TITLE%"/>
If you want clickable link
<a href="%URL%">%TITLE%</a>
Thanks. That works much better
Is there a a way to use the thumbnail instead the full-size Image?
Yes, just select image size in the advanced settings.
I changed the advanced Settings, but still pics are not posted correctly
https://bank-aktuell.blogspot.de/
What to do?