Sharing in Facebook Not Showing Blogger Post Description (Solved)
why Facebook does not show the description of the post when it has been liked or shared by the readers”
Facebook pulls out the description of the post from the first paragraph found and is determined by the paragraph tags. It is represented by <p></p> tags.
Thus, a paragraph will be created when it will be formatted as the example below in Edit HTML mode:
that's why the FB can't extract my blogger description frome the post. FB recognize "<p> instead of <br>.
ou generally press “Enter” key on your keyboard. This creates line breaks (<br> tags) instead of <p>
tutorial
Step 1: Go to Blogger’s dashboard > Design > Edit HTML tab and check “Expand Widget Template”.
Step 2: Find <data:post.body/> and add the <p> tags as shown below:
Remember
When you are writing a new post from post editor, find Options, check Press "Enter" for line breaks and click Done or Save. This is one time process and ensures that you don't see any <br> tags in HTML mode.
Facebook scraps the page every 24 hours, so, once your post has been shared or “Liked”, it would automatically add the description from blogger post. Thus, it’s solved.