[Endless Horizon] Social Share

Unmaintained [Endless Horizon] Social Share 2.2.3

No permission to download
  1. Why does none of the icons appear on my site?
    You need to have Font Awesome added into your site. There is an add-on somewhere in XenForo Community which can make it easier for you to add Font Awesome. Otherwise, you can tell this add-on to add Font Awesome by enabling "Enable Font Awesome" option in Admin CP.

  2. Why do SOME icons not appear on my site?
    Font Awesome that was added into your site must not be the latest version. You need to update it to make sure that you have all the latest available icons. This add-on requires Font Awesome 4.5 or newer.

  3. Why does Twitter's share count not appear on my site?
    Twitter removed their undocumented API to fetch share count around November 2015. Because of that, the add-on will try to fetch Twitter's share count from OpenShareCount instead. But, you MUST sign up on their site and verify your domain there, otherwise the add-on will not be able to fetch Twitter's share count.

  4. Why does none of the social sites show their share count on my site?
    Most likely, your server takes more than 500 milliseconds to fetch share counts from the social sites. By increasing the value of "Timeout (ms)" option in Admin CP, you can possibly fix that (it's not recommended to disable the timeout).

  5. May I use this add-on on commercial sites?
    Yes.

  6. May I re-host this add-on anywhere else?
    Yes, but make sure you understand the license.

  7. Where can I track all changes made on every updates?
    Check out the GitHub repository: https://github.com/BobbyWibowo/EH_SocialShare.
    Prior to uploading any updates to XenForo Community, I'll always commit changes (and optionally post a release) to the GitHub repository.

  8. Can I use share counts without using cURL extension?
    Yes. By default, if you don't have cURL extension enabled, the add-on will attempt to use file_get_contents function instead. If you want to prevent the add-on from using cURL extension even though you do have it, you can enable "Disable cURL" option in Admin CP (not recommended).

  9. Will this work with XenForo Resource Manager and/or XenForo Media Gallery?
    As confirmed by @andybond (ref), this add-on appear to work just fine with both of those add-ons. I haven't tried it myself, but judging from how the add-on integrates with XenForo, I believe it will work just fine.

  10. Conflict with VaultWiki?
    Try to apply the fix mentioned here: https://xenforo.com/community/threads/endless-horizon-social-share.112518/page-9#post-1113387.
    Update:This conflict would likely occur in version 2.1.6 or older of this add-on, while newer version should have this fixed. Thanks to @WebFusion2 and VaultWiki team for the heads up!

  11. ReferenceError: EHSS_sites is not defined
    If you're using any HTML minifier add-on such as [Nobita] Minify HTML, try to enable "Keep HTML Comments?" option. If you want to minify your HTML while also removing all comments from them anyway, I recommend to use Google PageSpeed Module if your host allows it.
    Update:This should be fixed starting from version 2.2.1. Meaning you can use the add-on just fine with [Nobita] Minify HTML.

  12. Can you add more sites?
    Feel free to suggest sites that you'd like to be added. I can't guarantee that I'll add them immediately, but there's no harm in posting suggestion. Before that though, you can try to check this post by @Nirjonadda. There may be some sites that you can add by yourself by referring to the codes written in that post.
    Update: Sites that were added in that post had been integrated into the add-on starting from version 2.2.3.

  13. Failed to load resource: the server responded with a status of 404 (Not Found) - font-awesome.min.css
    Update the value of "Font Awesome CSS path" option in Admin CP into:
    Code:
    //maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css
Top Bottom