Skip to content
New issue

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

Ability to share Quark added #106

Merged
merged 1 commit into from
Mar 17, 2018
Merged

Ability to share Quark added #106

merged 1 commit into from
Mar 17, 2018

Conversation

richa208
Copy link
Contributor

Fixes issue:

#93

Changes:

A hoverable dropdown share menu is added which contains link to share quark on various social media platforms.

share1

@richa208
Copy link
Contributor Author

@AdiChat Kindly review it.

@richa208
Copy link
Contributor Author

@AdiChat Changes as per your suggestions are made.
Thank you for solving the conflict 😃

help-share

@richa208 richa208 force-pushed the share branch 3 times, most recently from 793f923 to 05562a5 Compare March 14, 2018 21:00
code/popup.html Outdated
<hr>
<div id="share-footer" >
<p align="center" style="padding-top: 8px; margin-bottom: 2px"><b> Share Quark </b></p>
<a class="btn btn-default" target= "_blank" onclick="openWindow(600, 900, 'http://www.facebook.com/sharer.php?u=https://chrome.google.com/webstore/detail/opengenus-offline-search/lfoloadpfjildomeafpdopahkdaoofbn');" href="#"><img id="share-buttons" src="image/Facebook.png" alt="Facebook" ></img></a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We cannot use onclick in a chrome extension. For this to work, one needs to trigger the function with the element on a click event. You may do this or simply, direct it to the share URL which opens on a new tab. Also, include the sharing message.

@AdiChat
Copy link
Member

AdiChat commented Mar 16, 2018

Nice work 👍

I have added a comment. Kindly take a look and make appropriate changes 👍

@richa208
Copy link
Contributor Author

Suggested changes have been made.
Kindly review.

@AdiChat
Copy link
Member

AdiChat commented Mar 17, 2018

Looks great 😍

Hope you are enjoying your journey 🚆 with OpenGenus

@AdiChat AdiChat merged commit 5fe0ca0 into OpenGenus:master Mar 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants