[Endless Horizon] Social Share

[Endless Horizon] Social Share 2.2.3

No permission to download
It should only say that if the JS main file was loaded into the page (mainly because there was at least one instance of the default's share widget), but it couldn't find the settings which should have been added into the page through a Template Modification against PAGE_CONTAINER. Does CTA Featured Threads/Pages home page use its own PAGE_CONTAINER? (I believe I had seen some add-ons with this method) I think that add-on was a paid add-on? If so, then you'll have to send me a private message of the template's content as it will require a manual template edit.

Sorry for the delay as I was rather occupied with something else. I had an answer to your question when I read it for the first time back then, but I doubted that was the answer, so I ended up not answering. I thought of this particular possibility just now.
 
@Nirjonadda I'll see what I can do about them later.

edit: You can try adding the following into eh_socialshare_js template (EHSS_sites array):
Code:
            "Digg": {
                ic:   "fa fa-digg",
                bg:   "#005be2",
                url:  "http://digg.com/submit?url={url}&title={title}",
                dim:  { w: 550, h: 550 }
            },
            "GetPocket": {
                ic:   "fa fa-get-pocket",
                bg:   "#ef4056",
                url:  "https://getpocket.com/save?url={url}",
                dim:  { w: 550, h: 550 }
            },
            "Skype": {
                ic:   "fa fa-skype",
                bg:   "#00aff0",
                url:  "https://web.skype.com/share?url={url}",
                dim:  { w: 550, h: 550 }
            },
            "Telegram.me": {
                ic:   "fa fa-telegram",
                bg:   "#0088cc",
                url:  "https://telegram.me/share/url?url={url}&text={title}",
                dim:  { w: 550, h: 550 }
            }

As for Blogger, LiveJournal, Surfingbird and Viber, I couldn't find either the social share URLs or its Font Awesome icon.
 
Last edited:
@BobbyWibowo, Font awesome path Problem on your Font Awesome CSS path option.

b0c93c8d0608494fb135277f219df83f.png


Code:
://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css

to replace with ?

Code:
//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css
 
Ah yes, I noticed that a few days ago, I think. I should have fixed that already in either v2.2.1 or v2.2.2 (latest build in GitHub).
 
@Nirjonadda I can't remember whether the latest build in GitHub is already stable or not. Endless Horizon is using the latest build and there doesn't seem to be any issue. Feel free to try, though I don't guarantee that there won't be any issue.
 
Send me GitHub download link. One more issue happen on twitter share. Some time image are not send to twitter share but reload the page more time then image will be find for share.
 
What the change log for v2.2.2 ?
https://github.com/BobbyWibowo/EH_SocialShare/commits/master (starting from "Version bump 2.2.2" till the newest). There might be some undocumented changes though, I can't remember very well.
delicious are not online ?
Yeah, I can't visit the site either. I suppose you're supposed to change the domain from https://www.delicious.com/ into https://del.icio.us/. Can't confirm, even https://del.icio.us/ isn't working properly from here. Can't login.
 
Top Bottom