jaredatch / EA-Share-Count

A lean plugin that leverages SharedCount.com API to quickly retrieve, cache, and display various social sharing counts.
85 stars 13 forks source link

JS error with WP 4.5 #42

Closed billerickson closed 8 years ago

billerickson commented 8 years ago

WP 4.5 includes an updated version of JS, and now we're getting an error.

On line 28, we need to wrap our partial selector in quotes:

a[href*=#ea-share-count-email]

change to

a[href*="#ea-share-count-email"]