The issue is that you’re not initializing the button widget, so the data-text attribute in the code isn’t being passed to the Web Intent.
To fix it, you can either change the script to set the text parameter of the /share URL—so it will always get passed through, or make sure you execute twttr.widgets.load() after your blockquotes have been initialized.
Hope that helps,
Ben