As for Blogger
Unfortunately I'm not familiar with the site. You can refer to this post to figure out how to add it by your own though.Would you pls add social service "odnoklassniki" to the addon?
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/
I'll change that in the add-on in the next version (no estimated date).Yes, New URL is https://del.icio.us and my login are working.
@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).
</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.
"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 }
},
odnoklassniki.com. It's the second biggest social network in Russian speaking countriesI'm not familiar with the site
Nice! I'll surely add them officially in the next version. Though I'm rather skeptical of using RSS icon for Blogger, but.. whatever I guess, lol
We use essential cookies to make this site work, and optional cookies to enhance your experience.