-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
Add support for share_post plugin #275
Comments
Feel free to send this as a pull request, but disqus and addthis plugins have a similar function. Also, I would rather leave the share buttons to the end of the article, and not below the title. |
I know, but as stated, share_post does not require a login with a 3rd party. It makes Flex more versatile. One can either opt for share_post of add_this. Both at the same time is not logical. What's your rationale to put it at the end of the article? /just wondering I tried it first at the end of the article, but it became too busy, as there are the tag labels already and as I've 'neighbors' active also the next -, and previous article buttons. But, that proves it can be done ;) When placed at the end of the article, what should be the order: Vertical, what should go first?
Horizontal: left, center or at the right side? I opt for vertical, as described above and horizontal in the center. About the PR: I would have done so, if I knew the steps how to make a PR. |
Very simple, one needs to read the article before sharing, so what is the reason to put share buttons on the top?
How about like this: Tags It becomes busy if you have all those plugins enabled.
You need to fork this repository, do the changes on your fork, and submit a PR from your fork to this repo. |
Attached is a patch to add support for the share_post plugin.
This plugin creates old-school URLs for some popular sites, without the need to create a login with a 3rd party (like add_this).
Would be nice if this can be added to Flex. There is support for twitter, email, facebook, reddit and linkedin.
The icons are displayed next to info line (under the title), at the article page as well as at the index page.
Example:
share_post.zip
Patch can be applied with: patch -p1 < share_post.patch, from the top directory.
Additional information
The text was updated successfully, but these errors were encountered: