jaredatch / EA-Share-Count

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

You have a mistake in the instruction! Plz fix #84

Closed sahtlil closed 7 years ago

sahtlil commented 7 years ago

in Installation process where you provide an alternative way to output the social buttons you give this function to do so: ea_share()->from->display(); which is incorrect.

correct one is: ea_share()->front->display();

best regards

jaredatch commented 7 years ago

Thanks!