Git Product home page Git Product logo

grav-plugin-social-buttons's People

Contributors

fredericmohr avatar giansi avatar magikcypress avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

grav-plugin-social-buttons's Issues

Labels for social buttons

Hi guys,

Thanks for your plugin. Looks great.
It will be nice if you could add ability to configure Labels for buttons in configuration. E.g. instead of "Facebook" we may update it to "Share on Facebook".

Thanks,
Max

Plugin no longer working

Greetings,

Since I updated to the latest version of GRAV, the plugin no longer works (but it was before).

Suggestions?

Brian U.

grav plugin update breaks rrssb

I just tried upgrading the grav plugin and it breaks the social component of my site.

  1. I tried upgrading the plugin on GRAV 1.0-rc4 with admin plugin 1.0-rc4
    Result: Broken rrssb box
  2. I tried upgrading to GRAV-1.0-rc5 and admin plugin 1.0-rc6, then upgraded the rrssb plugin to 1.0.7
    Result: same broken rrssb box

Here is what it usually looks like:
rrssb_upgrade01

And what it looks like now:
rrssb_upgrade03

Any idea what the problem could be? (also, I noticed that AdBlockPlus blocks some of the buttons, but I'll open an extra issue for that).

Buttons don't display

I'm not sure what's happening, but I can see the Social buttons listed in the HTML source of the page (e.g., http://dalefranks.com/blog/goodbye-wordpress-hello-grav), but the buttons aren't displaying in the Chrome browser on Macintosh, though they do display in Safari for Mac, and for Chrome, and IE on a Windows machine. It seems to be a display issue just for Chrome/Macintosh.

YouTube sharing not working

<li class="rrssb-youtube" data-initwidth="16.666666666666668" style="width: 16.6667%;" data-size="54">
    <a href="#">
        <span class="rrssb-icon">
          <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28">
              <path d="M27.688 8.512c0-2.268-1.825-4.093-4.106-4.093H4.39C2.143 4.42.312 6.243.312 8.51v10.976c0 2.268 1.825 4.093 4.076 4.093h19.19c2.275 0 4.107-1.824 4.107-4.092V8.512zm-16.425 10.12V8.322l7.817 5.154-7.817 5.156z"></path>
          </svg>
        </span>
        <span class="rrssb-text">Youtube</span>
    </a>
</li>

As you can see just # in a url.

Plugin no longer working

The social buttons no longer show after updating to the latest GRAV.

Is there a known capatability issue with the latest grav? ... Suggestions or questions?

Not working with Grav's Admin Panel

The plugin SocialButtons can't be configured using the new Grav's Admin Panel. For example, if we go to the settings page of the plugin (url /admin/plugins/socialbuttons) and click on Save, there's the following error:

Validation failed: buttons is not defined in blueprints

According to a Grav developer: "These plugins just need to get updated with appropriate blueprint files so they will work in the admin plugin."

My config: Grav v0.9.39, Admin Panel v0.4.2, SocialButtons v1.0.0

Sharing with Pinterest does not work

In /html/user/plugins/socialbuttons/templates/partials/_pinterest.html.twig is an additional dot what leads to error 404 when using the pinterest-button. Deleting this dot solved the problem.

Line 3, false:
<a href="http://pinterest.com/pin/create/button/?url={{ page_url }}.">

correct:
<a href="http://pinterest.com/pin/create/button/?url={{ page_url }}">

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.