Blogger can not read date: post.body and date: post.url

1

I have social sharing buttons on my blog that work normally through the parameter expr: href="data: post.url / data: post.title" which takes the address and title of the publication in question . However, I am modifying this sharing system, creating an initially hidden sidebar (similar to the Windows 8 charms bar) that will have the social buttons. Already at the end of the publication, I have a visible button that when clicked draws the sidebar and exposes the sharing buttons.

The problem is that these buttons can not capture the URL and title of the post via date: post.url and date: post.title. I have not modified anything at the heart of them, and I have already tested those same buttons without hiding them and checked that they work normally, which made me conclude that they just do not capture the URL and title when hidden. If they already started visible, the capture is done normally. How to proceed in this case? (detail: I hid the bar in question by defining opacity: 0 in the CSS and the vise around it by means of a button that changes the opacity to 1 and leaves it active on screen.)

I thank you all for your attention. God bless! =]

    
asked by anonymous 22.03.2017 / 04:35

0 answers