[Endless Horizon] Social Share

[Endless Horizon] Social Share 2.2.3

No permission to download
@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.

I'll change that in the add-on in the next version (no estimated date).

Share Page Popup are not open with this edit.

Code:
        </xen:comment>
        EHSS_sites = {<xen:if is="{$xenOptions.EHSS_SocialSites.facebook}">
            "Facebook": {
                ic:   "@EHSS_facebook_ic",
                bg:   "@EHSS_facebook_bg",
                url:  "https://www.facebook.com/sharer/sharer.php?u={url}&t={title}",
                dim:  { w: 900, h: 500 },
                scid: "facebook"
            },</xen:if><xen:if is="{$xenOptions.EHSS_SocialSites.twitter}">
            "Twitter": {
                ic:   "@EHSS_twitter_ic",
                bg:   "@EHSS_twitter_bg",
                url:  "https://twitter.com/intent/tweet?text={title}&url={url}{xen:if '{$xenOptions.EHSS_TweetParamVia}', '&via={$xenOptions.EHSS_TweetParamVia}'}{xen:if '{$xenOptions.EHSS_TweetParamRelated}', '&related={$xenOptions.EHSS_TweetParamRelated}'}",
                dim:  { w: 650, h: 360 },
                scid: "twitter"
            },</xen:if><xen:if is="{$xenOptions.EHSS_SocialSites.googleplus}">
            "Google+": {
                ic:   "@EHSS_googleplus_ic",
                bg:   "@EHSS_googleplus_bg",
                url:  "https://plus.google.com/share?url={url}",
                dim:  { w: 600, h: 460 },
                scid: "googleplus"
            },</xen:if><xen:if is="{$xenOptions.EHSS_SocialSites.linkedin}">
            "LinkedIn": {
                ic:   "@EHSS_linkedin_ic",
                bg:   "@EHSS_linkedin_bg",
                url:  "https://www.linkedin.com/cws/share?url={url}&token=&isFramed=true",
                dim:  { w: 550, h: 550 },
                scid: "linkedin"
            },</xen:if><xen:if is="{$xenOptions.EHSS_SocialSites.stumbleupon}">
            "StumbleUpon": {
                ic:   "@EHSS_stumbleupon_ic",
                bg:   "@EHSS_stumbleupon_bg",
                url:  "https://www.stumbleupon.com/badge/?url={url}",
                dim:  { w: 550, h: 550 }
            },</xen:if><xen:if is="{$xenOptions.EHSS_SocialSites.pinterest}">
            "Pinterest": {
                ic:   "@EHSS_pinterest_ic",
                bg:   "@EHSS_pinterest_bg",
                url:  "https://pinterest.com/pin/create/button/?url={url}&description={title}{xen:if '{$xenOptions.EHSS_PinterestMedia}', '&media={$xenOptions.EHSS_PinterestMedia}'}",
                dim:  { w: 700, h: 610 },
                scid: "pinterest",
                pin:  1
            },</xen:if><xen:if is="{$xenOptions.EHSS_SocialSites.delicious}">
            "Delicious": {
                ic:   "@EHSS_delicious_ic",
                bg:   "@EHSS_delicious_bg",
                url:  "https://www.del.icio.us/save?v=5&noui&jump=close&url={url}&title={title}",
                dim:  { w: 550, h: 550 }
            },</xen:if><xen:if is="{$xenOptions.EHSS_SocialSites.tumblr}">
            "Tumblr": {
                ic:   "@EHSS_tumblr_ic",
                bg:   "@EHSS_tumblr_bg",
                url:  "https://www.tumblr.com/share/link?url={url}&name={title}",
                dim:  { w: 550, h: 550 }
            },</xen:if><xen:if is="{$xenOptions.EHSS_SocialSites.reddit}">
            "Reddit": {
                ic:   "@EHSS_reddit_ic",
                bg:   "@EHSS_reddit_bg",
                url:  "https://www.reddit.com/submit?url={url}&title={title}",
                dim:  { w: 550, h: 550 }
            },</xen:if><xen:if is="{$xenOptions.EHSS_SocialSites.vk}">
            "ВКонтакте (VK)": {
                ic:   "@EHSS_vk_ic",
                bg:   "@EHSS_vk_bg",
                url:  "http://vk.com/share.php?url={url}",
                dim:  { w: 550, h: 550 },
                scid: "vk"
            },</xen:if><xen:if is="{$xenOptions.EHSS_SocialSites.whatsapp}">
            "WhatsApp": {
                ic:   "@EHSS_whatsapp_ic",
                bg:   "@EHSS_whatsapp_bg",
                url:  "whatsapp://send?text={title}%20{url}",
                pb:   1
            },</xen:if><xen:if is="{$xenOptions.EHSS_SocialSites.line}">
            "LINE": {
                ic:   "@EHSS_line_ic",
                bg:   "@EHSS_line_bg",
                url:  "http://line.me/R/msg/text/{title}%20{url}",
                pb:   1
            },</xen:if><xen:if is="{$xenOptions.EHSS_SocialSites.email}">
            "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 }
            }
            "Email": {
                ic:   "@EHSS_email_ic",
                bg:   "@EHSS_email_bg",
                url:  "mailto:?{xen:if '{$xenOptions.EHSS_EmailSubject}', 'subject={$xenOptions.EHSS_EmailSubject}&'}{xen:if '{$xenOptions.EHSS_EmailBody}', 'body={$xenOptions.EHSS_EmailBody}'}",
                pb:   1
            },</xen:if>
 
Missing comma after the Telegram.me object/array.

Yes fixed. I have added some more Social Share URLs from here: https://github.com/bradvin/social-share-urls

Code:
            "Blogger": {
                ic:   "fa fa-rss-square",
                bg:   "#FF8833",
                url:  "https://www.blogger.com/blog-this.g?u={url}&n={title}&t={desc}",
                dim:  { w: 550, h: 550 }
            },
            "LiveJournal": {
                ic:   "fa fa-pencil",
                bg:   "#343434",
                url:  "http://www.livejournal.com/update.bml?subject={title}&event={url}",
                dim:  { w: 550, h: 550 }
            },
            "WordPress": {
                ic:   "fa fa-wordpress",
                bg:   "#21759b",
                url:  "http://wordpress.com/press-this.php?u=[post-url]&t=[post-title]&s=[post-desc]&i=[post-img]",
                dim:  { w: 550, h: 550 }
            },
            "Yahoo": {
                ic:   "fa fa-yahoo",
                bg:   "#410093",
                url:  "http://compose.mail.yahoo.com/?body={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 }
            },
            "Xing": {
                ic:   "fa fa-xing",
                bg:   "#cfdc00",
                url:  "https://www.xing.com/app/user?op=share&url={url}",
                dim:  { w: 550, h: 550 }
            },
            "Yahoo": {
                ic:   "fa fa-yahoo",
                bg:   "#410093",
                url:  "http://compose.mail.yahoo.com/?body={url}",
                dim:  { w: 550, h: 550 }
            },

Results:

62270be660ea44cca97741881b84feb4.png
 
Oh well, the only reason I added VK was because it was used on YouTube though, lol (pretty sure VK is mainly based in Russia as well). Though, if you can find the share URL of the site you mentioned, you can refer to the post I linked in my previous reply to manually add it. After that, you may post the codes you used here, so that I can add it officially in the next version. This add-on isn't on my priority for the time being (although I have no intention of dropping it), so I don't feel like doing anything related to this for now.
 
I've installed this, and have it working, but the images / icons aren't showing. The background colour is correct. But the images aren't there, what have I done wrong?
 
@Donny Make sure you've included Font Awesome. If your style doesn't include Font Awesome by default (some style does), you can enable the Font Awesome feature in the add-on's options.
 
@Donny Make sure you've included Font Awesome. If your style doesn't include Font Awesome by default (some style does), you can enable the Font Awesome feature in the add-on's options.
I've enabled it in the add-on. But I'm wondering if the URL for it is incorrect?
 
Ah yes, all my works that are related with XenForo had stagnated since this semester I got too many college projects and I've been rather interested with other things. I still can't promise an ETA but I believe I'll eventually get into it.
 
Top Bottom