Coder Social home page Coder Social logo

sapegin / social-likes Goto Github PK

View Code? Open in Web Editor NEW
1.1K 73.0 244.0 1.64 MB

Beautiful social “like” buttons with counters for jQuery.

Home Page: http://social-likes.js.org/

License: MIT License

CSS 41.61% HTML 25.76% JavaScript 27.94% CoffeeScript 4.68%

social-likes's Issues

Иконки в плоском стиле

В FF28+ (а также, возможно, и более старые версии), а также в Opera 12 отсутствуют иконки в плоском стиле.

2014-05-10 22 40 12

Image URL

Сделать возможность указывать урл картинки для анонса.

Facebook Like button (not share)

Hi, first of all, great plugin. Really love it.

Now the problem :)
Sorry for the noob question, but I do not understand how to enable the Facebook Like button instead of the share. I had some problems understanding the documentation.

Pinterest: read media URL from meta tags

<meta property="og:image" content="{image_url}">

or

<link rel="image_src" href="{image_url}">

Throw exception when one of meta tags or data-media attribute not specified.

Cant get Twitter count.

I used social-likes script in php. I can share the link, but i cant get count of twitter.,

Question about shared count

I have index page with posts, if I shared one of them, for example with facebook, i'ts add +1 to facebook count for all my posts, please, can you explain why is this happening? Probably it's counting shares for current page.

Additional params for popup urls

Additional params are already supported (e. g. via for Twitter) but should be defined in an additionalParams array.

  1. Remove additionalParams array.
  2. Add all data-something attributes to popup URL.

Fix margins/paddings

Переделать отступы вокруг кнопок, чтобы они нормально переносились на новую строку.

Custom data-media / data-%smth-to-share% for vk.com

Есть такая фича у VK API – шарить кастомную картинку, а не все картинки со страницы и шарить определенный текст с этой же страницы, как это реализовать в рамках social likes? Проект отличный, не хочется с него слезать, а шарить правильно хочется.

Not Sharing the current page

Hi,

On my site when I click on the facebook or the twitter link, it does not share the current page but shares the address of my home page instead. Any ideas on what could be causing this and how to fix it?

Thanks,

Counter for LIKES

Сейчас счетчики показывают количество Share и кнопки соответственно работают именно как Share, а как быть именно с Like (к примеру вконтакте и твиттере)?

GitHub star button

Just describe it in Readme. It shouldn’t be in core.

  • Add it to gh-pages.

проблема с вконтакте

При использовании некоторых функций битрикса для внешней авторизации через аккаунты соц.сетей на одной странице с этим плагином могут возникнуть проблем.
В частности, вот этот код(строки 113-115)

window.VK = {Share: {count: $.proxy(function(idx, count) {
this.updateCount(this._vkontakte[idx], count);
}, this)}};

может выдавать ошибку.

Решается следующим образом:

                        window.VK["Share"] = {
                            count : $.proxy(
                                function(idx, count)
                                {
                                    this.updateCount(this._vkontakte[idx], count);
                                },
                                this
                            )
                        };

Счетчик для Google+

Есть ли возможность показать счетчик для Google+. Для всех остальных лайков это есть, а вот для Google+ не понимаю как отобразить ?

onComplete

Сделать callback onComplete, через который можно было бы, к примеру, получить полный список данных для каждого сервиса: кол-во лайков, урл, имя сервиса и тд

Больше доступных сервисов

Привет!
Было бы здорово увидеть в будущем больше доступных сервисов, например Pocket и Evernote.
Нет таких планов у тебя?

No images

The Download images button on your site has no images contained in the download

Add pressed state

It would be nice to have a style for "pressed" state.

Here's what I came up with:

pressed

CSS:

.social-likes__button:active {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3));
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3));
}

Bower missmatch problem

mismatch The version specified in the bower.json of package social-likes mismatches the tag (2.0.9 vs 2.0.8)

Update vkontakte.ru to vk.com

vkontakte.ru/share.php redirects to vk.com/login which redirects to vk.com/share.php. Both with 301 status (Moved Permanently).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.