Extending Social Sharing with Custom tag #5269
Merged
Conversation
Top! Thanks for merging :) |
810
added a commit
that referenced
this pull request
Mar 30, 2017
Add an optional extended description…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Pull Request for New Feature
The implementation of jssocials sharing buttons works good, but a lot of websites have their own social sharing plugin.
This PR adds the possibiity to use 'whatever' social sharing plugin your website has and integrate it into Kunena to get a consistent look and feel all over your website.
Summary of Changes
Add crypsis(b3) configuration option to add Socials Sharing Custom Tag ( in template / features), added new layout widget
Testing Instructions
In Kunena template configuration > select crypsis(b3) > goto Featured tab and configure settings
When visiting a topic on the forum, the new social sharing buttons should appear and be exactly the same as for all other Joomla pages (where the jssocials plugin is used).
This can also be tested with other plugins and even be used for other functionality :)
For the Kunena forum this would fix the issue you see here: https://www.kunena.org/forum/76-Official-Announcements-and-News-about-Kunena/139657-kunena-5-0-6-released
in the blog the {jssocials} plugin is used with css plain. on the forum (crypsys) the css classic is used.
Now you see a combination of both on the kunena page.
When configuring the crypsis template to use custom tag {jssocials} this issue is fixed AND you are able to configure all {jssocial} settings in one place!
Please see me with any questions!