Rajat Varlani
Forum Replies Created
-
If it’s triggering a blank window, you don’t have any default email sending service configured in your device. In this case, you can enable social share icons like Gmail, Yahoo mail, Outlook etc.
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] X Post button displaying twicePlugin uses the_content filter to show social share bar with the content of your web pages. Position and occurrence of the bar depends on how your theme is using this filter. The button you have enabled is rendered inside an iframe. That’s why it has alignment issues. You can replace it with the round or square share icon (not an iframe) that you can search in the Select sharing services option in the Standard Interface section at the plugin configuration page.
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Problems with sharing in VKSeems something specific to your device or browser. Let’s see what they reply.
That icon has the Plus sign that shows all the supported social share services in a popup. You need to select at least one social share service in the plugin configuration for it to appear with it at the web page.
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] facebook mobile sharingFor now, you can enable Trigger device specific social sharing on click of More icon option in the Miscellaneous section at the plugin-configuration page. This will trigger social share dialogue of the mobile app when visitors click More icon.
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] X Post button displaying twiceThen you can add following CSS in the Custom CSS option in the Miscellaneous section at the plugin configuration page in the admin area to get rid of the unwanted icons.
div.ast-excerpt-container div.heateor_sss_sharing_container{display:none}
- This reply was modified 2 days, 20 hours ago by Rajat Varlani.
There is not any option to do that at the moment but you can use shortcode in the template that is generating the comments OR if your theme supports a hook, you can use it to integrate social share bar with the comments.
Email share uses
window.open()
function of the Javascript to trigger a social share dialogue. It still triggers the default email service supported by your device. What is the problem with this?No problem. Would appreciate a review ??
Hi,
It opens a new tab or window depends on the device you are using. Every social network icon you click is doing the same, not just the Email share.
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] X Post button displaying twiceIt seems, you are also using shortcode along with the default social share bar. Either disable the Placement options in the Standard Interface section OR remove the shortcode.
Thanks for the review.
Hi,
We will take care of it in the upcoming update. FYI, you should not enable debugging on a live website for security reasons.
Plugin doesn’t have any such option but you can create a separate page and integrate social login there via shortcode, redirect visitors there for login and registration. Keep default login page for administrator login.
If you still face the problem, shoot an email to support[at]heateor[dot]com regarding the same.