We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: If your request is related to security, please do not open a publicly visible "issue"; refer to SECURITY.md.
Steps to reproduce the behaviour:
Put this file in the root directory as GCWeb and wet-boew cdn files:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Share Widget incorrect</title> <link rel="stylesheet" href="./GCWeb/css/theme.css" /> <link href="https://cdn.jsdelivr.net/gh/wet-boew/[email protected]/assets/favicon-mobile.png" rel="apple-touch-icon" sizes="57x57 72x72 114x114 144x144 150x150" /> <link href="https://cdn.jsdelivr.net/gh/wet-boew/[email protected]/assets/favicon.ico" rel="icon" type="image/x-icon" /> <script src="./wet-boew/js/jquery/2.2.4/jquery.js"></script> </head> <body> <main> <h1>Share Widget Incorrect</h1> <div class="wb-share" data-wb-share='{"pnlId": "pnl6", "lnkClass": "btn btn-default"}'></div> </main> <script src="./wet-boew/js/wet-boew.js"></script> <script src="./GCWeb/js/theme.js"></script> </body> </html>
The icons are messed up because the css wasn't updated to include Bluesky (I believe this is supposed to happen automatically?):
This is how it looks on the wet-boew demo page (https://wet-boew.github.io/wet-boew/demos/share/share-en.html):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Note: If your request is related to security, please do not open a publicly visible "issue"; refer to SECURITY.md.
To Reproduce
Steps to reproduce the behaviour:
Example
Put this file in the root directory as GCWeb and wet-boew cdn files:
Current behaviour
The icons are messed up because the css wasn't updated to include Bluesky (I believe this is supposed to happen automatically?):
Expected behaviour
This is how it looks on the wet-boew demo page (https://wet-boew.github.io/wet-boew/demos/share/share-en.html):
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: