Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook + Twitter Share Counter Not Working #21

Closed
robbinhood opened this issue Aug 19, 2016 · 8 comments
Closed

Facebook + Twitter Share Counter Not Working #21

robbinhood opened this issue Aug 19, 2016 · 8 comments
Labels
bug Triage 2019 Triage 2019. Closed issues will be used as references for more recent ones. urgent

Comments

@robbinhood
Copy link

May be due to change in Facebook API
https://wordpress.org/support/topic/share-social-buttons-not-working

@ghost ghost added bug urgent labels Sep 9, 2016
@ghost
Copy link

ghost commented Sep 9, 2016

@ghost ghost changed the title Facebook Share Counter Not Working Facebook + Twitter Share Counter Not Working Sep 13, 2016
@ghost
Copy link

ghost commented Sep 13, 2016

Edit : According to this forum thread, twitter count is not working as well
https://wordpress.org/support/topic/share-buttons-for-facebook-and-twitter-show-a-count-of-0/

@ghost
Copy link

ghost commented Sep 14, 2016

reported here : Julienh/Sharrre#294
possible FB fix here https://github.com/Julienh/Sharrre/pull/296/files

@ghost ghost added the fixed label Sep 15, 2016
@mforcer
Copy link

mforcer commented Sep 20, 2016

Twitter was still broken for me, in /assets/front/js/jQuerySharrre.js the count variable for Twitter is set to false... it's not counting by design.. I'm not sure why Hueman isn't enabling count by default from within the options.. however several attempts to enable count failed so I was forced to manually update line 290 to:
count: true,

Also, http://opensharecount.com fails to load on my WP site with forced https:// due to mixed content... it really should be protocol independent by updating line 306 to return "//opensharecount.com/count.json?url={url}";

@ghost ghost removed the fixed label Sep 20, 2016
@ghost
Copy link

ghost commented Sep 20, 2016

OK thanks for the feedback @goodbytes-gb .
I'm still on it then

@Raikia
Copy link

Raikia commented Oct 10, 2016

Yep, twitter still is broken for me and just shows 0 even though when I pull the actual "opensharecount.com" page it says the counter is above 0.

@Raikia
Copy link

Raikia commented Nov 5, 2016

@Nikeo The twitter count is still broken, but it actually looks like its not even calling out to opensharecount.com. I ran it through burp proxy and this is what it shows:

Image

The arrow shows that it is correctly calling out to LinkedIn, but you can see there is no request to opensharecount.com for the twitter button.

Link to site is here: https://raikia.com/first-couple-of-tools/

@denzelchia
Copy link

Hi @Nikeo

Please refer to the following support thread on WordPress.org
https://wordpress.org/support/topic/social-media-counters/

Seems like twitter share count is not working.
I cannot confirm this, as I do not have the means to do a test, because I don't have an online Hueman Theme test site.

Thank you

@ghost ghost added the Triage 2019 Triage 2019. Closed issues will be used as references for more recent ones. label Nov 28, 2019
@ghost ghost closed this as completed Nov 28, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Triage 2019 Triage 2019. Closed issues will be used as references for more recent ones. urgent
Projects
None yet
Development

No branches or pull requests

4 participants